mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
Merge pull request #618 from dghubble/cluo
examples/addonts: Update CLUO from v0.2.1 to v0.2.2
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user