Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the latest boskos ✨ #194

Merged
merged 1 commit into from
Jan 22, 2020
Merged
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
6 changes: 3 additions & 3 deletions boskos/boskos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: boskos
image: gcr.io/k8s-testimages/boskos:v20190621-ff01381
image: gcr.io/k8s-prow/boskos/boskos:v20200117-6384054e3
args:
- --storage=/store/boskos.json
- --config=/etc/config/config
Expand Down Expand Up @@ -150,7 +150,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: boskos-janitor
image: gcr.io/k8s-testimages/janitor:v20190621-ff01381
image: gcr.io/k8s-prow/boskos/janitor:v20200117-6384054e3
args:
- --resource-type=gke-project
- --pool-size=10
Expand Down Expand Up @@ -185,6 +185,6 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: boskos-reaper
image: gcr.io/k8s-testimages/reaper:v20190621-ff01381
image: gcr.io/k8s-prow/boskos/reaper:v20200117-6384054e3
args:
- --resource-type=gke-project