Skip to content

Commit

Permalink
version: bump to v0.8.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
invidian committed Sep 27, 2021
1 parent 5e5ddc7 commit 2280912
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0-dev
0.8.0-rc1
4 changes: 2 additions & 2 deletions examples/deploy/update-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
labels:
app: flatcar-linux-update-agent
spec:
serviceAccountName: flatcar-linux-update-agent
serviceAccountName: flatcar-linux-update-operator-sa
containers:
- name: update-agent
image: quay.io/kinvolk/flatcar-linux-update-operator:v0.7.3
image: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0-rc1
command:
- "/bin/update-agent"
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/deploy/update-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: flatcar-linux-update-operator-sa
containers:
- name: update-operator
image: quay.io/kinvolk/flatcar-linux-update-operator:v0.7.3
image: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0-rc1
command:
- "/bin/update-operator"
env:
Expand Down

0 comments on commit 2280912

Please sign in to comment.