diff --git a/.prow/presubmits.yaml b/.prow/presubmits.yaml index 0c9aafb9ea..85764aec41 100644 --- a/.prow/presubmits.yaml +++ b/.prow/presubmits.yaml @@ -4,7 +4,7 @@ presubmits: run_if_changed: '^prow/(oss/(config|plugins)\.yaml$|prowjobs/)|^\.prow' spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/checkconfig:v20240311-86af1a69e9 imagePullPolicy: Always command: - checkconfig @@ -49,7 +49,7 @@ presubmits: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/configurator:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/configurator:v20240311-86af1a69e9 command: - configurator args: diff --git a/prow/oss/cluster/crier.yaml b/prow/oss/cluster/crier.yaml index 62d251d108..f44ccd7fc5 100644 --- a/prow/oss/cluster/crier.yaml +++ b/prow/oss/cluster/crier.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/crier:v20240311-86af1a69e9 args: - --blob-storage-workers=1 - --config-path=/etc/config/config.yaml diff --git a/prow/oss/cluster/deck.yaml b/prow/oss/cluster/deck.yaml index 7fa7eb90b3..b6e3d35c0a 100644 --- a/prow/oss/cluster/deck.yaml +++ b/prow/oss/cluster/deck.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/deck:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/deck_blueprints_deployment.yaml b/prow/oss/cluster/deck_blueprints_deployment.yaml index dd9e295aa2..72d3514378 100644 --- a/prow/oss/cluster/deck_blueprints_deployment.yaml +++ b/prow/oss/cluster/deck_blueprints_deployment.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck-blueprints - image: gcr.io/k8s-prow/deck:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/deck:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --hook-url=http://hook:8888/plugin-help diff --git a/prow/oss/cluster/gerrit.yaml b/prow/oss/cluster/gerrit.yaml index 362dcd3295..8ea184f6ae 100644 --- a/prow/oss/cluster/gerrit.yaml +++ b/prow/oss/cluster/gerrit.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: gerrit - image: gcr.io/k8s-prow/gerrit:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/gerrit:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/ghproxy.yaml b/prow/oss/cluster/ghproxy.yaml index b3a78e6661..889b9e722d 100644 --- a/prow/oss/cluster/ghproxy.yaml +++ b/prow/oss/cluster/ghproxy.yaml @@ -31,7 +31,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/ghproxy:v20240311-86af1a69e9 args: - --cache-dir=/cache - --cache-sizeGB=49 diff --git a/prow/oss/cluster/grandmatriarch_default.yaml b/prow/oss/cluster/grandmatriarch_default.yaml index 382f225512..d90b15653b 100644 --- a/prow/oss/cluster/grandmatriarch_default.yaml +++ b/prow/oss/cluster/grandmatriarch_default.yaml @@ -69,6 +69,6 @@ spec: serviceAccountName: grandmatriarch containers: - name: bakery - image: gcr.io/k8s-prow/grandmatriarch:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/grandmatriarch:v20240311-86af1a69e9 args: - http-cookiefile diff --git a/prow/oss/cluster/grandmatriarch_test-pods.yaml b/prow/oss/cluster/grandmatriarch_test-pods.yaml index 0253f18e80..39adbde75c 100644 --- a/prow/oss/cluster/grandmatriarch_test-pods.yaml +++ b/prow/oss/cluster/grandmatriarch_test-pods.yaml @@ -74,6 +74,6 @@ spec: serviceAccountName: grandmatriarch containers: - name: bakery - image: gcr.io/k8s-prow/grandmatriarch:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/grandmatriarch:v20240311-86af1a69e9 args: - http-cookiefile diff --git a/prow/oss/cluster/hook.yaml b/prow/oss/cluster/hook.yaml index f90ff31352..505275f5f7 100644 --- a/prow/oss/cluster/hook.yaml +++ b/prow/oss/cluster/hook.yaml @@ -25,7 +25,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/hook:v20240311-86af1a69e9 imagePullPolicy: Always args: - --webhook-path=/ghapp-hook diff --git a/prow/oss/cluster/horologium.yaml b/prow/oss/cluster/horologium.yaml index ea0a5b58d8..ecf6a162fb 100644 --- a/prow/oss/cluster/horologium.yaml +++ b/prow/oss/cluster/horologium.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/horologium:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/prow-controller-manager.yaml b/prow/oss/cluster/prow-controller-manager.yaml index f5213309ab..20db61719c 100644 --- a/prow/oss/cluster/prow-controller-manager.yaml +++ b/prow/oss/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:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/prow-controller-manager:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/oss/cluster/sinker.yaml b/prow/oss/cluster/sinker.yaml index 977fa04f54..31efa6198b 100644 --- a/prow/oss/cluster/sinker.yaml +++ b/prow/oss/cluster/sinker.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: sinker containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/sinker:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/sub.yaml b/prow/oss/cluster/sub.yaml index cd4e8bb1a2..72cb916626 100644 --- a/prow/oss/cluster/sub.yaml +++ b/prow/oss/cluster/sub.yaml @@ -24,7 +24,7 @@ spec: serviceAccountName: sub containers: - name: sub - image: gcr.io/k8s-prow/sub:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/sub:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/cluster/tide.yaml b/prow/oss/cluster/tide.yaml index 2579a1732f..bd0d460bde 100644 --- a/prow/oss/cluster/tide.yaml +++ b/prow/oss/cluster/tide.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/tide:v20240311-86af1a69e9 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/oss/config.yaml b/prow/oss/config.yaml index 91233a08fa..e61d9e6349 100644 --- a/prow/oss/config.yaml +++ b/prow/oss/config.yaml @@ -123,10 +123,10 @@ plank: timeout: 7200000000000 # 2h grace_period: 15000000000 # 15s utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20240308-95c0bf9c1a" - initupload: "gcr.io/k8s-prow/initupload:v20240308-95c0bf9c1a" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20240308-95c0bf9c1a" - sidecar: "gcr.io/k8s-prow/sidecar:v20240308-95c0bf9c1a" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20240311-86af1a69e9" + initupload: "gcr.io/k8s-prow/initupload:v20240311-86af1a69e9" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20240311-86af1a69e9" + sidecar: "gcr.io/k8s-prow/sidecar:v20240311-86af1a69e9" gcs_configuration: bucket: "oss-prow" path_strategy: "explicit" diff --git a/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml b/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml index 2e7b34094a..47ceaa7aa9 100644 --- a/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/blueprints/GoogleCloudPlatform_blueprints_checkconfig.yaml @@ -10,7 +10,7 @@ presubmits: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/checkconfig:v20240311-86af1a69e9 command: - checkconfig args: diff --git a/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml b/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml index b6b1ecb9ef..2e32350aae 100644 --- a/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/oss-test-infra/gcp-oss-test-infra-config.yaml @@ -40,7 +40,7 @@ postsubmits: spec: serviceAccountName: testgrid-config-updater containers: - - image: gcr.io/k8s-prow/configurator:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/configurator:v20240311-86af1a69e9 command: - configurator args: @@ -65,7 +65,7 @@ postsubmits: serviceAccountName: gencred-refresher containers: - name: gencred - image: gcr.io/k8s-prow/gencred:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/gencred:v20240311-86af1a69e9 command: - gencred args: @@ -93,7 +93,7 @@ periodics: testgrid-num-failures-to-alert: '3' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/generic-autobumper:v20240311-86af1a69e9 command: - generic-autobumper args: @@ -130,7 +130,7 @@ periodics: testgrid-num-failures-to-alert: '1' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/generic-autobumper:v20240311-86af1a69e9 command: - generic-autobumper args: @@ -187,7 +187,7 @@ periodics: serviceAccountName: gencred-refresher containers: - name: gencred - image: gcr.io/k8s-prow/gencred:v20240308-95c0bf9c1a + image: gcr.io/k8s-prow/gencred:v20240311-86af1a69e9 command: - gencred args: diff --git a/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml b/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml index 59d5fba1a4..c1d55f4e93 100644 --- a/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-jobs.yaml @@ -9,7 +9,7 @@ presubmits: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/checkconfig:v20240311-86af1a69e9 command: - checkconfig args: @@ -90,7 +90,7 @@ postsubmits: testgrid-num-failures-to-alert: '3' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/generic-autobumper:v20240311-86af1a69e9 command: - generic-autobumper args: @@ -126,7 +126,7 @@ periodics: testgrid-num-failures-to-alert: '3' spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240308-95c0bf9c1a + - image: gcr.io/k8s-prow/generic-autobumper:v20240311-86af1a69e9 command: - generic-autobumper args: