From 18dd7ccc0981154d2cecdd5c6bd7664f0b64644a Mon Sep 17 00:00:00 2001 From: Stephen Demos Date: Wed, 13 Jun 2018 15:05:22 -0700 Subject: [PATCH] Update CLUO from v0.6.0 to v0.7.0 --- CHANGES.md | 4 ++++ addons/cluo/update-agent.yaml | 2 +- addons/cluo/update-operator.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 27dc3aa30..1d2397d9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ Notable changes between versions. ## Latest +#### Addons + +* Update CLUO from v0.6.0 to v0.7.0 ([#242](https://github.com/poseidon/typhoon/pull/242)) + ## v1.10.4 * Kubernetes [v1.10.4](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md#v1104) diff --git a/addons/cluo/update-agent.yaml b/addons/cluo/update-agent.yaml index 12c6eefdd..5175aa2c7 100644 --- a/addons/cluo/update-agent.yaml +++ b/addons/cluo/update-agent.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - 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: - "/bin/update-agent" volumeMounts: diff --git a/addons/cluo/update-operator.yaml b/addons/cluo/update-operator.yaml index 5bb727ec3..8ddb07995 100644 --- a/addons/cluo/update-operator.yaml +++ b/addons/cluo/update-operator.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - 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: - "/bin/update-operator" env: