From 406f6b0f225d885ecff153e1c6b75f0a3b4c7aaa Mon Sep 17 00:00:00 2001 From: ci-robot Date: Sun, 3 Mar 2024 00:01:25 +0000 Subject: [PATCH] Bumping k8s-prow images Multiple distinct gcr.io/k8s-prow/ changes: Commits | Dates | Images --- | --- | --- https://github.com/metal3-io/project-infra/compare/d4f3b08643...d64ece9e05 | 2024‑02‑23 → 2024‑02‑28 | checkconfig, cherrypicker, clonerefs, commenter, crier, deck, entrypoint, generic-autobumper, ghproxy, hook, horologium, initupload, jenkins-operator, label_sync, needs-rebase, prow-controller-manager, sidecar, sinker, status-reconciler, tide Signed-off-by: ci-robot --- prow/manifests/base/crier.yaml | 2 +- prow/manifests/base/deck.yaml | 2 +- prow/manifests/base/ghproxy.yaml | 2 +- prow/manifests/base/hook.yaml | 2 +- prow/manifests/base/horologium.yaml | 2 +- prow/manifests/base/prow-controller-manager.yaml | 2 +- prow/manifests/base/sinker.yaml | 2 +- prow/manifests/base/statusreconciler.yaml | 2 +- prow/manifests/base/tide.yaml | 2 +- prow/manifests/overlays/metal3/config.yaml | 16 ++++++++-------- .../cherrypicker_deployment.yaml | 2 +- .../external-plugins/jenkins-operator.yaml | 2 +- .../metal3/external-plugins/labels_cronjob.yaml | 2 +- .../needs-rebase_deployment.yaml | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/prow/manifests/base/crier.yaml b/prow/manifests/base/crier.yaml index b4adda09..8da8c548 100644 --- a/prow/manifests/base/crier.yaml +++ b/prow/manifests/base/crier.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/crier:v20240228-d64ece9e05 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/prow/manifests/base/deck.yaml b/prow/manifests/base/deck.yaml index b17f0c3e..a4837fed 100644 --- a/prow/manifests/base/deck.yaml +++ b/prow/manifests/base/deck.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/deck:v20240228-d64ece9e05 args: - --config-path=/etc/config/config.yaml - --plugin-config=/etc/plugins/plugins.yaml diff --git a/prow/manifests/base/ghproxy.yaml b/prow/manifests/base/ghproxy.yaml index 1f0218cd..d815626b 100644 --- a/prow/manifests/base/ghproxy.yaml +++ b/prow/manifests/base/ghproxy.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/ghproxy:v20240228-d64ece9e05 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/manifests/base/hook.yaml b/prow/manifests/base/hook.yaml index 72b64441..d64810c0 100644 --- a/prow/manifests/base/hook.yaml +++ b/prow/manifests/base/hook.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/hook:v20240228-d64ece9e05 imagePullPolicy: Always args: - --dry-run=false diff --git a/prow/manifests/base/horologium.yaml b/prow/manifests/base/horologium.yaml index ec4ae308..adc4ea22 100644 --- a/prow/manifests/base/horologium.yaml +++ b/prow/manifests/base/horologium.yaml @@ -21,7 +21,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/horologium:v20240228-d64ece9e05 args: - --dry-run=false - --config-path=/etc/config/config.yaml diff --git a/prow/manifests/base/prow-controller-manager.yaml b/prow/manifests/base/prow-controller-manager.yaml index 80d1ca62..708cffe4 100644 --- a/prow/manifests/base/prow-controller-manager.yaml +++ b/prow/manifests/base/prow-controller-manager.yaml @@ -25,7 +25,7 @@ spec: - --github-endpoint=https://api.github.com - --enable-controller=plank - --github-token-path=/etc/github/token - image: gcr.io/k8s-prow/prow-controller-manager:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/prow-controller-manager:v20240228-d64ece9e05 volumeMounts: - name: github-token mountPath: /etc/github diff --git a/prow/manifests/base/sinker.yaml b/prow/manifests/base/sinker.yaml index 1e9fc49c..e340033d 100644 --- a/prow/manifests/base/sinker.yaml +++ b/prow/manifests/base/sinker.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/sinker:v20240228-d64ece9e05 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/manifests/base/statusreconciler.yaml b/prow/manifests/base/statusreconciler.yaml index c7d15ce8..d9b01990 100644 --- a/prow/manifests/base/statusreconciler.yaml +++ b/prow/manifests/base/statusreconciler.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/status-reconciler:v20240228-d64ece9e05 args: - --dry-run=false - --continue-on-error=true diff --git a/prow/manifests/base/tide.yaml b/prow/manifests/base/tide.yaml index 7b20b049..02459da8 100644 --- a/prow/manifests/base/tide.yaml +++ b/prow/manifests/base/tide.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/tide:v20240228-d64ece9e05 args: - --dry-run=false - --config-path=/etc/config/config.yaml diff --git a/prow/manifests/overlays/metal3/config.yaml b/prow/manifests/overlays/metal3/config.yaml index 5a2a26e4..cb20dabe 100644 --- a/prow/manifests/overlays/metal3/config.yaml +++ b/prow/manifests/overlays/metal3/config.yaml @@ -22,10 +22,10 @@ plank: path_strategy: explicit s3_credentials_secret: s3-credentials utility_images: - clonerefs: gcr.io/k8s-prow/clonerefs:v20240223-d4f3b08643 - entrypoint: gcr.io/k8s-prow/entrypoint:v20240223-d4f3b08643 - initupload: gcr.io/k8s-prow/initupload:v20240223-d4f3b08643 - sidecar: gcr.io/k8s-prow/sidecar:v20240223-d4f3b08643 + clonerefs: gcr.io/k8s-prow/clonerefs:v20240228-d64ece9e05 + entrypoint: gcr.io/k8s-prow/entrypoint:v20240228-d64ece9e05 + initupload: gcr.io/k8s-prow/initupload:v20240228-d64ece9e05 + sidecar: gcr.io/k8s-prow/sidecar:v20240228-d64ece9e05 resources: clonerefs: requests: @@ -251,7 +251,7 @@ periodics: decorate: true spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240223-d4f3b08643 + - image: gcr.io/k8s-prow/commenter:v20240228-d64ece9e05 command: - commenter args: @@ -284,7 +284,7 @@ periodics: decorate: true spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240223-d4f3b08643 + - image: gcr.io/k8s-prow/commenter:v20240228-d64ece9e05 command: - commenter args: @@ -317,7 +317,7 @@ periodics: base_ref: main spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240223-d4f3b08643 + - image: gcr.io/k8s-prow/generic-autobumper:v20240228-d64ece9e05 command: - generic-autobumper args: @@ -1215,7 +1215,7 @@ presubmits: decorate: true spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240223-d4f3b08643 + - image: gcr.io/k8s-prow/checkconfig:v20240228-d64ece9e05 command: - checkconfig args: diff --git a/prow/manifests/overlays/metal3/external-plugins/cherrypicker_deployment.yaml b/prow/manifests/overlays/metal3/external-plugins/cherrypicker_deployment.yaml index 2a87ec5b..7920730f 100644 --- a/prow/manifests/overlays/metal3/external-plugins/cherrypicker_deployment.yaml +++ b/prow/manifests/overlays/metal3/external-plugins/cherrypicker_deployment.yaml @@ -39,7 +39,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/cherrypicker:v20240228-d64ece9e05 imagePullPolicy: Always args: - --github-token-path=/etc/github/token diff --git a/prow/manifests/overlays/metal3/external-plugins/jenkins-operator.yaml b/prow/manifests/overlays/metal3/external-plugins/jenkins-operator.yaml index 96f5f824..999d8729 100644 --- a/prow/manifests/overlays/metal3/external-plugins/jenkins-operator.yaml +++ b/prow/manifests/overlays/metal3/external-plugins/jenkins-operator.yaml @@ -36,7 +36,7 @@ spec: serviceAccountName: jenkins-operator containers: - name: jenkins-operator - image: gcr.io/k8s-prow/jenkins-operator:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/jenkins-operator:v20240228-d64ece9e05 args: - --config-path=/etc/config/config.yaml - --jenkins-url=https://jenkins.nordix.org diff --git a/prow/manifests/overlays/metal3/external-plugins/labels_cronjob.yaml b/prow/manifests/overlays/metal3/external-plugins/labels_cronjob.yaml index 9c6c4a44..d8a1b8e1 100644 --- a/prow/manifests/overlays/metal3/external-plugins/labels_cronjob.yaml +++ b/prow/manifests/overlays/metal3/external-plugins/labels_cronjob.yaml @@ -28,7 +28,7 @@ spec: spec: containers: - name: label-sync - image: gcr.io/k8s-prow/label_sync:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/label_sync:v20240228-d64ece9e05 args: - --config=/etc/config/labels.yaml - --confirm=true diff --git a/prow/manifests/overlays/metal3/external-plugins/needs-rebase_deployment.yaml b/prow/manifests/overlays/metal3/external-plugins/needs-rebase_deployment.yaml index 3f272907..a2bb986e 100644 --- a/prow/manifests/overlays/metal3/external-plugins/needs-rebase_deployment.yaml +++ b/prow/manifests/overlays/metal3/external-plugins/needs-rebase_deployment.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20240223-d4f3b08643 + image: gcr.io/k8s-prow/needs-rebase:v20240228-d64ece9e05 imagePullPolicy: Always args: - --dry-run=false