File tree 6 files changed +11
-11
lines changed
v1alpha1/buildstrategy/source-to-image
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ metadata:
610
610
spec:
611
611
steps:
612
612
- name: build-and-push
613
- image: gcr.io/kaniko-project/executor:v1.23.1
613
+ image: gcr.io/kaniko-project/executor:v1.23.2
614
614
workingDir: $(params.shp-source-root)
615
615
securityContext:
616
616
runAsUser: 0
@@ -659,7 +659,7 @@ metadata:
659
659
spec:
660
660
steps:
661
661
- name: build-and-push
662
- image: gcr.io/kaniko-project/executor:v1.23.1
662
+ image: gcr.io/kaniko-project/executor:v1.23.2
663
663
workingDir: $(params.shp-source-root)
664
664
securityContext:
665
665
runAsUser: 0
Original file line number Diff line number Diff line change 22
22
name : gen-source
23
23
workingDir : $(params.shp-source-root)
24
24
- name : build-and-push
25
- image : gcr.io/kaniko-project/executor:v1.23.1
25
+ image : gcr.io/kaniko-project/executor:v1.23.2
26
26
command :
27
27
- /kaniko/executor
28
28
args :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
6
6
spec :
7
7
steps :
8
8
- name : build-and-push
9
- image : gcr.io/kaniko-project/executor:v1.23.1
9
+ image : gcr.io/kaniko-project/executor:v1.23.2
10
10
workingDir : $(params.shp-source-root)
11
11
securityContext :
12
12
capabilities :
Original file line number Diff line number Diff line change 22
22
name : gen-source
23
23
workingDir : $(params.shp-source-root)
24
24
- name : build-and-push
25
- image : gcr.io/kaniko-project/executor:v1.23.1
25
+ image : gcr.io/kaniko-project/executor:v1.23.2
26
26
command :
27
27
- /kaniko/executor
28
28
args :
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ metadata:
149
149
spec:
150
150
buildSteps:
151
151
- name: step-build-and-push
152
- image: gcr.io/kaniko-project/executor:v1.23.1
152
+ image: gcr.io/kaniko-project/executor:v1.23.2
153
153
workingDir: $(params.shp-source-root)
154
154
securityContext:
155
155
runAsUser: 0
@@ -198,7 +198,7 @@ metadata:
198
198
spec:
199
199
buildSteps:
200
200
- name: step-build-and-push
201
- image: gcr.io/kaniko-project/executor:v1.23.1
201
+ image: gcr.io/kaniko-project/executor:v1.23.2
202
202
workingDir: $(params.shp-source-root)
203
203
securityContext:
204
204
runAsUser: 0
@@ -316,7 +316,7 @@ metadata:
316
316
spec:
317
317
buildSteps:
318
318
- name: step-build-and-push
319
- image: gcr.io/kaniko-project/executor:v1.23.1
319
+ image: gcr.io/kaniko-project/executor:v1.23.2
320
320
workingDir: $(params.shp-source-root)
321
321
securityContext:
322
322
runAsUser: 0
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ metadata:
166
166
spec:
167
167
steps:
168
168
- name: step-build-and-push
169
- image: gcr.io/kaniko-project/executor:v1.23.1
169
+ image: gcr.io/kaniko-project/executor:v1.23.2
170
170
workingDir: $(params.shp-source-root)
171
171
securityContext:
172
172
runAsUser: 0
@@ -215,7 +215,7 @@ metadata:
215
215
spec:
216
216
steps:
217
217
- name: step-build-and-push
218
- image: gcr.io/kaniko-project/executor:v1.23.1
218
+ image: gcr.io/kaniko-project/executor:v1.23.2
219
219
workingDir: $(params.shp-source-root)
220
220
securityContext:
221
221
runAsUser: 0
@@ -333,7 +333,7 @@ metadata:
333
333
spec:
334
334
steps:
335
335
- name: step-build-and-push
336
- image: gcr.io/kaniko-project/executor:v1.23.1
336
+ image: gcr.io/kaniko-project/executor:v1.23.2
337
337
workingDir: $(params.shp-source-root)
338
338
securityContext:
339
339
runAsUser: 0
You can’t perform that action at this time.
0 commit comments