diff --git a/.prow.yaml b/.prow.yaml index 3184106daea..167de068ce7 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -5,7 +5,7 @@ presubmits: run_if_changed: '^(\.prow|prow/(config|plugins|cluster/jobs/.*))\.yaml$' spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20220610-86778fb053 + - image: gcr.io/k8s-prow/checkconfig:v20220610-d59e6cd2db command: - checkconfig args: diff --git a/prow/cluster/cherrypicker_deployment.yaml b/prow/cluster/cherrypicker_deployment.yaml index 14452a46f2c..617aefee648 100644 --- a/prow/cluster/cherrypicker_deployment.yaml +++ b/prow/cluster/cherrypicker_deployment.yaml @@ -18,7 +18,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20220610-86778fb053 + image: gcr.io/k8s-prow/cherrypicker:v20220610-d59e6cd2db args: - --create-issue-on-conflict - --dry-run=false diff --git a/prow/cluster/crier_deployment.yaml b/prow/cluster/crier_deployment.yaml index 7c07b6f6582..c061441fe08 100644 --- a/prow/cluster/crier_deployment.yaml +++ b/prow/cluster/crier_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20220610-86778fb053 + image: gcr.io/k8s-prow/crier:v20220610-d59e6cd2db args: - --blob-storage-workers=1 - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/deck_deployment.yaml b/prow/cluster/deck_deployment.yaml index 41e61d43714..62aa3beb6e5 100644 --- a/prow/cluster/deck_deployment.yaml +++ b/prow/cluster/deck_deployment.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20220610-86778fb053 + image: gcr.io/k8s-prow/deck:v20220610-d59e6cd2db ports: - name: http containerPort: 8080 diff --git a/prow/cluster/deck_private_deployment.yaml b/prow/cluster/deck_private_deployment.yaml index 42eac1312f2..4e053918029 100644 --- a/prow/cluster/deck_private_deployment.yaml +++ b/prow/cluster/deck_private_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck-private - image: gcr.io/k8s-prow/deck:v20220610-86778fb053 + image: gcr.io/k8s-prow/deck:v20220610-d59e6cd2db ports: - name: http containerPort: 8080 diff --git a/prow/cluster/ghproxy.yaml b/prow/cluster/ghproxy.yaml index d7eb10c6af7..32b90a194a3 100644 --- a/prow/cluster/ghproxy.yaml +++ b/prow/cluster/ghproxy.yaml @@ -31,7 +31,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20220610-86778fb053 + image: gcr.io/k8s-prow/ghproxy:v20220610-d59e6cd2db args: - --cache-dir=/cache - --cache-sizeGB=15 diff --git a/prow/cluster/hook_deployment.yaml b/prow/cluster/hook_deployment.yaml index c0ba9259bdf..9335db8c1aa 100644 --- a/prow/cluster/hook_deployment.yaml +++ b/prow/cluster/hook_deployment.yaml @@ -24,7 +24,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20220610-86778fb053 + image: gcr.io/k8s-prow/hook:v20220610-d59e6cd2db args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/horologium_deployment.yaml b/prow/cluster/horologium_deployment.yaml index 2280bd221cb..a219d6393f3 100644 --- a/prow/cluster/horologium_deployment.yaml +++ b/prow/cluster/horologium_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20220610-86778fb053 + image: gcr.io/k8s-prow/horologium:v20220610-d59e6cd2db args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml b/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml index 2cd927cf7fd..fc8f219171a 100644 --- a/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml +++ b/prow/cluster/jobs/istio/test-infra/istio.test-infra.master.yaml @@ -9,7 +9,7 @@ presubmits: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/configurator:v20220610-86778fb053 + - image: gcr.io/k8s-prow/configurator:v20220610-d59e6cd2db command: - configurator args: diff --git a/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml b/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml index c1946ad7f64..6d0f77b4da3 100644 --- a/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml +++ b/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml @@ -14,7 +14,7 @@ postsubmits: spec: serviceAccountName: testgrid-updater containers: - - image: gcr.io/k8s-prow/configurator:v20220610-86778fb053 + - image: gcr.io/k8s-prow/configurator:v20220610-d59e6cd2db command: - configurator args: @@ -45,7 +45,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20220610-86778fb053 + - image: gcr.io/k8s-prow/branchprotector:v20220610-d59e6cd2db command: - branchprotector args: @@ -75,7 +75,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20220610-86778fb053 + - image: gcr.io/k8s-prow/generic-autobumper:v20220610-d59e6cd2db command: - generic-autobumper args: @@ -109,7 +109,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/generic-autobumper:v20220610-86778fb053 + - image: gcr.io/k8s-prow/generic-autobumper:v20220610-d59e6cd2db command: - generic-autobumper args: diff --git a/prow/cluster/needs-rebase_deployment.yaml b/prow/cluster/needs-rebase_deployment.yaml index 491db5d917b..05f23943ee4 100644 --- a/prow/cluster/needs-rebase_deployment.yaml +++ b/prow/cluster/needs-rebase_deployment.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20220610-86778fb053 + image: gcr.io/k8s-prow/needs-rebase:v20220610-d59e6cd2db args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/prow/cluster/prow-controller-manager.yaml b/prow/cluster/prow-controller-manager.yaml index a01a15d4b42..655bc7c40ec 100644 --- a/prow/cluster/prow-controller-manager.yaml +++ b/prow/cluster/prow-controller-manager.yaml @@ -19,7 +19,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20220610-86778fb053 + image: gcr.io/k8s-prow/prow-controller-manager:v20220610-d59e6cd2db args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/sinker_deployment.yaml b/prow/cluster/sinker_deployment.yaml index 7be580a81ed..abae9aa762d 100644 --- a/prow/cluster/sinker_deployment.yaml +++ b/prow/cluster/sinker_deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: sinker containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20220610-86778fb053 + image: gcr.io/k8s-prow/sinker:v20220610-d59e6cd2db args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/statusreconciler_deployment.yaml b/prow/cluster/statusreconciler_deployment.yaml index 06640d1eec5..1f8a30c4490 100644 --- a/prow/cluster/statusreconciler_deployment.yaml +++ b/prow/cluster/statusreconciler_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20220610-86778fb053 + image: gcr.io/k8s-prow/status-reconciler:v20220610-d59e6cd2db imagePullPolicy: Always args: - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/tide_deployment.yaml b/prow/cluster/tide_deployment.yaml index 41447d3132c..958fd577c35 100644 --- a/prow/cluster/tide_deployment.yaml +++ b/prow/cluster/tide_deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: tide containers: - name: tide - image: gcr.io/k8s-prow/tide:v20220610-86778fb053 + image: gcr.io/k8s-prow/tide:v20220610-d59e6cd2db args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/config.yaml b/prow/config.yaml index 2e6234a2a2d..7c9b7739da3 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -11,10 +11,10 @@ plank: timeout: 2h grace_period: 15s utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20220610-86778fb053" - initupload: "gcr.io/k8s-prow/initupload:v20220610-86778fb053" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20220610-86778fb053" - sidecar: "gcr.io/k8s-prow/sidecar:v20220610-86778fb053" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20220610-d59e6cd2db" + initupload: "gcr.io/k8s-prow/initupload:v20220610-d59e6cd2db" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20220610-d59e6cd2db" + sidecar: "gcr.io/k8s-prow/sidecar:v20220610-d59e6cd2db" gcs_configuration: bucket: "istio-prow" path_strategy: "explicit"