Skip to content

Commit

Permalink
Update version to 0.0.10 to prepare for a new release (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan authored Jun 24, 2024
1 parent 11c3012 commit 482aa23
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.9
VERSION ?= v0.0.10
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.9
image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.10
name: kube-vip-cloud-provider
imagePullPolicy: Always
dnsPolicy: ClusterFirst
Expand Down

0 comments on commit 482aa23

Please sign in to comment.