Skip to content

Commit

Permalink
Merge pull request #1396 from shipwright-io/gcr.io/kaniko-project/exe…
Browse files Browse the repository at this point in the history
…cutor

Bump gcr.io/kaniko-project/executor from 1.15.0 to 1.16.0
  • Loading branch information
openshift-ci[bot] authored Oct 6, 2023
2 parents 53380f9 + 1ce0a84 commit 1660379
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -659,7 +659,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
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.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
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 @@ -6,7 +6,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: gen-source
workingDir: $(params.shp-source-root)
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
command:
- /kaniko/executor
args:
Expand Down
6 changes: 3 additions & 3 deletions test/clusterbuildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -198,7 +198,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -316,7 +316,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.15.0
image: gcr.io/kaniko-project/executor:v1.16.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down

0 comments on commit 1660379

Please sign in to comment.