Skip to content

Commit

Permalink
Merge pull request #64 from lubronzhan/topic/lubron/release_0.0.7
Browse files Browse the repository at this point in the history
Release 0.0.7
  • Loading branch information
lubronzhan authored May 22, 2023
2 parents 8e4b376 + e21e659 commit f5c5112
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 f5c5112

Please sign in to comment.