Skip to content

Commit

Permalink
Merge pull request #186 from flatcar/invidian/release-v0.9.0
Browse files Browse the repository at this point in the history
Release v0.9.0
  • Loading branch information
invidian committed Jan 3, 2023
2 parents 8ca31a5 + d985c18 commit f45ff7c
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.9.0-dev
0.10.0-dev
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-rc2
image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.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/flatcar-linux-update-operator:v0.9.0-rc2
image: ghcr.io/flatcar/flatcar-linux-update-operator:v0.9.0
command:
- "/bin/update-operator"
env:
Expand Down

0 comments on commit f45ff7c

Please sign in to comment.