Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 3f8589e

Browse files
committed
version: bump to v0.2.2
1 parent abaa220 commit 3f8589e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0-dev
1+
0.2.2

examples/update-agent.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ spec:
88
metadata:
99
labels:
1010
app: container-linux-update-agent
11-
container-linux-update.v1.coreos.com/agent-version: v0.2.1
11+
container-linux-update.v1.coreos.com/agent-version: v0.2.2
1212
annotations:
13-
container-linux-update.v1.coreos.com/agent-version: v0.2.1
13+
container-linux-update.v1.coreos.com/agent-version: v0.2.2
1414
spec:
1515
containers:
1616
- name: update-agent
17-
image: quay.io/coreos/container-linux-update-operator:v0.2.1
17+
image: quay.io/coreos/container-linux-update-operator:v0.2.2
1818
command:
1919
- "/bin/update-agent"
2020
volumeMounts:

examples/update-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
spec:
1313
containers:
1414
- name: update-operator
15-
image: quay.io/coreos/container-linux-update-operator:v0.2.1
15+
image: quay.io/coreos/container-linux-update-operator:v0.2.2
1616
command:
1717
- "/bin/update-operator"
1818
- "--manage-agent=false"

0 commit comments

Comments
 (0)