From a5558992124e892c0d7fe6c462d2dcc8687094ab Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 12 Apr 2021 18:06:07 +0000 Subject: [PATCH] Update Prow to v20210412-ed35ec0cee --- .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 +- .../test-infra/istio.test-infra.master.yaml | 2 +- .../istio.test-infra.trusted.master.yaml | 4 ++-- prow/cluster/needs-rebase_deployment.yaml | 2 +- prow/cluster/prow-controller-manager.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 ++++++++-------- 17 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index be47d0a727b..4c47843fc6e 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:v20210404-ef7abaaa70 + - image: gcr.io/k8s-prow/checkconfig:v20210412-ed35ec0cee command: - /checkconfig args: diff --git a/prow/cluster/cherrypicker_deployment.yaml b/prow/cluster/cherrypicker_deployment.yaml index 67a95a29fdd..68b17199e33 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/cherrypicker:v20210412-ed35ec0cee args: - --dry-run=false - --use-prow-assignments=false diff --git a/prow/cluster/crier_deployment.yaml b/prow/cluster/crier_deployment.yaml index f6d757d6543..2f0785c490d 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/crier:v20210412-ed35ec0cee 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 8e229bcaba1..52e7f30c04b 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/deck:v20210412-ed35ec0cee ports: - name: http containerPort: 8080 diff --git a/prow/cluster/deck_private_deployment.yaml b/prow/cluster/deck_private_deployment.yaml index 2bdd98c775b..f177dc908e9 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/deck:v20210412-ed35ec0cee ports: - name: http containerPort: 8080 diff --git a/prow/cluster/ghproxy.yaml b/prow/cluster/ghproxy.yaml index ece946f882c..9d1fee208af 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/ghproxy:v20210412-ed35ec0cee args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/prow/cluster/hook_deployment.yaml b/prow/cluster/hook_deployment.yaml index 80ba81c049f..c97e1ee9030 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/hook:v20210412-ed35ec0cee 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 e62ec865f40..c34c0f6a935 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/horologium:v20210412-ed35ec0cee 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 253b03d94fc..12e46c49e72 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/transfigure:v20210404-ef7abaaa70 + - image: gcr.io/k8s-prow/transfigure:v20210412-ed35ec0cee command: - /transfigure.sh 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 43f94882f92..f9184d84c5a 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:v20210404-ef7abaaa70 + - image: gcr.io/k8s-prow/branchprotector:v20210412-ed35ec0cee 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/generic-autobumper:v20210404-ef7abaaa70 + - image: gcr.io/k8s-prow/generic-autobumper:v20210412-ed35ec0cee command: - /app/prow/cmd/generic-autobumper/app.binary args: diff --git a/prow/cluster/needs-rebase_deployment.yaml b/prow/cluster/needs-rebase_deployment.yaml index f3ea3a31c62..d152794d868 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/needs-rebase:v20210412-ed35ec0cee 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 d79eee24ae6..1f5d8c5371e 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/prow-controller-manager:v20210412-ed35ec0cee 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 8b17777a4b0..b6a4351b563 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/sinker:v20210412-ed35ec0cee 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 155753fc24b..583a4e3dfbf 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/status-reconciler:v20210412-ed35ec0cee imagePullPolicy: Always args: - --config-path=/etc/config/config.yaml diff --git a/prow/cluster/tide_deployment.yaml b/prow/cluster/tide_deployment.yaml index 8956d969e55..cf820a99647 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/tide:v20210412-ed35ec0cee 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 516914c6735..949b7c6df6a 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:v20210404-ef7abaaa70 + image: gcr.io/k8s-prow/tot:v20210412-ed35ec0cee args: - -storage=/store/tot.json - -fallback diff --git a/prow/config.yaml b/prow/config.yaml index 2fa11dda907..1f05d78f850 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:v20210404-ef7abaaa70" - initupload: "gcr.io/k8s-prow/initupload:v20210404-ef7abaaa70" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20210404-ef7abaaa70" - sidecar: "gcr.io/k8s-prow/sidecar:v20210404-ef7abaaa70" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20210412-ed35ec0cee" + initupload: "gcr.io/k8s-prow/initupload:v20210412-ed35ec0cee" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20210412-ed35ec0cee" + sidecar: "gcr.io/k8s-prow/sidecar:v20210412-ed35ec0cee" 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:v20210404-ef7abaaa70" - initupload: "gcr.io/k8s-prow/initupload:v20210404-ef7abaaa70" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20210404-ef7abaaa70" - sidecar: "gcr.io/k8s-prow/sidecar:v20210404-ef7abaaa70" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20210412-ed35ec0cee" + initupload: "gcr.io/k8s-prow/initupload:v20210412-ed35ec0cee" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20210412-ed35ec0cee" + sidecar: "gcr.io/k8s-prow/sidecar:v20210412-ed35ec0cee" gcs_configuration: bucket: "istio-private-build" path_strategy: "explicit"