diff --git a/.prow.yaml b/.prow.yaml index fd804950043..31003621fe8 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:v20210206-3c06bdc6cf + - image: gcr.io/k8s-prow/checkconfig:v20210215-f94bc1dc87 command: - /checkconfig args: diff --git a/prow/cluster/cherrypicker_deployment.yaml b/prow/cluster/cherrypicker_deployment.yaml index bae05b740f1..842a99a5920 100644 --- a/prow/cluster/cherrypicker_deployment.yaml +++ b/prow/cluster/cherrypicker_deployment.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: cherrypicker - image: gcr.io/k8s-prow/cherrypicker:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/cherrypicker:v20210215-f94bc1dc87 args: - --dry-run=false - --use-prow-assignments=false diff --git a/prow/cluster/crier_deployment.yaml b/prow/cluster/crier_deployment.yaml index 4390351c577..380597297ec 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:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/crier:v20210215-f94bc1dc87 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 52b0093c5a4..4e9abe51229 100644 --- a/prow/cluster/deck_deployment.yaml +++ b/prow/cluster/deck_deployment.yaml @@ -23,7 +23,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/deck:v20210215-f94bc1dc87 ports: - name: http containerPort: 8080 diff --git a/prow/cluster/deck_private_deployment.yaml b/prow/cluster/deck_private_deployment.yaml index 848452cb004..0e8931263f0 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:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/deck:v20210215-f94bc1dc87 ports: - name: http containerPort: 8080 diff --git a/prow/cluster/ghproxy.yaml b/prow/cluster/ghproxy.yaml index 7dfff1b1fa0..cbcebce4cb1 100644 --- a/prow/cluster/ghproxy.yaml +++ b/prow/cluster/ghproxy.yaml @@ -34,7 +34,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/ghproxy:v20210215-f94bc1dc87 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/hook_deployment.yaml b/prow/cluster/hook_deployment.yaml index 69d76e0801a..76ca6698a85 100644 --- a/prow/cluster/hook_deployment.yaml +++ b/prow/cluster/hook_deployment.yaml @@ -25,7 +25,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/hook:v20210215-f94bc1dc87 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 05d7fb20c9a..94b49a3ef9a 100644 --- a/prow/cluster/horologium_deployment.yaml +++ b/prow/cluster/horologium_deployment.yaml @@ -18,7 +18,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/horologium:v20210215-f94bc1dc87 args: - --config-path=/etc/config/config.yaml - --dry-run=false 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 64821249786..dd705b165a4 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 @@ -46,7 +46,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20210206-3c06bdc6cf + - image: gcr.io/k8s-prow/branchprotector:v20210215-f94bc1dc87 command: - /app/prow/cmd/branchprotector/app.binary args: @@ -76,7 +76,7 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/autobump:v20210206-3c06bdc6cf + - image: gcr.io/k8s-prow/autobump:v20210215-f94bc1dc87 command: - /autobump.sh args: diff --git a/prow/cluster/needs-rebase_deployment.yaml b/prow/cluster/needs-rebase_deployment.yaml index 390ce37cee6..cef1d1ed963 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:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/needs-rebase:v20210215-f94bc1dc87 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 dc5213b6f01..7c380d5f829 100644 --- a/prow/cluster/prow-controller-manager.yaml +++ b/prow/cluster/prow-controller-manager.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: prow-controller-manager containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/prow-controller-manager:v20210215-f94bc1dc87 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 ea16baf8df5..98c2a4a102c 100644 --- a/prow/cluster/sinker_deployment.yaml +++ b/prow/cluster/sinker_deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/sinker:v20210215-f94bc1dc87 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 c306b85446e..d5ac2ceac49 100644 --- a/prow/cluster/statusreconciler_deployment.yaml +++ b/prow/cluster/statusreconciler_deployment.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/status-reconciler:v20210215-f94bc1dc87 imagePullPolicy: Always args: - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/tide_deployment.yaml b/prow/cluster/tide_deployment.yaml index e63fef8c217..d2620e4fb1a 100644 --- a/prow/cluster/tide_deployment.yaml +++ b/prow/cluster/tide_deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: tide - image: gcr.io/k8s-prow/tide:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/tide:v20210215-f94bc1dc87 args: - --config-path=/etc/config/config.yaml - --dry-run=false diff --git a/prow/cluster/tot_deployment.yaml b/prow/cluster/tot_deployment.yaml index 3fb0522aa0e..8c62c37640e 100644 --- a/prow/cluster/tot_deployment.yaml +++ b/prow/cluster/tot_deployment.yaml @@ -49,7 +49,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: tot - image: gcr.io/k8s-prow/tot:v20210206-3c06bdc6cf + image: gcr.io/k8s-prow/tot:v20210215-f94bc1dc87 args: - -storage=/store/tot.json - -fallback diff --git a/prow/config.yaml b/prow/config.yaml index 70afd0c2f88..3fe1a115e1b 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:v20210206-3c06bdc6cf" - initupload: "gcr.io/k8s-prow/initupload:v20210206-3c06bdc6cf" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20210206-3c06bdc6cf" - sidecar: "gcr.io/k8s-prow/sidecar:v20210206-3c06bdc6cf" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20210215-f94bc1dc87" + initupload: "gcr.io/k8s-prow/initupload:v20210215-f94bc1dc87" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20210215-f94bc1dc87" + sidecar: "gcr.io/k8s-prow/sidecar:v20210215-f94bc1dc87" gcs_configuration: bucket: "istio-prow" path_strategy: "explicit" @@ -23,10 +23,10 @@ plank: timeout: 2h grace_period: 15s utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20210206-3c06bdc6cf" - initupload: "gcr.io/k8s-prow/initupload:v20210206-3c06bdc6cf" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20210206-3c06bdc6cf" - sidecar: "gcr.io/k8s-prow/sidecar:v20210206-3c06bdc6cf" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20210215-f94bc1dc87" + initupload: "gcr.io/k8s-prow/initupload:v20210215-f94bc1dc87" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20210215-f94bc1dc87" + sidecar: "gcr.io/k8s-prow/sidecar:v20210215-f94bc1dc87" gcs_configuration: bucket: "istio-private-build" path_strategy: "explicit"