Skip to content

Commit

Permalink
Bump gcr.io/kaniko-project/executor from 1.20.0 to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-merge-robot authored Feb 11, 2024
1 parent 62e4673 commit 1a27399
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -672,7 +672,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.20.0
image: gcr.io/kaniko-project/executor:v1.20.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.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
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.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
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.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
command:
- /kaniko/executor
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
emptyDir: {}
steps:
- name: kaniko-build
image: gcr.io/kaniko-project/executor:v1.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
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.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
command:
- /kaniko/executor
args:
Expand Down
6 changes: 3 additions & 3 deletions test/v1alpha1_samples/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.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
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.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
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.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down
6 changes: 3 additions & 3 deletions test/v1beta1_samples/clusterbuildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -180,7 +180,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -298,7 +298,7 @@ metadata:
spec:
buildSteps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.20.0
image: gcr.io/kaniko-project/executor:v1.20.1
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down

0 comments on commit 1a27399

Please sign in to comment.