diff --git a/config/config.yaml b/config/config.yaml index 08bc4aa8..c7454e08 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -12,10 +12,10 @@ plank: timeout: 7200000000000 # 2h grace_period: 10000000000 # 10s utility_images: - clonerefs: "us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20250410-b8e0bd8d4" - initupload: "us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20250410-b8e0bd8d4" - entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20250410-b8e0bd8d4" - sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20250410-b8e0bd8d4" + clonerefs: "us-docker.pkg.dev/k8s-infra-prow/images/clonerefs:v20251223-f0341d7b5" + initupload: "us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20251223-f0341d7b5" + entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20251223-f0341d7b5" + sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20251223-f0341d7b5" gcs_configuration: bucket: cert-manager-prow-artifacts path_strategy: explicit diff --git a/config/jobs/testing/testing-periodics-trusted.yaml b/config/jobs/testing/testing-periodics-trusted.yaml index 28abd02a..942c8155 100644 --- a/config/jobs/testing/testing-periodics-trusted.yaml +++ b/config/jobs/testing/testing-periodics-trusted.yaml @@ -12,7 +12,7 @@ periodics: preset-deployer-github-token: "true" spec: containers: - - image: gcr.io/k8s-staging-test-infra/commenter:v20250306-095fc63a16 + - image: gcr.io/k8s-staging-test-infra/commenter:v20251212-3f863f26d7 command: - commenter args: @@ -42,7 +42,7 @@ periodics: preset-deployer-github-token: "true" spec: containers: - - image: gcr.io/k8s-staging-test-infra/commenter:v20250306-095fc63a16 + - image: gcr.io/k8s-staging-test-infra/commenter:v20251212-3f863f26d7 command: - commenter args: @@ -75,7 +75,7 @@ periodics: preset-deployer-github-token: "true" spec: containers: - - image: gcr.io/k8s-staging-test-infra/commenter:v20250306-095fc63a16 + - image: gcr.io/k8s-staging-test-infra/commenter:v20251212-3f863f26d7 command: - commenter args: @@ -112,7 +112,7 @@ periodics: preset-deployer-ssh-key: "true" spec: containers: - - image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20250410-b8e0bd8d4 + - image: us-docker.pkg.dev/k8s-infra-prow/images/generic-autobumper:v20251223-f0341d7b5 command: - generic-autobumper args: @@ -134,7 +134,7 @@ periodics: spec: containers: - name: label-sync - image: gcr.io/k8s-staging-test-infra/label_sync:v20250306-095fc63a16 + image: gcr.io/k8s-staging-test-infra/label_sync:v20251212-3f863f26d7 command: - label_sync args: @@ -179,7 +179,7 @@ periodics: spec: containers: - name: branchprotector - image: us-docker.pkg.dev/k8s-infra-prow/images/branchprotector:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/branchprotector:v20251223-f0341d7b5 command: - branchprotector args: diff --git a/config/jobs/testing/testing-postsubmits-trusted.yaml b/config/jobs/testing/testing-postsubmits-trusted.yaml index 5d1882d2..28822f84 100644 --- a/config/jobs/testing/testing-postsubmits-trusted.yaml +++ b/config/jobs/testing/testing-postsubmits-trusted.yaml @@ -22,7 +22,7 @@ postsubmits: spec: serviceAccountName: testgrid-updater containers: - - image: gcr.io/k8s-staging-test-infra/configurator:v20250306-095fc63a16 + - image: gcr.io/k8s-staging-test-infra/configurator:v20251212-3f863f26d7 command: - configurator args: diff --git a/config/jobs/testing/testing-presubmits.yaml b/config/jobs/testing/testing-presubmits.yaml index ff398e18..a015360f 100644 --- a/config/jobs/testing/testing-presubmits.yaml +++ b/config/jobs/testing/testing-presubmits.yaml @@ -8,7 +8,7 @@ presubmits: decorate: true spec: containers: - - image: us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20250410-b8e0bd8d4 + - image: us-docker.pkg.dev/k8s-infra-prow/images/checkconfig:v20251223-f0341d7b5 command: - checkconfig args: @@ -65,7 +65,7 @@ presubmits: decorate: true spec: containers: - - image: gcr.io/k8s-staging-test-infra/configurator:v20250306-095fc63a16 + - image: gcr.io/k8s-staging-test-infra/configurator:v20251212-3f863f26d7 command: - configurator args: diff --git a/prow/cluster/cherrypicker_deployment.yaml b/prow/cluster/cherrypicker_deployment.yaml index b4fb8bc2..6dcad3c9 100644 --- a/prow/cluster/cherrypicker_deployment.yaml +++ b/prow/cluster/cherrypicker_deployment.yaml @@ -39,7 +39,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20251223-f0341d7b5 imagePullPolicy: Always args: - --github-token-path=/etc/github/token diff --git a/prow/cluster/crier_deployment.yaml b/prow/cluster/crier_deployment.yaml index 8c79e312..03e002b1 100644 --- a/prow/cluster/crier_deployment.yaml +++ b/prow/cluster/crier_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20251223-f0341d7b5 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/deck_deployment.yaml b/prow/cluster/deck_deployment.yaml index d2c4adcf..9b9edc9a 100644 --- a/prow/cluster/deck_deployment.yaml +++ b/prow/cluster/deck_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20251223-f0341d7b5 imagePullPolicy: Always ports: - name: http diff --git a/prow/cluster/gencred_deployment.yaml b/prow/cluster/gencred_deployment.yaml index 6a4a4826..260a89da 100644 --- a/prow/cluster/gencred_deployment.yaml +++ b/prow/cluster/gencred_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: gencred - image: europe-west1-docker.pkg.dev/cert-manager-tests-trusted/cert-manager-infra-images/gencred:20250410-dd53919 + image: europe-west1-docker.pkg.dev/cert-manager-tests-trusted/cert-manager-infra-images/gencred:20251225-dadff59 args: - --config=/etc/config/gencred-config.yaml - --refresh-interval=46h diff --git a/prow/cluster/ghproxy.yaml b/prow/cluster/ghproxy.yaml index c2ffc0f7..1bc71398 100644 --- a/prow/cluster/ghproxy.yaml +++ b/prow/cluster/ghproxy.yaml @@ -59,7 +59,7 @@ spec: spec: containers: - name: ghproxy - image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20251223-f0341d7b5 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/hook_deployment.yaml b/prow/cluster/hook_deployment.yaml index 565bec14..4f1db091 100644 --- a/prow/cluster/hook_deployment.yaml +++ b/prow/cluster/hook_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20251223-f0341d7b5 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/horologium_deployment.yaml b/prow/cluster/horologium_deployment.yaml index 82947d4b..d5419214 100644 --- a/prow/cluster/horologium_deployment.yaml +++ b/prow/cluster/horologium_deployment.yaml @@ -35,7 +35,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20251223-f0341d7b5 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/prow/cluster/needs-rebase_deployment.yaml b/prow/cluster/needs-rebase_deployment.yaml index e7d1d248..f1505092 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: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20251223-f0341d7b5 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/sinker_deployment.yaml b/prow/cluster/sinker_deployment.yaml index d93771aa..9afb81a2 100644 --- a/prow/cluster/sinker_deployment.yaml +++ b/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: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20251223-f0341d7b5 env: # Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge. - name: KUBECONFIG diff --git a/prow/cluster/statusreconciler_deployment.yaml b/prow/cluster/statusreconciler_deployment.yaml index d7f4d856..933cf21e 100644 --- a/prow/cluster/statusreconciler_deployment.yaml +++ b/prow/cluster/statusreconciler_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20251223-f0341d7b5 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/tide_deployment.yaml b/prow/cluster/tide_deployment.yaml index 2bcc7337..eba5d263 100644 --- a/prow/cluster/tide_deployment.yaml +++ b/prow/cluster/tide_deployment.yaml @@ -34,7 +34,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20251223-f0341d7b5 args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/prow/cluster/tot_deployment.yaml b/prow/cluster/tot_deployment.yaml index 9d3219bc..beebf323 100644 --- a/prow/cluster/tot_deployment.yaml +++ b/prow/cluster/tot_deployment.yaml @@ -47,7 +47,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: tot - image: us-docker.pkg.dev/k8s-infra-prow/images/tot:v20250410-b8e0bd8d4 + image: us-docker.pkg.dev/k8s-infra-prow/images/tot:v20251223-f0341d7b5 imagePullPolicy: Always args: - -storage=/store/tot.json