Skip to content

Commit ff2ce69

Browse files
committed
Bump prow from v20200305-e8ef9758b to v20200316-b3233486a
1 parent cb204b5 commit ff2ce69

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

prow/deck/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
topologyKey: failure-domain.beta.kubernetes.io/zone
4848
containers:
4949
- name: deck
50-
image: gcr.io/k8s-prow/deck:v20200305-e8ef9758b
50+
image: gcr.io/k8s-prow/deck:v20200316-b3233486a
5151
args:
5252
- --tide-url=http://tide.default.svc.cluster.local/
5353
- --hook-url=http://hook.default.svc.cluster.local:8888/plugin-help

prow/hook/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
topologyKey: failure-domain.beta.kubernetes.io/zone
4848
containers:
4949
- name: hook
50-
image: gcr.io/k8s-prow/hook:v20200305-e8ef9758b
50+
image: gcr.io/k8s-prow/hook:v20200316-b3233486a
5151
imagePullPolicy: Always
5252
args:
5353
- --dry-run=false

prow/horologium/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
terminationGracePeriodSeconds: 30
2424
containers:
2525
- name: horologium
26-
image: gcr.io/k8s-prow/horologium:v20200305-e8ef9758b
26+
image: gcr.io/k8s-prow/horologium:v20200316-b3233486a
2727
args:
2828
- --job-config-path=/etc/jobs
2929
- --config-path=/etc/config/config.yaml

prow/needs-rebase/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
topologyKey: failure-domain.beta.kubernetes.io/zone
4747
containers:
4848
- name: needs-rebase
49-
image: gcr.io/k8s-prow/needs-rebase:v20200305-e8ef9758b
49+
image: gcr.io/k8s-prow/needs-rebase:v20200316-b3233486a
5050
imagePullPolicy: Always
5151
args:
5252
- --dry-run=false

prow/plank/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: "plank"
2323
containers:
2424
- name: plank
25-
image: gcr.io/k8s-prow/plank:v20200305-e8ef9758b
25+
image: gcr.io/k8s-prow/plank:v20200316-b3233486a
2626
args:
2727
- --dry-run=false
2828
- --job-config-path=/etc/jobs

prow/sinker/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: "sinker"
2121
containers:
2222
- name: sinker
23-
image: gcr.io/k8s-prow/sinker:v20200305-e8ef9758b
23+
image: gcr.io/k8s-prow/sinker:v20200316-b3233486a
2424
args:
2525
- --job-config-path=/etc/jobs
2626
- --config-path=/etc/config/config.yaml

prow/tide/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: "tide"
2323
containers:
2424
- name: tide
25-
image: gcr.io/k8s-prow/tide:v20200305-e8ef9758b
25+
image: gcr.io/k8s-prow/tide:v20200316-b3233486a
2626
args:
2727
- --dry-run=false
2828
- --job-config-path=/etc/jobs

0 commit comments

Comments
 (0)