We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163c87e commit 3199bcdCopy full SHA for 3199bcd
Makefile
@@ -5,7 +5,7 @@ TARGET := kube-vip-cloud-provider
5
.DEFAULT_GOAL: $(TARGET)
6
7
# These will be provided to the target
8
-VERSION ?= v0.0.10
+VERSION ?= v0.0.11
9
BUILD := `git rev-parse HEAD`
10
11
# Operating System Default (LINUX)
manifest/kube-vip-cloud-controller.yaml
@@ -61,7 +61,7 @@ spec:
61
- command:
62
- /kube-vip-cloud-provider
63
- --leader-elect-resource-name=kube-vip-cloud-controller
64
- image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.10
+ image: ghcr.io/kube-vip/kube-vip-cloud-provider:v0.0.11
65
name: kube-vip-cloud-provider
66
imagePullPolicy: Always
67
dnsPolicy: ClusterFirst
0 commit comments