diff --git a/examples/addons/cluo/update-agent.yaml b/examples/addons/cluo/update-agent.yaml index d0135547..8b1c082c 100644 --- a/examples/addons/cluo/update-agent.yaml +++ b/examples/addons/cluo/update-agent.yaml @@ -4,17 +4,18 @@ metadata: name: container-linux-update-agent namespace: kube-system spec: + updateStrategy: + type: RollingUpdate + rollingUpdate: + maxUnavailable: 1 template: metadata: labels: app: container-linux-update-agent - container-linux-update.v1.coreos.com/agent-version: v0.2.1 - annotations: - container-linux-update.v1.coreos.com/agent-version: v0.2.1 spec: containers: - name: update-agent - image: quay.io/coreos/container-linux-update-operator:v0.2.1 + image: quay.io/coreos/container-linux-update-operator:v0.2.2 command: - "/bin/update-agent" volumeMounts: diff --git a/examples/addons/cluo/update-operator.yaml b/examples/addons/cluo/update-operator.yaml index 5aa76f0a..6f4af885 100644 --- a/examples/addons/cluo/update-operator.yaml +++ b/examples/addons/cluo/update-operator.yaml @@ -12,10 +12,9 @@ spec: spec: containers: - name: update-operator - image: quay.io/coreos/container-linux-update-operator:v0.2.1 + image: quay.io/coreos/container-linux-update-operator:v0.2.2 command: - "/bin/update-operator" - - "--manage-agent=false" env: - name: POD_NAMESPACE valueFrom: