diff --git a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml index b22fc84ace1d..31916e214620 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-prow.yaml @@ -127,7 +127,7 @@ periodics: slug: test-infra-admins spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/generic-autobumper:v20240517-ea10bd814 command: - generic-autobumper args: @@ -166,7 +166,7 @@ periodics: slug: test-infra-admins spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/generic-autobumper:v20240517-ea10bd814 command: - generic-autobumper args: diff --git a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml index 2fde1a9fcdcf..25eb3d118def 100644 --- a/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml +++ b/config/jobs/kubernetes/sig-k8s-infra/trusted/sig-k8s-infra-test-infra.yaml @@ -124,7 +124,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/generic-autobumper:v20240517-ea10bd814 command: - generic-autobumper args: diff --git a/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml b/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml index 4f84be2a5dba..b1ed59ed486a 100644 --- a/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml +++ b/config/jobs/kubernetes/test-infra/test-infra-presubmits.yaml @@ -70,7 +70,7 @@ presubmits: run_if_changed: '^(config/prow/(config|plugins).yaml$|config/jobs/.*.yaml$)' spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/checkconfig:v20240517-ea10bd814 command: - checkconfig args: diff --git a/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml b/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml index a258022343ac..6e7a8354cced 100644 --- a/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml +++ b/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml @@ -122,7 +122,7 @@ postsubmits: max_concurrency: 1 spec: containers: - - image: gcr.io/k8s-prow/hmac:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/hmac:v20240517-ea10bd814 command: - hmac args: @@ -496,7 +496,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/generic-autobumper:v20240517-ea10bd814 command: - generic-autobumper args: @@ -533,7 +533,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/generic-autobumper:v20240517-ea10bd814 command: - generic-autobumper args: @@ -603,7 +603,7 @@ periodics: spec: containers: - name: branchprotector - image: gcr.io/k8s-prow/branchprotector:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/branchprotector:v20240517-ea10bd814 command: - branchprotector args: @@ -739,7 +739,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240515-dd5d0eeaa + - image: gcr.io/k8s-prow/checkconfig:v20240517-ea10bd814 command: - checkconfig args: diff --git a/config/prow/cluster/build/grandmatriarch.yaml b/config/prow/cluster/build/grandmatriarch.yaml index c0181286b60f..b3499bb400fd 100644 --- a/config/prow/cluster/build/grandmatriarch.yaml +++ b/config/prow/cluster/build/grandmatriarch.yaml @@ -56,6 +56,6 @@ spec: serviceAccountName: grandmatriarch containers: - name: bakery - image: gcr.io/k8s-prow/grandmatriarch:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/grandmatriarch:v20240517-ea10bd814 args: - http-cookiefile diff --git a/config/prow/cluster/cherrypicker_deployment.yaml b/config/prow/cluster/cherrypicker_deployment.yaml index d3e5e56a6867..1638de96215a 100644 --- a/config/prow/cluster/cherrypicker_deployment.yaml +++ b/config/prow/cluster/cherrypicker_deployment.yaml @@ -39,7 +39,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/cherrypicker:v20240517-ea10bd814 imagePullPolicy: Always args: - --github-token-path=/etc/github/token diff --git a/config/prow/cluster/crier_deployment.yaml b/config/prow/cluster/crier_deployment.yaml index 1569947b0b07..0ed24b54d5db 100644 --- a/config/prow/cluster/crier_deployment.yaml +++ b/config/prow/cluster/crier_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/crier:v20240517-ea10bd814 args: - --blob-storage-workers=1 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/deck_deployment.yaml b/config/prow/cluster/deck_deployment.yaml index eac8e00e9891..e38a60ef1b02 100644 --- a/config/prow/cluster/deck_deployment.yaml +++ b/config/prow/cluster/deck_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/deck:v20240517-ea10bd814 imagePullPolicy: Always ports: - name: http diff --git a/config/prow/cluster/ghproxy.yaml b/config/prow/cluster/ghproxy.yaml index 32e9a088963b..ccd62cc83b4c 100644 --- a/config/prow/cluster/ghproxy.yaml +++ b/config/prow/cluster/ghproxy.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/ghproxy:v20240517-ea10bd814 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/config/prow/cluster/hook_deployment.yaml b/config/prow/cluster/hook_deployment.yaml index e15e7aaa3f23..6de58d3f460e 100644 --- a/config/prow/cluster/hook_deployment.yaml +++ b/config/prow/cluster/hook_deployment.yaml @@ -38,7 +38,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/hook:v20240517-ea10bd814 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/cluster/horologium_deployment.yaml b/config/prow/cluster/horologium_deployment.yaml index f6df8bd856f2..9d0f727ccca2 100644 --- a/config/prow/cluster/horologium_deployment.yaml +++ b/config/prow/cluster/horologium_deployment.yaml @@ -35,7 +35,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/horologium:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/config/prow/cluster/needs-rebase_deployment.yaml b/config/prow/cluster/needs-rebase_deployment.yaml index 280cefd2a785..e58a507e523d 100644 --- a/config/prow/cluster/needs-rebase_deployment.yaml +++ b/config/prow/cluster/needs-rebase_deployment.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/needs-rebase:v20240517-ea10bd814 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/cluster/pipeline_deployment.yaml b/config/prow/cluster/pipeline_deployment.yaml index 02aa9d6b728a..4db2f794a936 100644 --- a/config/prow/cluster/pipeline_deployment.yaml +++ b/config/prow/cluster/pipeline_deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: prow-pipeline containers: - name: pipeline - image: gcr.io/k8s-prow/pipeline:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/pipeline:v20240517-ea10bd814 args: - --all-contexts - --config=/etc/prow-config/config.yaml diff --git a/config/prow/cluster/prow_controller_manager_deployment.yaml b/config/prow/cluster/prow_controller_manager_deployment.yaml index 0a232a94b48f..dae39e805bfb 100644 --- a/config/prow/cluster/prow_controller_manager_deployment.yaml +++ b/config/prow/cluster/prow_controller_manager_deployment.yaml @@ -39,7 +39,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/prow-controller-manager:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/config/prow/cluster/sinker_deployment.yaml b/config/prow/cluster/sinker_deployment.yaml index 608e5298af2e..1472096ee1e4 100644 --- a/config/prow/cluster/sinker_deployment.yaml +++ b/config/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: gcr.io/k8s-prow/sinker:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/sinker:v20240517-ea10bd814 env: # Use KUBECONFIG envvar rather than --kubeconfig flag in order to provide multiple configs to merge. - name: KUBECONFIG diff --git a/config/prow/cluster/starter/starter-azure.yaml b/config/prow/cluster/starter/starter-azure.yaml index 91e9d7b5232d..8ec65c3b6cf5 100644 --- a/config/prow/cluster/starter/starter-azure.yaml +++ b/config/prow/cluster/starter/starter-azure.yaml @@ -118,10 +118,10 @@ data: key: cert s3_credentials_secret: s3-credentials utility_images: - clonerefs: gcr.io/k8s-prow/clonerefs:v20240515-dd5d0eeaa - entrypoint: gcr.io/k8s-prow/entrypoint:v20240515-dd5d0eeaa - initupload: gcr.io/k8s-prow/initupload:v20240515-dd5d0eeaa - sidecar: gcr.io/k8s-prow/sidecar:v20240515-dd5d0eeaa + clonerefs: gcr.io/k8s-prow/clonerefs:v20240517-ea10bd814 + entrypoint: gcr.io/k8s-prow/entrypoint:v20240517-ea10bd814 + initupload: gcr.io/k8s-prow/initupload:v20240517-ea10bd814 + sidecar: gcr.io/k8s-prow/sidecar:v20240517-ea10bd814 tide: queries: @@ -172,7 +172,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/hook:v20240517-ea10bd814 imagePullPolicy: Always args: - --dry-run=false @@ -261,7 +261,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/sinker:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --dry-run=false @@ -300,7 +300,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/deck:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --plugin-config=/etc/plugins/plugins.yaml @@ -397,7 +397,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/horologium:v20240517-ea10bd814 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -432,7 +432,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/tide:v20240517-ea10bd814 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -542,7 +542,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/status-reconciler:v20240517-ea10bd814 args: - --dry-run=false - --continue-on-error=true @@ -934,7 +934,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/ghproxy:v20240517-ea10bd814 args: - --cache-dir=/cache - --cache-sizeGB=99 @@ -1003,7 +1003,7 @@ spec: secretKeyRef: name: github-token key: appid - image: gcr.io/k8s-prow/prow-controller-manager:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/prow-controller-manager:v20240517-ea10bd814 volumeMounts: - name: github-token mountPath: /etc/github @@ -1139,7 +1139,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/crier:v20240517-ea10bd814 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/starter/starter-gcs.yaml b/config/prow/cluster/starter/starter-gcs.yaml index c8bc2f9eff12..2bba19f563e0 100644 --- a/config/prow/cluster/starter/starter-gcs.yaml +++ b/config/prow/cluster/starter/starter-gcs.yaml @@ -109,10 +109,10 @@ data: name: github-token key: cert utility_images: - clonerefs: gcr.io/k8s-prow/clonerefs:v20240515-dd5d0eeaa - entrypoint: gcr.io/k8s-prow/entrypoint:v20240515-dd5d0eeaa - initupload: gcr.io/k8s-prow/initupload:v20240515-dd5d0eeaa - sidecar: gcr.io/k8s-prow/sidecar:v20240515-dd5d0eeaa + clonerefs: gcr.io/k8s-prow/clonerefs:v20240517-ea10bd814 + entrypoint: gcr.io/k8s-prow/entrypoint:v20240517-ea10bd814 + initupload: gcr.io/k8s-prow/initupload:v20240517-ea10bd814 + sidecar: gcr.io/k8s-prow/sidecar:v20240517-ea10bd814 tide: queries: @@ -163,7 +163,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/hook:v20240517-ea10bd814 imagePullPolicy: Always args: - --dry-run=false @@ -253,7 +253,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/sinker:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --dry-run=false @@ -292,7 +292,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/deck:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --plugin-config=/etc/plugins/plugins.yaml @@ -389,7 +389,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/horologium:v20240517-ea10bd814 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -424,7 +424,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/tide:v20240517-ea10bd814 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -535,7 +535,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/status-reconciler:v20240517-ea10bd814 args: - --dry-run=false - --continue-on-error=true @@ -927,7 +927,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/ghproxy:v20240517-ea10bd814 args: - --cache-dir=/cache - --cache-sizeGB=99 @@ -996,7 +996,7 @@ spec: secretKeyRef: name: github-token key: appid - image: gcr.io/k8s-prow/prow-controller-manager:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/prow-controller-manager:v20240517-ea10bd814 volumeMounts: - name: github-token mountPath: /etc/github @@ -1132,7 +1132,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/crier:v20240517-ea10bd814 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/starter/starter-s3.yaml b/config/prow/cluster/starter/starter-s3.yaml index 5a15f0913137..e7d1733e850a 100644 --- a/config/prow/cluster/starter/starter-s3.yaml +++ b/config/prow/cluster/starter/starter-s3.yaml @@ -119,10 +119,10 @@ data: key: cert s3_credentials_secret: s3-credentials utility_images: - clonerefs: gcr.io/k8s-prow/clonerefs:v20240515-dd5d0eeaa - entrypoint: gcr.io/k8s-prow/entrypoint:v20240515-dd5d0eeaa - initupload: gcr.io/k8s-prow/initupload:v20240515-dd5d0eeaa - sidecar: gcr.io/k8s-prow/sidecar:v20240515-dd5d0eeaa + clonerefs: gcr.io/k8s-prow/clonerefs:v20240517-ea10bd814 + entrypoint: gcr.io/k8s-prow/entrypoint:v20240517-ea10bd814 + initupload: gcr.io/k8s-prow/initupload:v20240517-ea10bd814 + sidecar: gcr.io/k8s-prow/sidecar:v20240517-ea10bd814 tide: queries: @@ -173,7 +173,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/hook:v20240517-ea10bd814 imagePullPolicy: Always args: - --dry-run=false @@ -262,7 +262,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/sinker:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --dry-run=false @@ -301,7 +301,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/deck:v20240517-ea10bd814 args: - --config-path=/etc/config/config.yaml - --plugin-config=/etc/plugins/plugins.yaml @@ -398,7 +398,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/horologium:v20240517-ea10bd814 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -433,7 +433,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/tide:v20240517-ea10bd814 args: - --dry-run=false - --config-path=/etc/config/config.yaml @@ -543,7 +543,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/status-reconciler:v20240517-ea10bd814 args: - --dry-run=false - --continue-on-error=true @@ -935,7 +935,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/ghproxy:v20240517-ea10bd814 args: - --cache-dir=/cache - --cache-sizeGB=99 @@ -1004,7 +1004,7 @@ spec: secretKeyRef: name: github-token key: appid - image: gcr.io/k8s-prow/prow-controller-manager:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/prow-controller-manager:v20240517-ea10bd814 volumeMounts: - name: github-token mountPath: /etc/github @@ -1140,7 +1140,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/crier:v20240517-ea10bd814 args: - --blob-storage-workers=10 - --config-path=/etc/config/config.yaml diff --git a/config/prow/cluster/statusreconciler_deployment.yaml b/config/prow/cluster/statusreconciler_deployment.yaml index 75f2680a847f..fcd06a8cc22e 100644 --- a/config/prow/cluster/statusreconciler_deployment.yaml +++ b/config/prow/cluster/statusreconciler_deployment.yaml @@ -33,7 +33,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/status-reconciler:v20240517-ea10bd814 imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/cluster/tide_deployment.yaml b/config/prow/cluster/tide_deployment.yaml index ac40265f17ba..2c8c1783af4b 100644 --- a/config/prow/cluster/tide_deployment.yaml +++ b/config/prow/cluster/tide_deployment.yaml @@ -34,7 +34,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/tide:v20240517-ea10bd814 args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/config/prow/config.yaml b/config/prow/config.yaml index fa8ef19a780a..965f6146c5cd 100644 --- a/config/prow/config.yaml +++ b/config/prow/config.yaml @@ -13,10 +13,10 @@ plank: timeout: 2h grace_period: 15m utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20240515-dd5d0eeaa" - initupload: "gcr.io/k8s-prow/initupload:v20240515-dd5d0eeaa" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20240515-dd5d0eeaa" - sidecar: "gcr.io/k8s-prow/sidecar:v20240515-dd5d0eeaa" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20240517-ea10bd814" + initupload: "gcr.io/k8s-prow/initupload:v20240517-ea10bd814" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20240517-ea10bd814" + sidecar: "gcr.io/k8s-prow/sidecar:v20240517-ea10bd814" gcs_configuration: bucket: "kubernetes-jenkins" path_strategy: "legacy" diff --git a/config/prow/experimental/controller_manager.yaml b/config/prow/experimental/controller_manager.yaml index 3be00cb14e82..289a90306288 100644 --- a/config/prow/experimental/controller_manager.yaml +++ b/config/prow/experimental/controller_manager.yaml @@ -22,7 +22,7 @@ spec: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config - --dry-run=false - image: gcr.io/k8s-prow/prow-controller-manager:v20240515-dd5d0eeaa + image: gcr.io/k8s-prow/prow-controller-manager:v20240517-ea10bd814 volumeMounts: - name: config mountPath: /etc/config