From 211ec94c75c3bf99e8f7626b71bdf6da8928a461 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 26 Jan 2018 17:24:09 -0800 Subject: [PATCH] addons: Update CLUO from v0.5.0 to v0.6.0 * https://github.com/coreos/container-linux-update-operator/releases/tag/v0.6.0 --- addons/cluo/update-agent.yaml | 2 +- addons/cluo/update-operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/cluo/update-agent.yaml b/addons/cluo/update-agent.yaml index 9bbd51fe..3ebe292c 100644 --- a/addons/cluo/update-agent.yaml +++ b/addons/cluo/update-agent.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: update-agent - image: quay.io/coreos/container-linux-update-operator:v0.5.0 + image: quay.io/coreos/container-linux-update-operator:v0.6.0 command: - "/bin/update-agent" volumeMounts: diff --git a/addons/cluo/update-operator.yaml b/addons/cluo/update-operator.yaml index a0f1d401..71c21164 100644 --- a/addons/cluo/update-operator.yaml +++ b/addons/cluo/update-operator.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: update-operator - image: quay.io/coreos/container-linux-update-operator:v0.5.0 + image: quay.io/coreos/container-linux-update-operator:v0.6.0 command: - "/bin/update-operator" env: