From 5d2743957b6e0d0ec8400fce0f9fadc2da49301a Mon Sep 17 00:00:00 2001 From: cert-manager-bot Date: Fri, 9 Jan 2026 23:31:05 +0000 Subject: [PATCH] Bumping k8s-infra-prow images and k8s-staging-test-infra images and cert-manager-infra-images images and quay.io/jetstack/base-static image Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ changes: Commits | Dates | Images --- | --- | --- https://github.com/kubernetes-sigs/prow/compare/b8e0bd8d4...e821f0db6 | 2025‑04‑10 → 2026‑01‑09 | images/branchprotector, images/checkconfig, images/cherrypicker, images/clonerefs, images/crier, images/deck, images/entrypoint, images/generic-autobumper, images/ghproxy, images/hook, images/horologium, images/initupload, images/needs-rebase, images/sidecar, images/sinker, images/status-reconciler, images/tide, images/tot Multiple distinct gcr.io/k8s-staging-test-infra/ changes: Commits | Dates | Images --- | --- | --- https://github.com/kubernetes/test-infra/compare/095fc63a16...3f863f26d7 | 2025‑03‑06 → 2025‑12‑12 | commenter, configurator, label_sync Multiple distinct europe-west1-docker.pkg.dev/cert-manager-tests-trusted/cert-manager-infra-images/ changes: Commits | Dates | Images --- | --- | --- https://github.com/cert-manager/testing/compare/dd53919...9ef81ec | 0250410 → 0260109 | cert-manager-infra-images/gencred No quay.io/jetstack/base-static changes. Signed-off-by: ci-robot --- config/config.yaml | 8 ++++---- config/jobs/testing/testing-periodics-trusted.yaml | 12 ++++++------ config/jobs/testing/testing-postsubmits-trusted.yaml | 2 +- config/jobs/testing/testing-presubmits.yaml | 4 ++-- prow/cluster/cherrypicker_deployment.yaml | 2 +- prow/cluster/crier_deployment.yaml | 2 +- prow/cluster/deck_deployment.yaml | 2 +- prow/cluster/gencred_deployment.yaml | 2 +- prow/cluster/ghproxy.yaml | 2 +- prow/cluster/hook_deployment.yaml | 2 +- prow/cluster/horologium_deployment.yaml | 2 +- prow/cluster/needs-rebase_deployment.yaml | 2 +- prow/cluster/sinker_deployment.yaml | 2 +- prow/cluster/statusreconciler_deployment.yaml | 2 +- prow/cluster/tide_deployment.yaml | 2 +- prow/cluster/tot_deployment.yaml | 2 +- 16 files changed, 25 insertions(+), 25 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index de2bb220..971280ab 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:v20260109-e821f0db6" + initupload: "us-docker.pkg.dev/k8s-infra-prow/images/initupload:v20260109-e821f0db6" + entrypoint: "us-docker.pkg.dev/k8s-infra-prow/images/entrypoint:v20260109-e821f0db6" + sidecar: "us-docker.pkg.dev/k8s-infra-prow/images/sidecar:v20260109-e821f0db6" 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..e927b3cf 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:v20260109-e821f0db6 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:v20260109-e821f0db6 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..57df5e58 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:v20260109-e821f0db6 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..8cd35151 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:v20260109-e821f0db6 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..0987d32d 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:v20260109-e821f0db6 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..383e2e1d 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:v20260109-e821f0db6 imagePullPolicy: Always ports: - name: http diff --git a/prow/cluster/gencred_deployment.yaml b/prow/cluster/gencred_deployment.yaml index 6a4a4826..cec9ae49 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:20260109-9ef81ec args: - --config=/etc/config/gencred-config.yaml - --refresh-interval=46h diff --git a/prow/cluster/ghproxy.yaml b/prow/cluster/ghproxy.yaml index c2ffc0f7..557aba6c 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:v20260109-e821f0db6 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/hook_deployment.yaml b/prow/cluster/hook_deployment.yaml index 565bec14..315e339f 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:v20260109-e821f0db6 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/horologium_deployment.yaml b/prow/cluster/horologium_deployment.yaml index 82947d4b..84dfa957 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:v20260109-e821f0db6 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..71d1868d 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:v20260109-e821f0db6 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/sinker_deployment.yaml b/prow/cluster/sinker_deployment.yaml index d93771aa..c2c3e9aa 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:v20260109-e821f0db6 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..d6883324 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:v20260109-e821f0db6 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/cluster/tide_deployment.yaml b/prow/cluster/tide_deployment.yaml index 2bcc7337..8ae8601c 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:v20260109-e821f0db6 args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/prow/cluster/tot_deployment.yaml b/prow/cluster/tot_deployment.yaml index 9d3219bc..bc1c30c8 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:v20260109-e821f0db6 imagePullPolicy: Always args: - -storage=/store/tot.json