Skip to content

Commit b4f7b42

Browse files
authored
update documentation with new kaniko version
1 parent 9c47177 commit b4f7b42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/configuration/images/kaniko.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The `image` option expects a string stating the image that should be used for th
142142

143143
#### Default Value For `image`
144144
```yaml
145-
image: gcr.io/kaniko-project/executor:v0.17.1
145+
image: gcr.io/kaniko-project/executor:v1.8.1
146146
```
147147

148148
#### Example: Use Different Kaniko Image/Version
@@ -152,7 +152,7 @@ images:
152152
image: 123.456.789.0:5000/john/appbackend
153153
build:
154154
kaniko:
155-
image: gcr.io/kaniko-project/executor:v0.19.0
155+
image: gcr.io/kaniko-project/executor:v1.6.0
156156
```
157157

158158
### `initImage`

0 commit comments

Comments
 (0)