Skip to content

Commit

Permalink
Update boskos images to latest
Browse files Browse the repository at this point in the history
Fixes #534

Signed-off-by: Dibyo Mukherjee <[email protected]>
  • Loading branch information
dibyom committed Aug 19, 2020
1 parent f50df40 commit ff6574d
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 @@ -153,7 +153,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: boskos
image: gcr.io/k8s-prow/boskos/boskos:v20200213-a79910c4a
image: gcr.io/k8s-staging-boskos/boskos:v20200819-984516e
args:
- --storage=/store/boskos.json
- --config=/etc/config/config
Expand Down Expand Up @@ -229,7 +229,7 @@ spec:
terminationGracePeriodSeconds: 300
containers:
- name: boskos-janitor
image: gcr.io/k8s-prow/boskos/janitor:v20200213-1586d3041
image: gcr.io/k8s-staging-boskos/janitor:v20200819-984516e
args:
- --resource-type=gke-project
- --pool-size=10
Expand Down Expand Up @@ -264,6 +264,6 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: boskos-reaper
image: gcr.io/k8s-prow/boskos/reaper:v20200213-1586d3041
image: gcr.io/k8s-staging-boskos/reaper:v20200819-984516e
args:
- --resource-type=gke-project

0 comments on commit ff6574d

Please sign in to comment.