Skip to content

Commit

Permalink
Merge pull request #60 from lubronzhan/topic/lubron/release_0.0.6
Browse files Browse the repository at this point in the history
Release 0.0.6
  • Loading branch information
lubronzhan authored May 16, 2023
2 parents d9a8fa1 + 4de584c commit 6d874c1
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.5
VERSION := v0.0.6
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.5
image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.6
name: kube-vip-cloud-provider
imagePullPolicy: Always
dnsPolicy: ClusterFirst
Expand Down

0 comments on commit 6d874c1

Please sign in to comment.