Update CLUO addon to v0.4.0 and RBAC ClusterRole

This commit is contained in:
Dalton Hubble 2017-10-20 00:40:17 -07:00
parent 10c5487ad7
commit a57b3cf973
3 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,7 @@ rules:
- apiGroups:
- ""
resources:
- endpoints
- configmaps
verbs:
- create
- get

View File

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: update-agent
image: quay.io/coreos/container-linux-update-operator:v0.3.1
image: quay.io/coreos/container-linux-update-operator:v0.4.0
command:
- "/bin/update-agent"
volumeMounts:

View File

@ -12,12 +12,15 @@ spec:
spec:
containers:
- name: update-operator
image: quay.io/coreos/container-linux-update-operator:v0.3.1
image: quay.io/coreos/container-linux-update-operator:v0.4.0
command:
- "/bin/update-operator"
- "--analytics=false"
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule