examples/addonts: Update CLUO from v0.2.1 to v0.2.2

This commit is contained in:
Dalton Hubble
2017-07-21 10:08:02 -07:00
parent 07e9676457
commit 3d8a3777f0
2 changed files with 6 additions and 6 deletions

View File

@@ -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:

View File

@@ -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: