@@ -118,10 +118,10 @@ data:
118
118
key: cert
119
119
s3_credentials_secret: s3-credentials
120
120
utility_images:
121
- clonerefs: gcr.io/k8s-prow/clonerefs:v20240531-8e43f4d08
122
- entrypoint: gcr.io/k8s-prow/entrypoint:v20240531-8e43f4d08
123
- initupload: gcr.io/k8s-prow/initupload:v20240531-8e43f4d08
124
- sidecar: gcr.io/k8s-prow/sidecar:v20240531-8e43f4d08
121
+ clonerefs: gcr.io/k8s-prow/clonerefs:v20240611-924d31f0c
122
+ entrypoint: gcr.io/k8s-prow/entrypoint:v20240611-924d31f0c
123
+ initupload: gcr.io/k8s-prow/initupload:v20240611-924d31f0c
124
+ sidecar: gcr.io/k8s-prow/sidecar:v20240611-924d31f0c
125
125
126
126
tide:
127
127
queries:
@@ -172,7 +172,7 @@ spec:
172
172
terminationGracePeriodSeconds : 180
173
173
containers :
174
174
- name : hook
175
- image : gcr.io/k8s-prow/hook:v20240531-8e43f4d08
175
+ image : gcr.io/k8s-prow/hook:v20240611-924d31f0c
176
176
imagePullPolicy : Always
177
177
args :
178
178
- --dry-run=false
@@ -261,7 +261,7 @@ spec:
261
261
serviceAccountName : " sinker"
262
262
containers :
263
263
- name : sinker
264
- image : gcr.io/k8s-prow/sinker:v20240531-8e43f4d08
264
+ image : gcr.io/k8s-prow/sinker:v20240611-924d31f0c
265
265
args :
266
266
- --config-path=/etc/config/config.yaml
267
267
- --dry-run=false
@@ -300,7 +300,7 @@ spec:
300
300
terminationGracePeriodSeconds : 30
301
301
containers :
302
302
- name : deck
303
- image : gcr.io/k8s-prow/deck:v20240531-8e43f4d08
303
+ image : gcr.io/k8s-prow/deck:v20240611-924d31f0c
304
304
args :
305
305
- --config-path=/etc/config/config.yaml
306
306
- --plugin-config=/etc/plugins/plugins.yaml
@@ -397,7 +397,7 @@ spec:
397
397
terminationGracePeriodSeconds : 30
398
398
containers :
399
399
- name : horologium
400
- image : gcr.io/k8s-prow/horologium:v20240531-8e43f4d08
400
+ image : gcr.io/k8s-prow/horologium:v20240611-924d31f0c
401
401
args :
402
402
- --dry-run=false
403
403
- --config-path=/etc/config/config.yaml
@@ -432,7 +432,7 @@ spec:
432
432
serviceAccountName : " tide"
433
433
containers :
434
434
- name : tide
435
- image : gcr.io/k8s-prow/tide:v20240531-8e43f4d08
435
+ image : gcr.io/k8s-prow/tide:v20240611-924d31f0c
436
436
args :
437
437
- --dry-run=false
438
438
- --config-path=/etc/config/config.yaml
@@ -542,7 +542,7 @@ spec:
542
542
terminationGracePeriodSeconds : 180
543
543
containers :
544
544
- name : statusreconciler
545
- image : gcr.io/k8s-prow/status-reconciler:v20240531-8e43f4d08
545
+ image : gcr.io/k8s-prow/status-reconciler:v20240611-924d31f0c
546
546
args :
547
547
- --dry-run=false
548
548
- --continue-on-error=true
@@ -934,7 +934,7 @@ spec:
934
934
spec :
935
935
containers :
936
936
- name : ghproxy
937
- image : gcr.io/k8s-prow/ghproxy:v20240531-8e43f4d08
937
+ image : gcr.io/k8s-prow/ghproxy:v20240611-924d31f0c
938
938
args :
939
939
- --cache-dir=/cache
940
940
- --cache-sizeGB=99
@@ -1003,7 +1003,7 @@ spec:
1003
1003
secretKeyRef :
1004
1004
name : github-token
1005
1005
key : appid
1006
- image : gcr.io/k8s-prow/prow-controller-manager:v20240531-8e43f4d08
1006
+ image : gcr.io/k8s-prow/prow-controller-manager:v20240611-924d31f0c
1007
1007
volumeMounts :
1008
1008
- name : github-token
1009
1009
mountPath : /etc/github
@@ -1139,7 +1139,7 @@ spec:
1139
1139
terminationGracePeriodSeconds : 30
1140
1140
containers :
1141
1141
- name : crier
1142
- image : gcr.io/k8s-prow/crier:v20240531-8e43f4d08
1142
+ image : gcr.io/k8s-prow/crier:v20240611-924d31f0c
1143
1143
args :
1144
1144
- --blob-storage-workers=10
1145
1145
- --config-path=/etc/config/config.yaml
0 commit comments