diff --git a/config/config.yaml b/config/config.yaml index 23bf55c41f9..39d3607dec9 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:v20230202-2cc77b11a8" - initupload: "gcr.io/k8s-prow/initupload:v20230202-2cc77b11a8" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20230202-2cc77b11a8" - sidecar: "gcr.io/k8s-prow/sidecar:v20230202-2cc77b11a8" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20230209-f319bbff04" + initupload: "gcr.io/k8s-prow/initupload:v20230209-f319bbff04" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20230209-f319bbff04" + sidecar: "gcr.io/k8s-prow/sidecar:v20230209-f319bbff04" 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 fa70b86c962..6ffdb47ae24 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:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/branchprotector:v20230209-f319bbff04 command: - branchprotector args: @@ -44,7 +44,7 @@ periodics: skip_report: false spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/branchprotector:v20230209-f319bbff04 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 d2402dcd5b7..0b004266f62 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:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/checkconfig:v20230209-f319bbff04 command: - checkconfig args: @@ -27,7 +27,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/checkconfig:v20230209-f319bbff04 command: - checkconfig args: diff --git a/config/jobs/lifecycle-bot/periodic-close.yaml b/config/jobs/lifecycle-bot/periodic-close.yaml index 6e578bfb2fc..2c64a6b289c 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:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/commenter:v20230209-f319bbff04 command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-rotten.yaml b/config/jobs/lifecycle-bot/periodic-rotten.yaml index 1df87c8e94a..34aaa8deba9 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:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/commenter:v20230209-f319bbff04 command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-stale.yaml b/config/jobs/lifecycle-bot/periodic-stale.yaml index d15729f646b..b0eb04a08c3 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:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/commenter:v20230209-f319bbff04 command: - commenter args: diff --git a/config/jobs/peribolos/peribolos.yaml b/config/jobs/peribolos/peribolos.yaml index 95e5b7a92df..eb67fd68e42 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:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/peribolos:v20230209-f319bbff04 command: - peribolos args: @@ -45,7 +45,7 @@ postsubmits: run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*' spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/peribolos:v20230209-f319bbff04 command: - peribolos args: @@ -84,7 +84,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20230202-2cc77b11a8 + - image: gcr.io/k8s-prow/peribolos:v20230209-f319bbff04 command: - peribolos args: diff --git a/config/prow/crier.yaml b/config/prow/crier.yaml index 01ff48aa9e2..1c12addb22c 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/crier:v20230209-f319bbff04 env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/deck.yaml b/config/prow/deck.yaml index ab541ce4d51..81418a84cd1 100644 --- a/config/prow/deck.yaml +++ b/config/prow/deck.yaml @@ -111,7 +111,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/deck:v20230209-f319bbff04 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 fac7309fc55..da0cf7d3589 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/ghproxy:v20230209-f319bbff04 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/config/prow/hook.yaml b/config/prow/hook.yaml index 753729a5232..08d89791f2c 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/hook:v20230209-f319bbff04 imagePullPolicy: Always args: - --github-endpoint=http://ghproxy diff --git a/config/prow/horologium.yaml b/config/prow/horologium.yaml index e2308e798c1..c238802ea43 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/horologium:v20230209-f319bbff04 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 98229d53f19..ad826850788 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/needs-rebase:v20230209-f319bbff04 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/prow-controller-manager.yaml b/config/prow/prow-controller-manager.yaml index 0636e0ee4fd..b641f22786e 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/prow-controller-manager:v20230209-f319bbff04 env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/sinker.yaml b/config/prow/sinker.yaml index 4beaa8daa9d..72afff83aa4 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/sinker:v20230209-f319bbff04 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 d1aecec90c8..853ab1f77af 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:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/status-reconciler:v20230209-f319bbff04 args: - --dry-run=false - --continue-on-error=true diff --git a/config/prow/tide.yaml b/config/prow/tide.yaml index 833a0f2c594..388589cd362 100644 --- a/config/prow/tide.yaml +++ b/config/prow/tide.yaml @@ -70,7 +70,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20230202-2cc77b11a8 + image: gcr.io/k8s-prow/tide:v20230209-f319bbff04 env: - name: AWS_REGION value: eu-west-1