diff --git a/config/config.yaml b/config/config.yaml index d157eb89533..35f4d7ff03d 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:v20230315-6d54c174f4" - initupload: "gcr.io/k8s-prow/initupload:v20230315-6d54c174f4" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20230315-6d54c174f4" - sidecar: "gcr.io/k8s-prow/sidecar:v20230315-6d54c174f4" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20240222-21fe7ceb78" + initupload: "gcr.io/k8s-prow/initupload:v20240222-21fe7ceb78" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20240222-21fe7ceb78" + sidecar: "gcr.io/k8s-prow/sidecar:v20240222-21fe7ceb78" 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 c896e7df619..97a7c66e2f9 100644 --- a/config/jobs/branchprotector/branchprotector.yaml +++ b/config/jobs/branchprotector/branchprotector.yaml @@ -11,7 +11,7 @@ postsubmit: run_if_changed: '^config/config.yaml$' spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/branchprotector:v20240222-21fe7ceb78 command: - branchprotector args: @@ -44,7 +44,7 @@ periodics: skip_report: false spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/branchprotector:v20240222-21fe7ceb78 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 76ea972b2ae..502f2c8d90f 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:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/checkconfig:v20240222-21fe7ceb78 command: - checkconfig args: @@ -27,7 +27,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/checkconfig:v20240222-21fe7ceb78 command: - checkconfig args: diff --git a/config/jobs/lifecycle-bot/periodic-close.yaml b/config/jobs/lifecycle-bot/periodic-close.yaml index 0ea920a6033..318207c02f6 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:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/commenter:v20240222-21fe7ceb78 command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-rotten.yaml b/config/jobs/lifecycle-bot/periodic-rotten.yaml index 25999f0252f..ae0e0a5ad6c 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:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/commenter:v20240222-21fe7ceb78 command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-stale.yaml b/config/jobs/lifecycle-bot/periodic-stale.yaml index 7105cccf3c6..e96f11e12f3 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:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/commenter:v20240222-21fe7ceb78 command: - commenter args: diff --git a/config/jobs/peribolos/peribolos.yaml b/config/jobs/peribolos/peribolos.yaml index 9aef481b6b6..0401ecde882 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:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/peribolos:v20240222-21fe7ceb78 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:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/peribolos:v20240222-21fe7ceb78 command: - peribolos args: @@ -85,7 +85,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20230315-6d54c174f4 + - image: gcr.io/k8s-prow/peribolos:v20240222-21fe7ceb78 command: - peribolos args: diff --git a/config/prow/crier.yaml b/config/prow/crier.yaml index e110ff2ea0e..3633a2714ac 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/crier:v20240222-21fe7ceb78 env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/deck.yaml b/config/prow/deck.yaml index 38403b12f9e..95fe514470c 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/deck:v20240222-21fe7ceb78 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 394434b301e..3aa65fc2df1 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/ghproxy:v20240222-21fe7ceb78 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/config/prow/hook.yaml b/config/prow/hook.yaml index 4e51e0fd65b..0cdc076dad9 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/hook:v20240222-21fe7ceb78 imagePullPolicy: Always args: - --github-endpoint=http://ghproxy diff --git a/config/prow/horologium.yaml b/config/prow/horologium.yaml index 676d44dcbd3..dae2d7781b3 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/horologium:v20240222-21fe7ceb78 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 a359a54e9c4..caff7a69240 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/needs-rebase:v20240222-21fe7ceb78 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/prow-controller-manager.yaml b/config/prow/prow-controller-manager.yaml index 768507406d7..e430bd2362f 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/prow-controller-manager:v20240222-21fe7ceb78 env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/sinker.yaml b/config/prow/sinker.yaml index 40d8b650096..225240845cf 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/sinker:v20240222-21fe7ceb78 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 d2a6458bea3..6df12f45ff4 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/status-reconciler:v20240222-21fe7ceb78 args: - --dry-run=false - --continue-on-error=true diff --git a/config/prow/tide.yaml b/config/prow/tide.yaml index 56c5159d035..c34f1bcb769 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:v20230315-6d54c174f4 + image: gcr.io/k8s-prow/tide:v20240222-21fe7ceb78 env: - name: AWS_REGION value: eu-west-1