Skip to content

Commit

Permalink
Bump gcr.io/kaniko-project/executor from 1.9.0 to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1queee committed Mar 17, 2023
1 parent 25a15ca commit f8b0822
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.9.0
image: gcr.io/kaniko-project/executor:v1.9.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -611,7 +611,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.9.0
image: gcr.io/kaniko-project/executor:v1.9.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
emptyDir: {}
buildSteps:
- name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.9.0
image: gcr.io/kaniko-project/executor:v1.9.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
2 changes: 1 addition & 1 deletion samples/buildstrategy/kaniko/buildstrategy_kaniko_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
emptyDir: {}
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.9.0
image: gcr.io/kaniko-project/executor:v1.9.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
value: NOT_SET
- name: AWS_SECRET_KEY
value: NOT_SET
image: gcr.io/kaniko-project/executor:v1.9.0
image: gcr.io/kaniko-project/executor:v1.9.1
name: build-and-push
securityContext:
runAsUser: 0
Expand Down

0 comments on commit f8b0822

Please sign in to comment.