diff --git a/config/config.yaml b/config/config.yaml index f140db9b3a..bc1bcebfbe 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -34,10 +34,10 @@ plank: timeout: 24h # Up to 24 hours for driverkit builder jobs grace_period: 10m utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20240723-dbbd2d86b" - initupload: "gcr.io/k8s-prow/initupload:v20240723-dbbd2d86b" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20240723-dbbd2d86b" - sidecar: "gcr.io/k8s-prow/sidecar:v20240723-dbbd2d86b" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20240805-37a08f946" + initupload: "gcr.io/k8s-prow/initupload:v20240805-37a08f946" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20240805-37a08f946" + sidecar: "gcr.io/k8s-prow/sidecar:v20240805-37a08f946" gcs_configuration: bucket: s3://falco-prow-logs path_strategy: explicit diff --git a/config/jobs/branchprotector/branchprotector.yaml b/config/jobs/branchprotector/branchprotector.yaml index cbff51ea69..591c5993f9 100644 --- a/config/jobs/branchprotector/branchprotector.yaml +++ b/config/jobs/branchprotector/branchprotector.yaml @@ -10,7 +10,7 @@ postsubmits: run_if_changed: '^config/config.yaml$' spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20240723-dbbd2d86b + - image: gcr.io/k8s-prow/branchprotector:v20240805-37a08f946 command: - branchprotector args: @@ -42,7 +42,7 @@ periodics: max_concurrency: 1 spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20240723-dbbd2d86b + - image: gcr.io/k8s-prow/branchprotector:v20240805-37a08f946 command: - branchprotector args: diff --git a/config/jobs/check-prow-config/check-prow-config.yaml b/config/jobs/check-prow-config/check-prow-config.yaml index d3b5e2b470..d4327181c3 100644 --- a/config/jobs/check-prow-config/check-prow-config.yaml +++ b/config/jobs/check-prow-config/check-prow-config.yaml @@ -8,7 +8,7 @@ presubmits: always_run: true spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240723-dbbd2d86b + - image: gcr.io/k8s-prow/checkconfig:v20240805-37a08f946 command: - checkconfig args: @@ -27,7 +27,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240723-dbbd2d86b + - image: gcr.io/k8s-prow/checkconfig:v20240805-37a08f946 command: - checkconfig args: diff --git a/config/jobs/lifecycle-bot/periodic-close.yaml b/config/jobs/lifecycle-bot/periodic-close.yaml index c7e0c18342..156cf54ca7 100644 --- a/config/jobs/lifecycle-bot/periodic-close.yaml +++ b/config/jobs/lifecycle-bot/periodic-close.yaml @@ -7,7 +7,7 @@ periodics: agent: kubernetes spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240719-47a381b1df + - image: gcr.io/k8s-prow/commenter:v20240731-a5d9345e59 command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-rotten.yaml b/config/jobs/lifecycle-bot/periodic-rotten.yaml index 4981ac8ea0..aaf08b3eae 100644 --- a/config/jobs/lifecycle-bot/periodic-rotten.yaml +++ b/config/jobs/lifecycle-bot/periodic-rotten.yaml @@ -7,7 +7,7 @@ periodics: agent: kubernetes spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240719-47a381b1df + - image: gcr.io/k8s-prow/commenter:v20240731-a5d9345e59 command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-stale.yaml b/config/jobs/lifecycle-bot/periodic-stale.yaml index 035d404103..317a3c1067 100644 --- a/config/jobs/lifecycle-bot/periodic-stale.yaml +++ b/config/jobs/lifecycle-bot/periodic-stale.yaml @@ -7,7 +7,7 @@ periodics: agent: kubernetes spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240719-47a381b1df + - image: gcr.io/k8s-prow/commenter:v20240731-a5d9345e59 command: - commenter args: diff --git a/config/jobs/peribolos/peribolos.yaml b/config/jobs/peribolos/peribolos.yaml index 56f7f8ce8f..98881dbe69 100644 --- a/config/jobs/peribolos/peribolos.yaml +++ b/config/jobs/peribolos/peribolos.yaml @@ -9,7 +9,7 @@ presubmits: run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*' spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20240723-dbbd2d86b + - image: gcr.io/k8s-prow/peribolos:v20240805-37a08f946 command: - peribolos args: @@ -46,7 +46,7 @@ postsubmits: run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*' spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20240723-dbbd2d86b + - image: gcr.io/k8s-prow/peribolos:v20240805-37a08f946 command: - peribolos args: @@ -83,7 +83,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20240723-dbbd2d86b + - image: gcr.io/k8s-prow/peribolos:v20240805-37a08f946 command: - peribolos args: diff --git a/config/prow/crier.yaml b/config/prow/crier.yaml index fc9cae3c3a..610b707591 100644 --- a/config/prow/crier.yaml +++ b/config/prow/crier.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/crier:v20240805-37a08f946 env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/deck.yaml b/config/prow/deck.yaml index 802229331a..fd57cc637f 100644 --- a/config/prow/deck.yaml +++ b/config/prow/deck.yaml @@ -113,7 +113,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/deck:v20240805-37a08f946 env: - name: AWS_REGION #required for splyglass bucket looku value: eu-west-1 diff --git a/config/prow/ghproxy.yaml b/config/prow/ghproxy.yaml index 57cfccd8e9..e46ab915dc 100644 --- a/config/prow/ghproxy.yaml +++ b/config/prow/ghproxy.yaml @@ -61,7 +61,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/ghproxy:v20240805-37a08f946 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/config/prow/hook.yaml b/config/prow/hook.yaml index 190eb5cb34..26c26a5bc0 100644 --- a/config/prow/hook.yaml +++ b/config/prow/hook.yaml @@ -68,7 +68,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/hook:v20240805-37a08f946 imagePullPolicy: Always args: - --github-endpoint=http://ghproxy diff --git a/config/prow/horologium.yaml b/config/prow/horologium.yaml index 7e9fef59d4..7843d55503 100644 --- a/config/prow/horologium.yaml +++ b/config/prow/horologium.yaml @@ -55,7 +55,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/horologium:v20240805-37a08f946 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/config/prow/needs-rebase.yaml b/config/prow/needs-rebase.yaml index 43113ec9a2..54c2504b12 100644 --- a/config/prow/needs-rebase.yaml +++ b/config/prow/needs-rebase.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/needs-rebase:v20240805-37a08f946 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/prow-controller-manager.yaml b/config/prow/prow-controller-manager.yaml index 6d3604e48b..1ebdf40716 100644 --- a/config/prow/prow-controller-manager.yaml +++ b/config/prow/prow-controller-manager.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: "prow-controller-manager" containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/prow-controller-manager:v20240805-37a08f946 env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/sinker.yaml b/config/prow/sinker.yaml index 232155f656..1e999fa084 100644 --- a/config/prow/sinker.yaml +++ b/config/prow/sinker.yaml @@ -116,7 +116,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/sinker:v20240805-37a08f946 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/config/prow/statusreconciler.yaml b/config/prow/statusreconciler.yaml index a7854669b7..b4b808afde 100644 --- a/config/prow/statusreconciler.yaml +++ b/config/prow/statusreconciler.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/status-reconciler:v20240805-37a08f946 args: - --dry-run=false - --continue-on-error=true diff --git a/config/prow/tide.yaml b/config/prow/tide.yaml index ef53a7063d..b0083d38a5 100644 --- a/config/prow/tide.yaml +++ b/config/prow/tide.yaml @@ -76,7 +76,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240723-dbbd2d86b + image: gcr.io/k8s-prow/tide:v20240805-37a08f946 env: - name: AWS_REGION value: eu-west-1