Skip to content

Commit

Permalink
version: bump to v0.10.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
invidian committed Jul 24, 2023
1 parent 5f62895 commit 37b50d4
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.10.0-dev
0.10.0-rc1
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-agent
containers:
- name: update-agent
image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0
image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.10.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: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0
image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.10.0-rc1
command:
- "/bin/update-operator"
env:
Expand Down

0 comments on commit 37b50d4

Please sign in to comment.