41
41
parentRepository : gcr.io/jenkinsxio
42
42
43
43
# image.tag -- Docker images tag
44
- tag : 0 .0.750
44
+ tag : 1 .0.22
45
45
46
46
# image.pullPolicy -- Image pull policy
47
47
pullPolicy : IfNotPresent
@@ -71,7 +71,7 @@ gcJobs:
71
71
repository : " {{ .Values.image.parentRepository }}/lighthouse-gc-jobs"
72
72
73
73
# gcJobs.image.tag -- Template for computing the gc job docker image tag
74
- tag : " {{ .Values.image.tag }} "
74
+ tag : 1.0.22
75
75
76
76
# gcJobs.image.pullPolicy -- Template for computing the gc job docker image pull policy
77
77
pullPolicy : " {{ .Values.image.pullPolicy }}"
@@ -88,7 +88,7 @@ webhooks:
88
88
repository : " {{ .Values.image.parentRepository }}/lighthouse-webhooks"
89
89
90
90
# webhooks.image.tag -- Template for computing the webhooks controller docker image tag
91
- tag : " {{ .Values.image.tag }} "
91
+ tag : 1.0.22
92
92
93
93
# webhooks.image.pullPolicy -- Template for computing the webhooks controller docker image pull policy
94
94
pullPolicy : " {{ .Values.image.pullPolicy }}"
@@ -175,7 +175,7 @@ foghorn:
175
175
repository : " {{ .Values.image.parentRepository }}/lighthouse-foghorn"
176
176
177
177
# foghorn.image.tag -- Template for computing the foghorn controller docker image tag
178
- tag : " {{ .Values.image.tag }} "
178
+ tag : 1.0.22
179
179
180
180
# foghorn.image.pullPolicy -- Template for computing the foghorn controller docker image pull policy
181
181
pullPolicy : " {{ .Values.image.pullPolicy }}"
@@ -218,7 +218,7 @@ tektoncontroller:
218
218
repository : " {{ .Values.image.parentRepository }}/lighthouse-tekton-controller"
219
219
220
220
# tektoncontroller.image.tag -- Template for computing the tekton controller docker image tag
221
- tag : " {{ .Values.image.tag }} "
221
+ tag : 1.0.22
222
222
223
223
# tektoncontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy
224
224
pullPolicy : " {{ .Values.image.pullPolicy }}"
@@ -268,7 +268,7 @@ jenkinscontroller:
268
268
repository : " {{ .Values.image.parentRepository }}/lighthouse-jenkins-controller"
269
269
270
270
# jenkinscontroller.image.tag -- Template for computing the tekton controller docker image tag
271
- tag : " {{ .Values.image.tag }} "
271
+ tag : 1.0.22
272
272
273
273
# jenkinscontroller.image.pullPolicy -- Template for computing the tekton controller docker image pull policy
274
274
pullPolicy : " {{ .Values.image.pullPolicy }}"
@@ -315,7 +315,7 @@ keeper:
315
315
repository : " {{ .Values.image.parentRepository }}/lighthouse-keeper"
316
316
317
317
# keeper.image.tag -- Template for computing the keeper controller docker image tag
318
- tag : " {{ .Values.image.tag }} "
318
+ tag : 1.0.22
319
319
320
320
# keeper.image.pullPolicy -- Template for computing the keeper controller docker image pull policy
321
321
pullPolicy : " {{ .Values.image.pullPolicy }}"
0 commit comments