diff --git a/docs/content/en/schemas/v1beta6.json b/docs/content/en/schemas/v1beta6.json
index ad789defb44..cdc96da81c4 100755
--- a/docs/content/en/schemas/v1beta6.json
+++ b/docs/content/en/schemas/v1beta6.json
@@ -1424,17 +1424,6 @@
"x-intellij-html-description": "beta describes how to do a build on the local docker daemon and optionally push to a repository."
},
"LocalDir": {
- "properties": {
- "initImage": {
- "type": "string",
- "description": "image used to run init container which mounts kaniko context.",
- "x-intellij-html-description": "image used to run init container which mounts kaniko context."
- }
- },
- "preferredOrder": [
- "initImage"
- ],
- "additionalProperties": false,
"description": "configures how Kaniko mounts sources directly via an `emptyDir` volume.",
"x-intellij-html-description": "configures how Kaniko mounts sources directly via an emptyDir
volume."
},
diff --git a/docs/content/en/schemas/v1beta7.json b/docs/content/en/schemas/v1beta7.json
index cdc96da81c4..ad789defb44 100755
--- a/docs/content/en/schemas/v1beta7.json
+++ b/docs/content/en/schemas/v1beta7.json
@@ -1424,6 +1424,17 @@
"x-intellij-html-description": "beta describes how to do a build on the local docker daemon and optionally push to a repository."
},
"LocalDir": {
+ "properties": {
+ "initImage": {
+ "type": "string",
+ "description": "image used to run init container which mounts kaniko context.",
+ "x-intellij-html-description": "image used to run init container which mounts kaniko context."
+ }
+ },
+ "preferredOrder": [
+ "initImage"
+ ],
+ "additionalProperties": false,
"description": "configures how Kaniko mounts sources directly via an `emptyDir` volume.",
"x-intellij-html-description": "configures how Kaniko mounts sources directly via an emptyDir
volume."
},