Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -659,7 +659,7 @@ metadata:
spec:
steps:
- name: build-and-push
image: gcr.io/kaniko-project/executor:v1.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
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.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
command:
- /kaniko/executor
args:
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.23.2
image: gcr.io/kaniko-project/executor:v1.24.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.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
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.23.2
image: gcr.io/kaniko-project/executor:v1.24.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.23.2
image: gcr.io/kaniko-project/executor:v1.24.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.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
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 @@ -166,7 +166,7 @@ metadata:
spec:
steps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -215,7 +215,7 @@ metadata:
spec:
steps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down Expand Up @@ -333,7 +333,7 @@ metadata:
spec:
steps:
- name: step-build-and-push
image: gcr.io/kaniko-project/executor:v1.23.2
image: gcr.io/kaniko-project/executor:v1.24.0
workingDir: $(params.shp-source-root)
securityContext:
runAsUser: 0
Expand Down