Skip to content

Commit 85302db

Browse files
authored
Update Prow to v20221111-fe4f3e2158 (#1083)
1 parent 41840b5 commit 85302db

14 files changed

+20
-20
lines changed

.prow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ presubmits:
66
- ^master$
77
spec:
88
containers:
9-
- image: gcr.io/k8s-prow/checkconfig:v20221104-4497ace285
9+
- image: gcr.io/k8s-prow/checkconfig:v20221111-fe4f3e2158
1010
command:
1111
- /ko-app/checkconfig
1212
args:
@@ -182,7 +182,7 @@ postsubmits:
182182
- ^master$
183183
spec:
184184
containers:
185-
- image: gcr.io/k8s-prow/label_sync:v20221104-4497ace285
185+
- image: gcr.io/k8s-prow/label_sync:v20221111-fe4f3e2158
186186
command:
187187
- /ko-app/label_sync
188188
args:

configs/prow-dev/cluster/branchprotector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: branchprotector
18-
image: gcr.io/k8s-prow/branchprotector:v20221104-4497ace285
18+
image: gcr.io/k8s-prow/branchprotector:v20221111-fe4f3e2158
1919
args:
2020
- --config-path=/etc/config/config.yaml
2121
- --github-token-path=/etc/github/token

configs/prow-dev/cluster/crier_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
terminationGracePeriodSeconds: 30
2020
containers:
2121
- name: crier
22-
image: gcr.io/k8s-prow/crier:v20221104-4497ace285
22+
image: gcr.io/k8s-prow/crier:v20221111-fe4f3e2158
2323
args:
2424
- --blob-storage-workers=10
2525
- --config-path=/etc/config/config.yaml

configs/prow-dev/cluster/deck_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
terminationGracePeriodSeconds: 30
2525
containers:
2626
- name: deck
27-
image: gcr.io/k8s-prow/deck:v20221104-4497ace285
27+
image: gcr.io/k8s-prow/deck:v20221111-fe4f3e2158
2828
args:
2929
- --config-path=/etc/config/config.yaml
3030
- --plugin-config=/etc/plugins/plugins.yaml

configs/prow-dev/cluster/ghproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
spec:
3535
containers:
3636
- name: ghproxy
37-
image: gcr.io/k8s-prow/ghproxy:v20221104-4497ace285
37+
image: gcr.io/k8s-prow/ghproxy:v20221111-fe4f3e2158
3838
args:
3939
- --cache-dir=/cache
4040
- --cache-sizeGB=1

configs/prow-dev/cluster/hook_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
terminationGracePeriodSeconds: 180
2525
containers:
2626
- name: hook
27-
image: gcr.io/k8s-prow/hook:v20221104-4497ace285
27+
image: gcr.io/k8s-prow/hook:v20221111-fe4f3e2158
2828
imagePullPolicy: Always
2929
args:
3030
- --dry-run=false

configs/prow-dev/cluster/horologium_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
terminationGracePeriodSeconds: 30
2222
containers:
2323
- name: horologium
24-
image: gcr.io/k8s-prow/horologium:v20221104-4497ace285
24+
image: gcr.io/k8s-prow/horologium:v20221111-fe4f3e2158
2525
args:
2626
- --dry-run=false
2727
- --config-path=/etc/config/config.yaml

configs/prow-dev/cluster/label_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: label-sync
18-
image: gcr.io/k8s-prow/label_sync:v20221104-4497ace285
18+
image: gcr.io/k8s-prow/label_sync:v20221111-fe4f3e2158
1919
args:
2020
- --config=/etc/config/labels.yaml
2121
- --confirm=true

configs/prow-dev/cluster/needs-rebase_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
terminationGracePeriodSeconds: 180
1919
containers:
2020
- name: needs-rebase
21-
image: gcr.io/k8s-prow/needs-rebase:v20221104-4497ace285
21+
image: gcr.io/k8s-prow/needs-rebase:v20221111-fe4f3e2158
2222
imagePullPolicy: Always
2323
args:
2424
- --dry-run=false

configs/prow-dev/cluster/prow_controller_manager_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- --github-endpoint=https://api.github.com
2727
- --enable-controller=plank
2828
- --job-config-path=/etc/job-config
29-
image: gcr.io/k8s-prow/prow-controller-manager:v20221104-4497ace285
29+
image: gcr.io/k8s-prow/prow-controller-manager:v20221111-fe4f3e2158
3030
volumeMounts:
3131
- name: github-token
3232
mountPath: /etc/github

0 commit comments

Comments
 (0)