diff --git a/.prow.yaml b/.prow.yaml index 61d95b44c27..66a35a30230 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -5,7 +5,7 @@ presubmits: run_if_changed: '^(\.prow|prow/(config|plugins|cluster/jobs/.*))\.yaml$' spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20221028-a8625c1f93 + - image: gcr.io/k8s-prow/checkconfig:v20221102-8efc754883 command: - checkconfig args: diff --git a/prow/cluster/cherrypicker_deployment.yaml b/prow/cluster/cherrypicker_deployment.yaml index 06d9a0bcf90..49851cf6ead 100644 --- a/prow/cluster/cherrypicker_deployment.yaml +++ b/prow/cluster/cherrypicker_deployment.yaml @@ -18,7 +18,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/cherrypicker:v20221102-8efc754883 args: - --create-issue-on-conflict - --dry-run=false diff --git a/prow/cluster/crier_deployment.yaml b/prow/cluster/crier_deployment.yaml index 02f968350dc..2d523bfc9dc 100644 --- a/prow/cluster/crier_deployment.yaml +++ b/prow/cluster/crier_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/crier:v20221102-8efc754883 args: - --blob-storage-workers=1 - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/deck_deployment.yaml b/prow/cluster/deck_deployment.yaml index 3b008d6b850..06248893183 100644 --- a/prow/cluster/deck_deployment.yaml +++ b/prow/cluster/deck_deployment.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/deck:v20221102-8efc754883 ports: - name: http containerPort: 8080 diff --git a/prow/cluster/deck_private_deployment.yaml b/prow/cluster/deck_private_deployment.yaml index 2593b90610e..b1e89f19eaa 100644 --- a/prow/cluster/deck_private_deployment.yaml +++ b/prow/cluster/deck_private_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck-private - image: gcr.io/k8s-prow/deck:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/deck:v20221102-8efc754883 ports: - name: http containerPort: 8080 diff --git a/prow/cluster/ghproxy.yaml b/prow/cluster/ghproxy.yaml index 0a2c5e60e85..c9678069bc3 100644 --- a/prow/cluster/ghproxy.yaml +++ b/prow/cluster/ghproxy.yaml @@ -31,7 +31,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/ghproxy:v20221102-8efc754883 args: - --cache-dir=/cache - --cache-sizeGB=15 diff --git a/prow/cluster/hook_deployment.yaml b/prow/cluster/hook_deployment.yaml index 2e48e8646cc..210272054af 100644 --- a/prow/cluster/hook_deployment.yaml +++ b/prow/cluster/hook_deployment.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/hook:v20221102-8efc754883 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/horologium_deployment.yaml b/prow/cluster/horologium_deployment.yaml index 54f7be9ba83..da3c0e26f45 100644 --- a/prow/cluster/horologium_deployment.yaml +++ b/prow/cluster/horologium_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/horologium:v20221102-8efc754883 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml b/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml index 6eb6e0e52db..05d074a2a04 100644 --- a/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml +++ b/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml @@ -9,7 +9,7 @@ presubmits: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/configurator:v20221028-a8625c1f93 + - image: gcr.io/k8s-prow/configurator:v20221102-8efc754883 command: - configurator args: diff --git a/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml b/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml index 5675c319613..1317ce2b062 100644 --- a/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml +++ b/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml @@ -14,7 +14,7 @@ postsubmits: spec: serviceAccountName: testgrid-updater containers: - - image: gcr.io/k8s-prow/configurator:v20221028-a8625c1f93 + - image: gcr.io/k8s-prow/configurator:v20221102-8efc754883 command: - configurator args: @@ -40,7 +40,7 @@ postsubmits: serviceAccountName: gencred-refresher containers: - name: gencred - image: gcr.io/k8s-prow/gencred:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/gencred:v20221102-8efc754883 command: - gencred args: @@ -64,7 +64,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20221028-a8625c1f93 + - image: gcr.io/k8s-prow/branchprotector:v20221102-8efc754883 command: - branchprotector args: @@ -94,7 +94,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20221028-a8625c1f93 + - image: gcr.io/k8s-prow/generic-autobumper:v20221102-8efc754883 command: - generic-autobumper args: @@ -128,7 +128,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20221028-a8625c1f93 + - image: gcr.io/k8s-prow/generic-autobumper:v20221102-8efc754883 command: - generic-autobumper args: @@ -161,7 +161,7 @@ periodics: serviceAccountName: gencred-refresher containers: - name: gencred - image: gcr.io/k8s-prow/gencred:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/gencred:v20221102-8efc754883 command: - gencred args: diff --git a/prow/cluster/needs-rebase_deployment.yaml b/prow/cluster/needs-rebase_deployment.yaml index d261768d8a8..29cec65a26a 100644 --- a/prow/cluster/needs-rebase_deployment.yaml +++ b/prow/cluster/needs-rebase_deployment.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/needs-rebase:v20221102-8efc754883 args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/prow/cluster/prow-controller-manager.yaml b/prow/cluster/prow-controller-manager.yaml index e5275ddf8f3..b13992ecd01 100644 --- a/prow/cluster/prow-controller-manager.yaml +++ b/prow/cluster/prow-controller-manager.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/prow-controller-manager:v20221102-8efc754883 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/sinker_deployment.yaml b/prow/cluster/sinker_deployment.yaml index eeb4cddc84b..c7e24496761 100644 --- a/prow/cluster/sinker_deployment.yaml +++ b/prow/cluster/sinker_deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: sinker containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/sinker:v20221102-8efc754883 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/statusreconciler_deployment.yaml b/prow/cluster/statusreconciler_deployment.yaml index 4937b94215c..b2ad0a5345f 100644 --- a/prow/cluster/statusreconciler_deployment.yaml +++ b/prow/cluster/statusreconciler_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/status-reconciler:v20221102-8efc754883 imagePullPolicy: Always args: - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/tide_deployment.yaml b/prow/cluster/tide_deployment.yaml index 0a2e80653ef..bb633acb55b 100644 --- a/prow/cluster/tide_deployment.yaml +++ b/prow/cluster/tide_deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: gcr.io/k8s-prow/tide:v20221028-a8625c1f93 + image: gcr.io/k8s-prow/tide:v20221102-8efc754883 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/config.yaml b/prow/config.yaml index 78aceed46ef..5b6a7c1a5d6 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -11,10 +11,10 @@ plank: timeout: 2h grace_period: 15s utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20221028-a8625c1f93" - initupload: "gcr.io/k8s-prow/initupload:v20221028-a8625c1f93" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20221028-a8625c1f93" - sidecar: "gcr.io/k8s-prow/sidecar:v20221028-a8625c1f93" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20221102-8efc754883" + initupload: "gcr.io/k8s-prow/initupload:v20221102-8efc754883" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20221102-8efc754883" + sidecar: "gcr.io/k8s-prow/sidecar:v20221102-8efc754883" gcs_configuration: bucket: "istio-prow" path_strategy: "explicit"