Update CLUO from v0.6.0 to v0.7.0

This commit is contained in:
Stephen Demos 2018-06-13 15:05:22 -07:00 committed by Dalton Hubble
parent 0764bd30b5
commit 18dd7ccc09
3 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,10 @@ Notable changes between versions.
## Latest ## Latest
#### Addons
* Update CLUO from v0.6.0 to v0.7.0 ([#242](https://github.com/poseidon/typhoon/pull/242))
## v1.10.4 ## v1.10.4
* Kubernetes [v1.10.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1104) * Kubernetes [v1.10.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1104)

View File

@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: update-agent - name: update-agent
image: quay.io/coreos/container-linux-update-operator:v0.6.0 image: quay.io/coreos/container-linux-update-operator:v0.7.0
command: command:
- "/bin/update-agent" - "/bin/update-agent"
volumeMounts: volumeMounts:

View File

@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: update-operator - name: update-operator
image: quay.io/coreos/container-linux-update-operator:v0.6.0 image: quay.io/coreos/container-linux-update-operator:v0.7.0
command: command:
- "/bin/update-operator" - "/bin/update-operator"
env: env: