Skip to content

Commit

Permalink
Update the boskos image
Browse files Browse the repository at this point in the history
Update the container image used by Boskos components in an attempt
to solve tektoncd#186.
  • Loading branch information
afrittoli committed Jan 20, 2020
1 parent 072769b commit 1ea87d3
Showing 1 changed file with 3 additions and 3 deletions.
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:v20190326-21e7f896f
image: gcr.io/k8s-testimages/boskos:v20190621-ff01381
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:v20190326-21e7f896f
image: gcr.io/k8s-testimages/janitor:v20190621-ff01381
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:v20190326-21e7f896f
image: gcr.io/k8s-testimages/reaper:v20190621-ff01381
args:
- --resource-type=gke-project

0 comments on commit 1ea87d3

Please sign in to comment.