diff --git a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml index a166a848afbd..7d9608e6918f 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml @@ -127,7 +127,7 @@ periodics: slug: test-infra-admins spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240410-4be743f3e + - image: gcr.io/k8s-prow/generic-autobumper:v20240415-7013691e3 command: - generic-autobumper args: @@ -166,7 +166,7 @@ periodics: slug: test-infra-admins spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240410-4be743f3e + - image: gcr.io/k8s-prow/generic-autobumper:v20240415-7013691e3 command: - generic-autobumper args: diff --git a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml index 164c88ff1c39..32c965b7e117 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml @@ -124,7 +124,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240410-4be743f3e + - image: gcr.io/k8s-prow/generic-autobumper:v20240415-7013691e3 command: - generic-autobumper args: diff --git a/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml b/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml index 6166f8340d46..037f69a77187 100644 --- a/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml +++ b/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml @@ -70,7 +70,7 @@ presubmits: run_if_changed: '^(config/prow/(config|plugins).yaml$|config/jobs/.*.yaml$)' spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240410-4be743f3e + - image: gcr.io/k8s-prow/checkconfig:v20240415-7013691e3 command: - checkconfig args: diff --git a/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml b/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml index 4a7aa0b379e8..073fc575381c 100644 --- a/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml +++ b/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml @@ -122,7 +122,7 @@ postsubmits: max_concurrency: 1 spec: containers: - - image: gcr.io/k8s-prow/hmac:v20240410-4be743f3e + - image: gcr.io/k8s-prow/hmac:v20240415-7013691e3 command: - hmac args: @@ -496,7 +496,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240410-4be743f3e + - image: gcr.io/k8s-prow/generic-autobumper:v20240415-7013691e3 command: - generic-autobumper args: @@ -533,7 +533,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240410-4be743f3e + - image: gcr.io/k8s-prow/generic-autobumper:v20240415-7013691e3 command: - generic-autobumper args: @@ -603,7 +603,7 @@ periodics: spec: containers: - name: branchprotector - image: gcr.io/k8s-prow/branchprotector:v20240410-4be743f3e + image: gcr.io/k8s-prow/branchprotector:v20240415-7013691e3 command: - branchprotector args: @@ -739,7 +739,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240410-4be743f3e + - image: gcr.io/k8s-prow/checkconfig:v20240415-7013691e3 command: - checkconfig args: diff --git a/config/prow/cluster/build/grandmatriarch.yaml b/config/prow/cluster/build/grandmatriarch.yaml index 49193f30797e..fa6ef5dddfd8 100644 --- a/config/prow/cluster/build/grandmatriarch.yaml +++ b/config/prow/cluster/build/grandmatriarch.yaml @@ -56,6 +56,6 @@ spec: serviceAccountName: grandmatriarch containers: - name: bakery - image: gcr.io/k8s-prow/grandmatriarch:v20240410-4be743f3e + image: gcr.io/k8s-prow/grandmatriarch:v20240415-7013691e3 args: - http-cookiefile diff --git a/config/prow/cluster/cherrypicker_deployment.yaml b/config/prow/cluster/cherrypicker_deployment.yaml index 0f7cc4f3353d..695279aa723d 100644 --- a/config/prow/cluster/cherrypicker_deployment.yaml +++ b/config/prow/cluster/cherrypicker_deployment.yaml @@ -39,7 +39,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20240410-4be743f3e + image: gcr.io/k8s-prow/cherrypicker:v20240415-7013691e3 imagePullPolicy: Always args: - --github-token-path=/etc/github/token diff --git a/config/prow/cluster/crier_deployment.yaml b/config/prow/cluster/crier_deployment.yaml index 4be3060cbdb0..2027c1e8e50a 100644 --- a/config/prow/cluster/crier_deployment.yaml +++ b/config/prow/cluster/crier_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240410-4be743f3e + image: gcr.io/k8s-prow/crier:v20240415-7013691e3 args: - --blob-storage-workers=1 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/deck_deployment.yaml b/config/prow/cluster/deck_deployment.yaml index e42182321d14..3ee1e4fa9986 100644 --- a/config/prow/cluster/deck_deployment.yaml +++ b/config/prow/cluster/deck_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240410-4be743f3e + image: gcr.io/k8s-prow/deck:v20240415-7013691e3 imagePullPolicy: Always ports: - name: http diff --git a/config/prow/cluster/ghproxy.yaml b/config/prow/cluster/ghproxy.yaml index 050dfee2ef19..5f1561a35f05 100644 --- a/config/prow/cluster/ghproxy.yaml +++ b/config/prow/cluster/ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240410-4be743f3e + image: gcr.io/k8s-prow/ghproxy:v20240415-7013691e3 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/config/prow/cluster/hook_deployment.yaml b/config/prow/cluster/hook_deployment.yaml index e37e19ba060e..bb7c8af322e5 100644 --- a/config/prow/cluster/hook_deployment.yaml +++ b/config/prow/cluster/hook_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240410-4be743f3e + image: gcr.io/k8s-prow/hook:v20240415-7013691e3 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/cluster/horologium_deployment.yaml b/config/prow/cluster/horologium_deployment.yaml index 4627fed5da94..80df60d2216e 100644 --- a/config/prow/cluster/horologium_deployment.yaml +++ b/config/prow/cluster/horologium_deployment.yaml @@ -35,7 +35,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240410-4be743f3e + image: gcr.io/k8s-prow/horologium:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/config/prow/cluster/needs-rebase_deployment.yaml b/config/prow/cluster/needs-rebase_deployment.yaml index 4aff17d1d74d..7d27f6811b31 100644 --- a/config/prow/cluster/needs-rebase_deployment.yaml +++ b/config/prow/cluster/needs-rebase_deployment.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20240410-4be743f3e + image: gcr.io/k8s-prow/needs-rebase:v20240415-7013691e3 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/cluster/pipeline_deployment.yaml b/config/prow/cluster/pipeline_deployment.yaml index 750fa2ebefd9..11a657ac4d23 100644 --- a/config/prow/cluster/pipeline_deployment.yaml +++ b/config/prow/cluster/pipeline_deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: prow-pipeline containers: - name: pipeline - image: gcr.io/k8s-prow/pipeline:v20240410-4be743f3e + image: gcr.io/k8s-prow/pipeline:v20240415-7013691e3 args: - --all-contexts - --config=/etc/prow-config/config.yaml diff --git a/config/prow/cluster/prow_controller_manager_deployment.yaml b/config/prow/cluster/prow_controller_manager_deployment.yaml index 65b15942e159..c3514011d248 100644 --- a/config/prow/cluster/prow_controller_manager_deployment.yaml +++ b/config/prow/cluster/prow_controller_manager_deployment.yaml @@ -39,7 +39,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20240410-4be743f3e + image: gcr.io/k8s-prow/prow-controller-manager:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/config/prow/cluster/sinker_deployment.yaml b/config/prow/cluster/sinker_deployment.yaml index fcb50ab05141..87ed08821138 100644 --- a/config/prow/cluster/sinker_deployment.yaml +++ b/config/prow/cluster/sinker_deployment.yaml @@ -22,7 +22,7 @@ spec: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config - --dry-run=false - image: gcr.io/k8s-prow/sinker:v20240410-4be743f3e + image: gcr.io/k8s-prow/sinker:v20240415-7013691e3 env: # Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge. - name: KUBECONFIG diff --git a/config/prow/cluster/starter/starter-azure.yaml b/config/prow/cluster/starter/starter-azure.yaml index e6e939801902..2242b5b48ea8 100644 --- a/config/prow/cluster/starter/starter-azure.yaml +++ b/config/prow/cluster/starter/starter-azure.yaml @@ -118,10 +118,10 @@ data: key: cert s3_credentials_secret: s3-credentials utility_images: - clonerefs: gcr.io/k8s-prow/clonerefs:v20240410-4be743f3e - entrypoint: gcr.io/k8s-prow/entrypoint:v20240410-4be743f3e - initupload: gcr.io/k8s-prow/initupload:v20240410-4be743f3e - sidecar: gcr.io/k8s-prow/sidecar:v20240410-4be743f3e + clonerefs: gcr.io/k8s-prow/clonerefs:v20240415-7013691e3 + entrypoint: gcr.io/k8s-prow/entrypoint:v20240415-7013691e3 + initupload: gcr.io/k8s-prow/initupload:v20240415-7013691e3 + sidecar: gcr.io/k8s-prow/sidecar:v20240415-7013691e3 tide: queries: @@ -172,7 +172,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240410-4be743f3e + image: gcr.io/k8s-prow/hook:v20240415-7013691e3 imagePullPolicy: Always args: - --dry-run=false @@ -261,7 +261,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240410-4be743f3e + image: gcr.io/k8s-prow/sinker:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --dry-run=false @@ -300,7 +300,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240410-4be743f3e + image: gcr.io/k8s-prow/deck:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --plugin-config=/etc/plugins/plugins.yaml @@ -397,7 +397,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240410-4be743f3e + image: gcr.io/k8s-prow/horologium:v20240415-7013691e3 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -432,7 +432,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240410-4be743f3e + image: gcr.io/k8s-prow/tide:v20240415-7013691e3 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -542,7 +542,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240410-4be743f3e + image: gcr.io/k8s-prow/status-reconciler:v20240415-7013691e3 args: - --dry-run=false - --continue-on-error=true @@ -934,7 +934,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240410-4be743f3e + image: gcr.io/k8s-prow/ghproxy:v20240415-7013691e3 args: - --cache-dir=/cache - --cache-sizeGB=99 @@ -1003,7 +1003,7 @@ spec: secretKeyRef: name: github-token key: appid - image: gcr.io/k8s-prow/prow-controller-manager:v20240410-4be743f3e + image: gcr.io/k8s-prow/prow-controller-manager:v20240415-7013691e3 volumeMounts: - name: github-token mountPath: /etc/github @@ -1139,7 +1139,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240410-4be743f3e + image: gcr.io/k8s-prow/crier:v20240415-7013691e3 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/starter/starter-gcs.yaml b/config/prow/cluster/starter/starter-gcs.yaml index 92d248e974ad..aaefa8920bf3 100644 --- a/config/prow/cluster/starter/starter-gcs.yaml +++ b/config/prow/cluster/starter/starter-gcs.yaml @@ -109,10 +109,10 @@ data: name: github-token key: cert utility_images: - clonerefs: gcr.io/k8s-prow/clonerefs:v20240410-4be743f3e - entrypoint: gcr.io/k8s-prow/entrypoint:v20240410-4be743f3e - initupload: gcr.io/k8s-prow/initupload:v20240410-4be743f3e - sidecar: gcr.io/k8s-prow/sidecar:v20240410-4be743f3e + clonerefs: gcr.io/k8s-prow/clonerefs:v20240415-7013691e3 + entrypoint: gcr.io/k8s-prow/entrypoint:v20240415-7013691e3 + initupload: gcr.io/k8s-prow/initupload:v20240415-7013691e3 + sidecar: gcr.io/k8s-prow/sidecar:v20240415-7013691e3 tide: queries: @@ -163,7 +163,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240410-4be743f3e + image: gcr.io/k8s-prow/hook:v20240415-7013691e3 imagePullPolicy: Always args: - --dry-run=false @@ -253,7 +253,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240410-4be743f3e + image: gcr.io/k8s-prow/sinker:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --dry-run=false @@ -292,7 +292,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240410-4be743f3e + image: gcr.io/k8s-prow/deck:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --plugin-config=/etc/plugins/plugins.yaml @@ -389,7 +389,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240410-4be743f3e + image: gcr.io/k8s-prow/horologium:v20240415-7013691e3 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -424,7 +424,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240410-4be743f3e + image: gcr.io/k8s-prow/tide:v20240415-7013691e3 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -535,7 +535,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240410-4be743f3e + image: gcr.io/k8s-prow/status-reconciler:v20240415-7013691e3 args: - --dry-run=false - --continue-on-error=true @@ -927,7 +927,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240410-4be743f3e + image: gcr.io/k8s-prow/ghproxy:v20240415-7013691e3 args: - --cache-dir=/cache - --cache-sizeGB=99 @@ -996,7 +996,7 @@ spec: secretKeyRef: name: github-token key: appid - image: gcr.io/k8s-prow/prow-controller-manager:v20240410-4be743f3e + image: gcr.io/k8s-prow/prow-controller-manager:v20240415-7013691e3 volumeMounts: - name: github-token mountPath: /etc/github @@ -1132,7 +1132,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240410-4be743f3e + image: gcr.io/k8s-prow/crier:v20240415-7013691e3 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/starter/starter-s3.yaml b/config/prow/cluster/starter/starter-s3.yaml index 4f06c3f41277..3f66fc3686c4 100644 --- a/config/prow/cluster/starter/starter-s3.yaml +++ b/config/prow/cluster/starter/starter-s3.yaml @@ -119,10 +119,10 @@ data: key: cert s3_credentials_secret: s3-credentials utility_images: - clonerefs: gcr.io/k8s-prow/clonerefs:v20240410-4be743f3e - entrypoint: gcr.io/k8s-prow/entrypoint:v20240410-4be743f3e - initupload: gcr.io/k8s-prow/initupload:v20240410-4be743f3e - sidecar: gcr.io/k8s-prow/sidecar:v20240410-4be743f3e + clonerefs: gcr.io/k8s-prow/clonerefs:v20240415-7013691e3 + entrypoint: gcr.io/k8s-prow/entrypoint:v20240415-7013691e3 + initupload: gcr.io/k8s-prow/initupload:v20240415-7013691e3 + sidecar: gcr.io/k8s-prow/sidecar:v20240415-7013691e3 tide: queries: @@ -173,7 +173,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240410-4be743f3e + image: gcr.io/k8s-prow/hook:v20240415-7013691e3 imagePullPolicy: Always args: - --dry-run=false @@ -262,7 +262,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240410-4be743f3e + image: gcr.io/k8s-prow/sinker:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --dry-run=false @@ -301,7 +301,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240410-4be743f3e + image: gcr.io/k8s-prow/deck:v20240415-7013691e3 args: - --config-path=/etc/config/config.yaml - --plugin-config=/etc/plugins/plugins.yaml @@ -398,7 +398,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240410-4be743f3e + image: gcr.io/k8s-prow/horologium:v20240415-7013691e3 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -433,7 +433,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240410-4be743f3e + image: gcr.io/k8s-prow/tide:v20240415-7013691e3 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -543,7 +543,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240410-4be743f3e + image: gcr.io/k8s-prow/status-reconciler:v20240415-7013691e3 args: - --dry-run=false - --continue-on-error=true @@ -935,7 +935,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240410-4be743f3e + image: gcr.io/k8s-prow/ghproxy:v20240415-7013691e3 args: - --cache-dir=/cache - --cache-sizeGB=99 @@ -1004,7 +1004,7 @@ spec: secretKeyRef: name: github-token key: appid - image: gcr.io/k8s-prow/prow-controller-manager:v20240410-4be743f3e + image: gcr.io/k8s-prow/prow-controller-manager:v20240415-7013691e3 volumeMounts: - name: github-token mountPath: /etc/github @@ -1140,7 +1140,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240410-4be743f3e + image: gcr.io/k8s-prow/crier:v20240415-7013691e3 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/statusreconciler_deployment.yaml b/config/prow/cluster/statusreconciler_deployment.yaml index ac86abcfec78..8e4906ff8250 100644 --- a/config/prow/cluster/statusreconciler_deployment.yaml +++ b/config/prow/cluster/statusreconciler_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240410-4be743f3e + image: gcr.io/k8s-prow/status-reconciler:v20240415-7013691e3 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/cluster/tide_deployment.yaml b/config/prow/cluster/tide_deployment.yaml index b064423be9a1..c1e66a4a6a50 100644 --- a/config/prow/cluster/tide_deployment.yaml +++ b/config/prow/cluster/tide_deployment.yaml @@ -34,7 +34,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240410-4be743f3e + image: gcr.io/k8s-prow/tide:v20240415-7013691e3 args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/config/prow/config.yaml b/config/prow/config.yaml index 76fb611da25d..db664d1d83d9 100644 --- a/config/prow/config.yaml +++ b/config/prow/config.yaml @@ -13,10 +13,10 @@ plank: timeout: 2h grace_period: 15m utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20240410-4be743f3e" - initupload: "gcr.io/k8s-prow/initupload:v20240410-4be743f3e" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20240410-4be743f3e" - sidecar: "gcr.io/k8s-prow/sidecar:v20240410-4be743f3e" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20240415-7013691e3" + initupload: "gcr.io/k8s-prow/initupload:v20240415-7013691e3" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20240415-7013691e3" + sidecar: "gcr.io/k8s-prow/sidecar:v20240415-7013691e3" gcs_configuration: bucket: "kubernetes-jenkins" path_strategy: "legacy" diff --git a/config/prow/experimental/controller_manager.yaml b/config/prow/experimental/controller_manager.yaml index 7ab1b410cad0..c68997f68557 100644 --- a/config/prow/experimental/controller_manager.yaml +++ b/config/prow/experimental/controller_manager.yaml @@ -22,7 +22,7 @@ spec: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config - --dry-run=false - image: gcr.io/k8s-prow/prow-controller-manager:v20240410-4be743f3e + image: gcr.io/k8s-prow/prow-controller-manager:v20240415-7013691e3 volumeMounts: - name: config mountPath: /etc/config