Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prow/deck/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
topologyKey: failure-domain.beta.kubernetes.io/zone
containers:
- name: deck
image: gcr.io/k8s-prow/deck:v20200305-e8ef9758b
image: gcr.io/k8s-prow/deck:v20200501-e6124e633
args:
- --tide-url=http://tide.default.svc.cluster.local/
- --hook-url=http://hook.default.svc.cluster.local:8888/plugin-help
Expand Down
2 changes: 1 addition & 1 deletion prow/hook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
topologyKey: failure-domain.beta.kubernetes.io/zone
containers:
- name: hook
image: gcr.io/k8s-prow/hook:v20200305-e8ef9758b
image: gcr.io/k8s-prow/hook:v20200501-e6124e633
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/horologium/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: horologium
image: gcr.io/k8s-prow/horologium:v20200305-e8ef9758b
image: gcr.io/k8s-prow/horologium:v20200501-e6124e633
args:
- --job-config-path=/etc/jobs
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/needs-rebase/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
topologyKey: failure-domain.beta.kubernetes.io/zone
containers:
- name: needs-rebase
image: gcr.io/k8s-prow/needs-rebase:v20200305-e8ef9758b
image: gcr.io/k8s-prow/needs-rebase:v20200501-e6124e633
imagePullPolicy: Always
args:
- --dry-run=false
Expand Down
2 changes: 1 addition & 1 deletion prow/plank/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: "plank"
containers:
- name: plank
image: gcr.io/k8s-prow/plank:v20200305-e8ef9758b
image: gcr.io/k8s-prow/plank:v20200501-e6124e633
args:
- --dry-run=false
- --job-config-path=/etc/jobs
Expand Down
2 changes: 1 addition & 1 deletion prow/sinker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
serviceAccountName: "sinker"
containers:
- name: sinker
image: gcr.io/k8s-prow/sinker:v20200305-e8ef9758b
image: gcr.io/k8s-prow/sinker:v20200501-e6124e633
args:
- --job-config-path=/etc/jobs
- --config-path=/etc/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion prow/tide/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: "tide"
containers:
- name: tide
image: gcr.io/k8s-prow/tide:v20200305-e8ef9758b
image: gcr.io/k8s-prow/tide:v20200501-e6124e633
args:
- --dry-run=false
- --job-config-path=/etc/jobs
Expand Down