Skip to content

Commit

Permalink
regenerate v4beta12 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 15, 2025
1 parent 3ab685d commit a29eb3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs-v2/content/en/schemas/v4beta12.json
Original file line number Diff line number Diff line change
Expand Up @@ -2763,6 +2763,11 @@
"description": "specify a file to save the image name with digest of the built image to.",
"x-intellij-html-description": "specify a file to save the image name with digest of the built image to."
},
"imagePullSecret": {
"type": "string",
"description": "name of the Kubernetes secret for pulling kaniko image and kaniko init image from a private registry.",
"x-intellij-html-description": "name of the Kubernetes secret for pulling kaniko image and kaniko init image from a private registry."
},
"initImage": {
"type": "string",
"description": "image used to run init container which mounts kaniko context.",
Expand Down Expand Up @@ -2929,6 +2934,7 @@
"target",
"initImage",
"image",
"imagePullSecret",
"destination",
"digestFile",
"imageFSExtractRetry",
Expand Down

0 comments on commit a29eb3b

Please sign in to comment.