Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starkandwayne-bot committed Oct 12, 2019
1 parent 8b0d466 commit b2b3ab4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions ci/release_notes.md

This file was deleted.

2 changes: 1 addition & 1 deletion helm/update-all-cf-buildpacks/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Regularly upgrade Cloud Foundry buildpacks
name: update-all-cf-buildpacks
version: 0.2.0
version: 0.2.1
icon: https://github.com/starkandwayne/update-all-cf-buildpacks/raw/master/helm/update-all-cf-buildpacks/starkandwayne-logo-blue.png
maintainers:
- name: Dr Nic Williams
Expand Down
12 changes: 6 additions & 6 deletions k8s-update-forever.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ spec:
serviceAccount: cf-operator
initContainers:
- name: wait-for-scf-router-service
image: "starkandwayne/update-all-cf-buildpacks:0.2.0"
image: "starkandwayne/update-all-cf-buildpacks:latest"
imagePullPolicy: "Always"
command: ['./wait-for-scf-router-service.sh']
- name: wait-for-scf-api-ready
image: "starkandwayne/update-all-cf-buildpacks:0.2.0"
image: "starkandwayne/update-all-cf-buildpacks:latest"
imagePullPolicy: "Always"
command: ['./wait-for-cf-api-ready.sh']
env:
Expand Down Expand Up @@ -47,7 +47,7 @@ spec:
name: cfhome
containers:
- name: update-buildpacks
image: "starkandwayne/update-all-cf-buildpacks:0.2.0"
image: "starkandwayne/update-all-cf-buildpacks:latest"
imagePullPolicy: "Always"
env:
- name: ROUTER_IP_ENVVAR
Expand Down Expand Up @@ -85,11 +85,11 @@ spec:
serviceAccount: cf-operator
initContainers:
- name: wait-for-scf-router-service
image: "starkandwayne/update-all-cf-buildpacks:0.2.0"
image: "starkandwayne/update-all-cf-buildpacks:latest"
imagePullPolicy: "Always"
command: ['./wait-for-scf-router-service.sh']
- name: wait-for-scf-api-ready
image: "starkandwayne/update-all-cf-buildpacks:0.2.0"
image: "starkandwayne/update-all-cf-buildpacks:latest"
imagePullPolicy: "Always"
command: ['./wait-for-cf-api-ready.sh']
env:
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
name: cfhome
containers:
- name: update-buildpacks
image: "starkandwayne/update-all-cf-buildpacks:0.2.0"
image: "starkandwayne/update-all-cf-buildpacks:latest"
imagePullPolicy: "Always"
env:
- name: ROUTER_IP_ENVVAR
Expand Down

0 comments on commit b2b3ab4

Please sign in to comment.