@@ -100,10 +100,10 @@ data:
100
100
path_strategy: explicit
101
101
s3_credentials_secret: s3-credentials
102
102
utility_images:
103
- clonerefs: gcr.io/k8s-prow/clonerefs:v20211129-d950093cb0
104
- entrypoint: gcr.io/k8s-prow/entrypoint:v20211129-d950093cb0
105
- initupload: gcr.io/k8s-prow/initupload:v20211129-d950093cb0
106
- sidecar: gcr.io/k8s-prow/sidecar:v20211129-d950093cb0
103
+ clonerefs: gcr.io/k8s-prow/clonerefs:v20211130-94589f397a
104
+ entrypoint: gcr.io/k8s-prow/entrypoint:v20211130-94589f397a
105
+ initupload: gcr.io/k8s-prow/initupload:v20211130-94589f397a
106
+ sidecar: gcr.io/k8s-prow/sidecar:v20211130-94589f397a
107
107
108
108
tide:
109
109
queries:
@@ -154,7 +154,7 @@ spec:
154
154
terminationGracePeriodSeconds : 180
155
155
containers :
156
156
- name : hook
157
- image : gcr.io/k8s-prow/hook:v20211129-d950093cb0
157
+ image : gcr.io/k8s-prow/hook:v20211130-94589f397a
158
158
imagePullPolicy : Always
159
159
args :
160
160
- --dry-run=false
@@ -243,7 +243,7 @@ spec:
243
243
serviceAccountName : " sinker"
244
244
containers :
245
245
- name : sinker
246
- image : gcr.io/k8s-prow/sinker:v20211129-d950093cb0
246
+ image : gcr.io/k8s-prow/sinker:v20211130-94589f397a
247
247
args :
248
248
- --config-path=/etc/config/config.yaml
249
249
- --dry-run=false
@@ -282,7 +282,7 @@ spec:
282
282
terminationGracePeriodSeconds : 30
283
283
containers :
284
284
- name : deck
285
- image : gcr.io/k8s-prow/deck:v20211129-d950093cb0
285
+ image : gcr.io/k8s-prow/deck:v20211130-94589f397a
286
286
args :
287
287
- --config-path=/etc/config/config.yaml
288
288
- --plugin-config=/etc/plugins/plugins.yaml
@@ -379,7 +379,7 @@ spec:
379
379
terminationGracePeriodSeconds : 30
380
380
containers :
381
381
- name : horologium
382
- image : gcr.io/k8s-prow/horologium:v20211129-d950093cb0
382
+ image : gcr.io/k8s-prow/horologium:v20211130-94589f397a
383
383
args :
384
384
- --dry-run=false
385
385
- --config-path=/etc/config/config.yaml
@@ -414,7 +414,7 @@ spec:
414
414
serviceAccountName : " tide"
415
415
containers :
416
416
- name : tide
417
- image : gcr.io/k8s-prow/tide:v20211129-d950093cb0
417
+ image : gcr.io/k8s-prow/tide:v20211130-94589f397a
418
418
args :
419
419
- --dry-run=false
420
420
- --config-path=/etc/config/config.yaml
@@ -524,7 +524,7 @@ spec:
524
524
terminationGracePeriodSeconds : 180
525
525
containers :
526
526
- name : statusreconciler
527
- image : gcr.io/k8s-prow/status-reconciler:v20211129-d950093cb0
527
+ image : gcr.io/k8s-prow/status-reconciler:v20211130-94589f397a
528
528
args :
529
529
- --dry-run=false
530
530
- --continue-on-error=true
@@ -916,7 +916,7 @@ spec:
916
916
spec :
917
917
containers :
918
918
- name : ghproxy
919
- image : gcr.io/k8s-prow/ghproxy:v20211129-d950093cb0
919
+ image : gcr.io/k8s-prow/ghproxy:v20211130-94589f397a
920
920
args :
921
921
- --cache-dir=/cache
922
922
- --cache-sizeGB=99
@@ -985,7 +985,7 @@ spec:
985
985
secretKeyRef :
986
986
name : github-token
987
987
key : appid
988
- image : gcr.io/k8s-prow/prow-controller-manager:v20211129-d950093cb0
988
+ image : gcr.io/k8s-prow/prow-controller-manager:v20211130-94589f397a
989
989
volumeMounts :
990
990
- name : github-token
991
991
mountPath : /etc/github
@@ -1120,7 +1120,7 @@ spec:
1120
1120
terminationGracePeriodSeconds : 30
1121
1121
containers :
1122
1122
- name : crier
1123
- image : gcr.io/k8s-prow/crier:v20211129-d950093cb0
1123
+ image : gcr.io/k8s-prow/crier:v20211130-94589f397a
1124
1124
args :
1125
1125
- --blob-storage-workers=10
1126
1126
- --config-path=/etc/config/config.yaml
0 commit comments