From aeca5b08f94d11acaeb5695655b8a16528f16619 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 17 Aug 2017 15:38:34 -0700 Subject: [PATCH] examples/addons: Update CLUO to v0.3.1 --- examples/addons/cluo/update-agent.yaml | 2 +- examples/addons/cluo/update-operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/addons/cluo/update-agent.yaml b/examples/addons/cluo/update-agent.yaml index 8b1c082c..2eb75967 100644 --- a/examples/addons/cluo/update-agent.yaml +++ b/examples/addons/cluo/update-agent.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: update-agent - image: quay.io/coreos/container-linux-update-operator:v0.2.2 + image: quay.io/coreos/container-linux-update-operator:v0.3.1 command: - "/bin/update-agent" volumeMounts: diff --git a/examples/addons/cluo/update-operator.yaml b/examples/addons/cluo/update-operator.yaml index 6f4af885..c74ce574 100644 --- a/examples/addons/cluo/update-operator.yaml +++ b/examples/addons/cluo/update-operator.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: update-operator - image: quay.io/coreos/container-linux-update-operator:v0.2.2 + image: quay.io/coreos/container-linux-update-operator:v0.3.1 command: - "/bin/update-operator" env: