Skip to content

Commit

Permalink
version: bump to v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
  • Loading branch information
invidian committed Nov 1, 2021
1 parent 62dd71c commit 2292341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion examples/deploy/update-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: flatcar-linux-update-operator-sa
containers:
- name: update-agent
image: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0-rc1
image: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0
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: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0-rc1
image: ghcr.io/flatcar-linux/flatcar-linux-update-operator:v0.8.0
command:
- "/bin/update-operator"
env:
Expand Down

0 comments on commit 2292341

Please sign in to comment.