From b104a8c92ea009c226f7b5012baa7f6403b7e4c2 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 31 Aug 2020 13:36:42 -0700 Subject: [PATCH] Bump prow from v20200825-967ee0e48b to v20200831-223e625607 (#2885) --- .prow.yaml | 2 +- prow/cluster/cherrypicker_deployment.yaml | 2 +- prow/cluster/crier_deployment.yaml | 2 +- prow/cluster/deck_deployment.yaml | 2 +- prow/cluster/deck_private_deployment.yaml | 2 +- prow/cluster/ghproxy.yaml | 2 +- prow/cluster/hook_deployment.yaml | 2 +- prow/cluster/horologium_deployment.yaml | 2 +- .../istio.test-infra.trusted.master.yaml | 4 ++-- prow/cluster/needs-rebase_deployment.yaml | 2 +- prow/cluster/plank_deployment.yaml | 2 +- prow/cluster/sinker_deployment.yaml | 2 +- prow/cluster/statusreconciler_deployment.yaml | 2 +- prow/cluster/tide_deployment.yaml | 2 +- prow/cluster/tot_deployment.yaml | 2 +- prow/config.yaml | 16 ++++++++-------- 16 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index 57c68d15d8b..c64e712b68d 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:v20200825-967ee0e48b + - image: gcr.io/k8s-prow/checkconfig:v20200831-223e625607 command: - /checkconfig args: diff --git a/prow/cluster/cherrypicker_deployment.yaml b/prow/cluster/cherrypicker_deployment.yaml index 5c7a3b19023..33b55c19339 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:v20200825-967ee0e48b + image: gcr.io/k8s-prow/cherrypicker:v20200831-223e625607 args: - --dry-run=false - --use-prow-assignments=false diff --git a/prow/cluster/crier_deployment.yaml b/prow/cluster/crier_deployment.yaml index 83ddac30963..4068b3608e4 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:v20200825-967ee0e48b + image: gcr.io/k8s-prow/crier:v20200831-223e625607 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 744c26e8ecd..2f4f2b5f306 100644 --- a/prow/cluster/deck_deployment.yaml +++ b/prow/cluster/deck_deployment.yaml @@ -20,7 +20,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20200825-967ee0e48b + image: gcr.io/k8s-prow/deck:v20200831-223e625607 ports: - name: http containerPort: 8080 diff --git a/prow/cluster/deck_private_deployment.yaml b/prow/cluster/deck_private_deployment.yaml index e9bc0920519..0356c0cee89 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:v20200825-967ee0e48b + image: gcr.io/k8s-prow/deck:v20200831-223e625607 ports: - name: http containerPort: 8080 diff --git a/prow/cluster/ghproxy.yaml b/prow/cluster/ghproxy.yaml index 383d86cfefe..e95848b6bec 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:v20200825-967ee0e48b + image: gcr.io/k8s-prow/ghproxy:v20200831-223e625607 args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/hook_deployment.yaml b/prow/cluster/hook_deployment.yaml index 258ad07fb38..49881fdbdee 100644 --- a/prow/cluster/hook_deployment.yaml +++ b/prow/cluster/hook_deployment.yaml @@ -22,7 +22,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20200825-967ee0e48b + image: gcr.io/k8s-prow/hook:v20200831-223e625607 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 d195ea22eac..7d3a31cef4e 100644 --- a/prow/cluster/horologium_deployment.yaml +++ b/prow/cluster/horologium_deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20200825-967ee0e48b + image: gcr.io/k8s-prow/horologium:v20200831-223e625607 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 37fb0dab4de..e9969cc65d8 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:v20200825-967ee0e48b + - image: gcr.io/k8s-prow/branchprotector:v20200831-223e625607 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:v20200825-967ee0e48b + - image: gcr.io/k8s-prow/autobump:v20200831-223e625607 command: - /autobump.sh args: diff --git a/prow/cluster/needs-rebase_deployment.yaml b/prow/cluster/needs-rebase_deployment.yaml index c193063e395..08608acb42b 100644 --- a/prow/cluster/needs-rebase_deployment.yaml +++ b/prow/cluster/needs-rebase_deployment.yaml @@ -29,7 +29,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20200825-967ee0e48b + image: gcr.io/k8s-prow/needs-rebase:v20200831-223e625607 args: - --dry-run=false - --github-endpoint=http://ghproxy diff --git a/prow/cluster/plank_deployment.yaml b/prow/cluster/plank_deployment.yaml index c6d3b087626..b757211012f 100644 --- a/prow/cluster/plank_deployment.yaml +++ b/prow/cluster/plank_deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: plank - image: gcr.io/k8s-prow/plank:v20200825-967ee0e48b + image: gcr.io/k8s-prow/plank:v20200831-223e625607 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 1eaa73803da..5198aa4e20f 100644 --- a/prow/cluster/sinker_deployment.yaml +++ b/prow/cluster/sinker_deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20200825-967ee0e48b + image: gcr.io/k8s-prow/sinker:v20200831-223e625607 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 80352147b2b..46ef2d25b5d 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:v20200825-967ee0e48b + image: gcr.io/k8s-prow/status-reconciler:v20200831-223e625607 imagePullPolicy: Always args: - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/tide_deployment.yaml b/prow/cluster/tide_deployment.yaml index 1e0d93ea1d9..d34df4ec7e7 100644 --- a/prow/cluster/tide_deployment.yaml +++ b/prow/cluster/tide_deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: tide - image: gcr.io/k8s-prow/tide:v20200825-967ee0e48b + image: gcr.io/k8s-prow/tide:v20200831-223e625607 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 dfc6c78ab33..211c1205fde 100644 --- a/prow/cluster/tot_deployment.yaml +++ b/prow/cluster/tot_deployment.yaml @@ -46,7 +46,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: tot - image: gcr.io/k8s-prow/tot:v20200825-967ee0e48b + image: gcr.io/k8s-prow/tot:v20200831-223e625607 args: - -storage=/store/tot.json - -fallback diff --git a/prow/config.yaml b/prow/config.yaml index 715fce333a4..4a6d8faf7b6 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:v20200825-967ee0e48b" - initupload: "gcr.io/k8s-prow/initupload:v20200825-967ee0e48b" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20200825-967ee0e48b" - sidecar: "gcr.io/k8s-prow/sidecar:v20200825-967ee0e48b" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20200831-223e625607" + initupload: "gcr.io/k8s-prow/initupload:v20200831-223e625607" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20200831-223e625607" + sidecar: "gcr.io/k8s-prow/sidecar:v20200831-223e625607" 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:v20200825-967ee0e48b" - initupload: "gcr.io/k8s-prow/initupload:v20200825-967ee0e48b" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20200825-967ee0e48b" - sidecar: "gcr.io/k8s-prow/sidecar:v20200825-967ee0e48b" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20200831-223e625607" + initupload: "gcr.io/k8s-prow/initupload:v20200831-223e625607" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20200831-223e625607" + sidecar: "gcr.io/k8s-prow/sidecar:v20200831-223e625607" gcs_configuration: bucket: "istio-private-build" path_strategy: "explicit"