diff --git a/prow/cluster/control-plane/400-crier.yaml b/prow/cluster/control-plane/400-crier.yaml index f38d8f256..e5a32cb36 100644 --- a/prow/cluster/control-plane/400-crier.yaml +++ b/prow/cluster/control-plane/400-crier.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20231009-946546a97e + image: gcr.io/k8s-prow/crier:v20231011-33fbc60185 args: - --pubsub-workers=5 # Arbitrary number of multiplier - --blob-storage-workers=1 diff --git a/prow/cluster/control-plane/400-deck.yaml b/prow/cluster/control-plane/400-deck.yaml index 851aafe30..dc434f1f9 100644 --- a/prow/cluster/control-plane/400-deck.yaml +++ b/prow/cluster/control-plane/400-deck.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20231009-946546a97e + image: gcr.io/k8s-prow/deck:v20231011-33fbc60185 args: - --hook-url=http://hook:8888/plugin-help - --tide-url=http://tide/ diff --git a/prow/cluster/control-plane/400-ghproxy.yaml b/prow/cluster/control-plane/400-ghproxy.yaml index 2c507389a..faea2fdec 100644 --- a/prow/cluster/control-plane/400-ghproxy.yaml +++ b/prow/cluster/control-plane/400-ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20231009-946546a97e + image: gcr.io/k8s-prow/ghproxy:v20231011-33fbc60185 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/control-plane/400-hook.yaml b/prow/cluster/control-plane/400-hook.yaml index 08189a79f..9dc1c0737 100644 --- a/prow/cluster/control-plane/400-hook.yaml +++ b/prow/cluster/control-plane/400-hook.yaml @@ -39,7 +39,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20231009-946546a97e + image: gcr.io/k8s-prow/hook:v20231011-33fbc60185 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/control-plane/400-horologium.yaml b/prow/cluster/control-plane/400-horologium.yaml index a6362f944..367c2aa75 100644 --- a/prow/cluster/control-plane/400-horologium.yaml +++ b/prow/cluster/control-plane/400-horologium.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20231009-946546a97e + image: gcr.io/k8s-prow/horologium:v20231011-33fbc60185 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/control-plane/400-prow-controller-manager.yaml b/prow/cluster/control-plane/400-prow-controller-manager.yaml index cf820a61f..a3e1ae668 100644 --- a/prow/cluster/control-plane/400-prow-controller-manager.yaml +++ b/prow/cluster/control-plane/400-prow-controller-manager.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20231009-946546a97e + image: gcr.io/k8s-prow/prow-controller-manager:v20231011-33fbc60185 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/control-plane/400-sinker.yaml b/prow/cluster/control-plane/400-sinker.yaml index 4853718e0..8aed9628d 100644 --- a/prow/cluster/control-plane/400-sinker.yaml +++ b/prow/cluster/control-plane/400-sinker.yaml @@ -32,7 +32,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20231009-946546a97e + image: gcr.io/k8s-prow/sinker:v20231011-33fbc60185 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/control-plane/400-tide.yaml b/prow/cluster/control-plane/400-tide.yaml index cc728c4a4..992ae3f66 100644 --- a/prow/cluster/control-plane/400-tide.yaml +++ b/prow/cluster/control-plane/400-tide.yaml @@ -51,7 +51,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20231009-946546a97e + image: gcr.io/k8s-prow/tide:v20231011-33fbc60185 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/control-plane/500-cherrypicker.yaml b/prow/cluster/control-plane/500-cherrypicker.yaml index 7544c8771..44eb8bbed 100644 --- a/prow/cluster/control-plane/500-cherrypicker.yaml +++ b/prow/cluster/control-plane/500-cherrypicker.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20231009-946546a97e + image: gcr.io/k8s-prow/cherrypicker:v20231011-33fbc60185 args: - --dry-run=false - --use-prow-assignments=false diff --git a/prow/cluster/control-plane/500-needs-rebase.yaml b/prow/cluster/control-plane/500-needs-rebase.yaml index f1bc1d949..0e786918c 100644 --- a/prow/cluster/control-plane/500-needs-rebase.yaml +++ b/prow/cluster/control-plane/500-needs-rebase.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20231009-946546a97e + image: gcr.io/k8s-prow/needs-rebase:v20231011-33fbc60185 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/control-plane/500-status-reconciler.yaml b/prow/cluster/control-plane/500-status-reconciler.yaml index d8d5d29d6..d52575259 100644 --- a/prow/cluster/control-plane/500-status-reconciler.yaml +++ b/prow/cluster/control-plane/500-status-reconciler.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20231009-946546a97e + image: gcr.io/k8s-prow/status-reconciler:v20231011-33fbc60185 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/trusted/ghproxy.yaml b/prow/cluster/trusted/ghproxy.yaml index 2c507389a..faea2fdec 100644 --- a/prow/cluster/trusted/ghproxy.yaml +++ b/prow/cluster/trusted/ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20231009-946546a97e + image: gcr.io/k8s-prow/ghproxy:v20231011-33fbc60185 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/config.yaml b/prow/config.yaml index 89d7c287c..f1f800b50 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -25,10 +25,10 @@ plank: grace_period: 15s utility_images: # Update these versions when updating plank version in cluster.yaml - clonerefs: "gcr.io/k8s-prow/clonerefs:v20231009-946546a97e" - initupload: "gcr.io/k8s-prow/initupload:v20231009-946546a97e" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20231009-946546a97e" - sidecar: "gcr.io/k8s-prow/sidecar:v20231009-946546a97e" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20231011-33fbc60185" + initupload: "gcr.io/k8s-prow/initupload:v20231011-33fbc60185" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20231011-33fbc60185" + sidecar: "gcr.io/k8s-prow/sidecar:v20231011-33fbc60185" gcs_configuration: bucket: "knative-prow" path_strategy: "explicit" @@ -44,10 +44,10 @@ plank: grace_period: 15s utility_images: # Update these versions when updating plank version in cluster.yaml - clonerefs: "gcr.io/k8s-prow/clonerefs:v20231009-946546a97e" - initupload: "gcr.io/k8s-prow/initupload:v20231009-946546a97e" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20231009-946546a97e" - sidecar: "gcr.io/k8s-prow/sidecar:v20231009-946546a97e" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20231011-33fbc60185" + initupload: "gcr.io/k8s-prow/initupload:v20231011-33fbc60185" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20231011-33fbc60185" + sidecar: "gcr.io/k8s-prow/sidecar:v20231011-33fbc60185" gcs_configuration: bucket: "knative-prow" path_strategy: "explicit" diff --git a/prow/jobs/custom/autobump-flaky-test-reporter.yaml b/prow/jobs/custom/autobump-flaky-test-reporter.yaml index 6b4510d15..709ea7396 100644 --- a/prow/jobs/custom/autobump-flaky-test-reporter.yaml +++ b/prow/jobs/custom/autobump-flaky-test-reporter.yaml @@ -19,7 +19,7 @@ periodics: report_template: '"The autobump-flaky-test-reporter periodic job fails, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20231009-946546a97e + - image: gcr.io/k8s-prow/generic-autobumper:v20231011-33fbc60185 command: - generic-autobumper args: diff --git a/prow/jobs/custom/autobump-prow-tests.yaml b/prow/jobs/custom/autobump-prow-tests.yaml index 68d3ddae7..ffac02321 100644 --- a/prow/jobs/custom/autobump-prow-tests.yaml +++ b/prow/jobs/custom/autobump-prow-tests.yaml @@ -19,7 +19,7 @@ periodics: report_template: '"The autobump-prow-tests periodic job fails, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20231009-946546a97e + - image: gcr.io/k8s-prow/generic-autobumper:v20231011-33fbc60185 command: - generic-autobumper args: diff --git a/prow/jobs/custom/autobump-prow.yaml b/prow/jobs/custom/autobump-prow.yaml index 64adf71c1..ff1657be0 100644 --- a/prow/jobs/custom/autobump-prow.yaml +++ b/prow/jobs/custom/autobump-prow.yaml @@ -19,7 +19,7 @@ periodics: report_template: '"The autobump-prow periodic job fails, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20231009-946546a97e + - image: gcr.io/k8s-prow/generic-autobumper:v20231011-33fbc60185 command: - generic-autobumper args: diff --git a/prow/jobs/custom/autodeploy-prow.yaml b/prow/jobs/custom/autodeploy-prow.yaml index 6faba7618..b92af8815 100644 --- a/prow/jobs/custom/autodeploy-prow.yaml +++ b/prow/jobs/custom/autodeploy-prow.yaml @@ -38,7 +38,7 @@ periodics: report_template: '"The config-bootstrapper periodic has failed, check the log: <{{.Status.URL}}|View logs>"' spec: containers: - - image: gcr.io/k8s-prow/config-bootstrapper:v20231009-946546a97e + - image: gcr.io/k8s-prow/config-bootstrapper:v20231011-33fbc60185 imagePullPolicy: Always command: - config-bootstrapper diff --git a/prow/jobs/custom/branchprotector.yaml b/prow/jobs/custom/branchprotector.yaml index 121fcd6c1..376a3b3e2 100644 --- a/prow/jobs/custom/branchprotector.yaml +++ b/prow/jobs/custom/branchprotector.yaml @@ -41,7 +41,7 @@ periodics: spec: containers: - name: branchprotector - image: gcr.io/k8s-prow/branchprotector:v20231009-946546a97e + image: gcr.io/k8s-prow/branchprotector:v20231011-33fbc60185 command: - branchprotector args: diff --git a/prow/jobs/custom/infra.yaml b/prow/jobs/custom/infra.yaml index 9e8479df9..6a0e73e0f 100644 --- a/prow/jobs/custom/infra.yaml +++ b/prow/jobs/custom/infra.yaml @@ -13,7 +13,7 @@ # limitations under the License. # Add a fake hook image here so that autobump.sh can bump only job configs -# image: gcr.io/k8s-prow/hook:v20231009-946546a97e +# image: gcr.io/k8s-prow/hook:v20231011-33fbc60185 # See # https://github.com/kubernetes/test-infra/blob/5815354584709c3f436e3d682110c673d224d7b1/prow/cmd/autobump/autobump.sh#L164 @@ -25,7 +25,7 @@ presubmits: cluster: prow-build spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20231009-946546a97e + - image: gcr.io/k8s-prow/checkconfig:v20231011-33fbc60185 command: - checkconfig args: @@ -48,7 +48,7 @@ presubmits: cluster: "prow-build" spec: containers: - - image: gcr.io/k8s-prow/configurator:v20231009-946546a97e + - image: gcr.io/k8s-prow/configurator:v20231011-33fbc60185 command: - configurator args: @@ -359,7 +359,7 @@ postsubmits: spec: serviceAccountName: testgrid-updater containers: - - image: gcr.io/k8s-prow/configurator:v20231009-946546a97e + - image: gcr.io/k8s-prow/configurator:v20231011-33fbc60185 command: - configurator args: diff --git a/prow/jobs/custom/label-sync.yaml b/prow/jobs/custom/label-sync.yaml index d66b00973..8dadbb32f 100644 --- a/prow/jobs/custom/label-sync.yaml +++ b/prow/jobs/custom/label-sync.yaml @@ -28,7 +28,7 @@ presubmits: spec: containers: - name: label-sync - image: gcr.io/k8s-prow/label_sync:v20231009-946546a97e + image: gcr.io/k8s-prow/label_sync:v20231011-33fbc60185 command: - label_sync args: @@ -68,7 +68,7 @@ periodics: spec: containers: - name: label-sync - image: gcr.io/k8s-prow/label_sync:v20231009-946546a97e + image: gcr.io/k8s-prow/label_sync:v20231011-33fbc60185 command: - label_sync args: @@ -118,7 +118,7 @@ postsubmits: spec: containers: - name: label-sync - image: gcr.io/k8s-prow/label_sync:v20231009-946546a97e + image: gcr.io/k8s-prow/label_sync:v20231011-33fbc60185 command: - label_sync args: diff --git a/prow/jobs/custom/peribolos.yaml b/prow/jobs/custom/peribolos.yaml index 66d5e872f..8fec3e34d 100644 --- a/prow/jobs/custom/peribolos.yaml +++ b/prow/jobs/custom/peribolos.yaml @@ -28,7 +28,7 @@ presubmits: - "main" spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231009-946546a97e + - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 command: - "peribolos" args: @@ -67,7 +67,7 @@ presubmits: - "main" spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231009-946546a97e + - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 command: - "peribolos" args: @@ -118,7 +118,7 @@ postsubmits: testgrid-tab-name: post-knative-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231009-946546a97e + - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 command: - "peribolos" args: @@ -172,7 +172,7 @@ postsubmits: testgrid-tab-name: post-knative-extensions-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231009-946546a97e + - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 command: - "peribolos" args: @@ -223,7 +223,7 @@ periodics: testgrid-tab-name: ci-knative-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231009-946546a97e + - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 command: - "peribolos" args: @@ -271,7 +271,7 @@ periodics: testgrid-tab-name: ci-knative-extensions-peribolos spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20231009-946546a97e + - image: gcr.io/k8s-prow/peribolos:v20231011-33fbc60185 command: - "peribolos" args: diff --git a/prow/jobs/run_job.sh b/prow/jobs/run_job.sh index 87e98d4b8..649a681e7 100755 --- a/prow/jobs/run_job.sh +++ b/prow/jobs/run_job.sh @@ -39,7 +39,7 @@ if [[ -n "${GITHUB_TOKEN_PATH}" ]]; then -v "${PWD}:${PWD}" -v "${CONFIG_YAML}:${CONFIG_YAML}" -v "${JOB_CONFIG_YAML}:${JOB_CONFIG_YAML}" \ -v "${GITHUB_TOKEN_PATH}:${GITHUB_TOKEN_PATH}" \ -w "${PWD}" \ - gcr.io/k8s-prow/mkpj:v20231009-946546a97e \ + gcr.io/k8s-prow/mkpj:v20231011-33fbc60185 \ "--job=${JOB_NAME}" "--config-path=${CONFIG_YAML}" "--job-config-path=${JOB_CONFIG_YAML}" \ "--github-token-path=${GITHUB_TOKEN_PATH}" \ >"${JOB_YAML}" @@ -48,7 +48,7 @@ else docker run -i --rm \ -v "${PWD}:${PWD}" -v "${CONFIG_YAML}:${CONFIG_YAML}" -v "${JOB_CONFIG_YAML}:${JOB_CONFIG_YAML}" \ -w "${PWD}" \ - gcr.io/k8s-prow/mkpj:v20231009-946546a97e \ + gcr.io/k8s-prow/mkpj:v20231011-33fbc60185 \ "--job=${JOB_NAME}" "--config-path=${CONFIG_YAML}" "--job-config-path=${JOB_CONFIG_YAML}" \ >"${JOB_YAML}" || failed=1