Skip to content

Commit

Permalink
version: bump to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
invidian committed Jan 14, 2020
1 parent f6ef726 commit 812b528
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.7.3
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: quay.io/kinvolk/flatcar-linux-update-operator:v0.7.0
image: quay.io/kinvolk/flatcar-linux-update-operator:v0.7.3
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.0
image: quay.io/kinvolk/flatcar-linux-update-operator:v0.7.3
command:
- "/bin/update-operator"
env:
Expand Down

0 comments on commit 812b528

Please sign in to comment.