Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: lubronzhan <lzhan@vmware.com>
  • Loading branch information
lubronzhan committed May 22, 2023
1 parent 8e4b376 commit e21e659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TARGET := kube-vip-cloud-provider
.DEFAULT_GOAL: $(TARGET)

# These will be provided to the target
VERSION := v0.0.6
VERSION := v0.0.7
BUILD := `git rev-parse HEAD`

# Operating System Default (LINUX)
Expand Down
2 changes: 1 addition & 1 deletion manifest/kube-vip-cloud-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- command:
- /kube-vip-cloud-provider
- --leader-elect-resource-name=kube-vip-cloud-controller
image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.6
image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.7
name: kube-vip-cloud-provider
imagePullPolicy: Always
dnsPolicy: ClusterFirst
Expand Down

0 comments on commit e21e659

Please sign in to comment.