Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 93c5f20

Browse files
committed
✨ Update Kube-Vip to 0.4.4
Bump the version number in templates and generate. Signed-off-by: Chris Privitere <[email protected]>
1 parent 0e32271 commit 93c5f20

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

templates/addons/calico.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ spec:
24972497
value: node
24982498
- name: DATASTORE_TYPE
24992499
value: kubernetes
2500-
image: quay.io/calico/kube-controllers:v3.20.5
2500+
image: quay.io/calico/kube-controllers:v3.20.6
25012501
livenessProbe:
25022502
exec:
25032503
command:
@@ -2603,7 +2603,7 @@ spec:
26032603
- configMapRef:
26042604
name: kubernetes-services-endpoint
26052605
optional: true
2606-
image: quay.io/calico/node:v3.20.5
2606+
image: quay.io/calico/node:v3.20.6
26072607
lifecycle:
26082608
preStop:
26092609
exec:
@@ -2677,7 +2677,7 @@ spec:
26772677
- configMapRef:
26782678
name: kubernetes-services-endpoint
26792679
optional: true
2680-
image: quay.io/calico/cni:v3.20.5
2680+
image: quay.io/calico/cni:v3.20.6
26812681
name: upgrade-ipam
26822682
securityContext:
26832683
privileged: true
@@ -2711,7 +2711,7 @@ spec:
27112711
- configMapRef:
27122712
name: kubernetes-services-endpoint
27132713
optional: true
2714-
image: quay.io/calico/cni:v3.20.5
2714+
image: quay.io/calico/cni:v3.20.6
27152715
name: install-cni
27162716
securityContext:
27172717
privileged: true
@@ -2720,7 +2720,7 @@ spec:
27202720
name: cni-bin-dir
27212721
- mountPath: /host/etc/cni/net.d
27222722
name: cni-net-dir
2723-
- image: quay.io/calico/pod2daemon-flexvol:v3.20.5
2723+
- image: quay.io/calico/pod2daemon-flexvol:v3.20.6
27242724
name: flexvol-driver
27252725
securityContext:
27262726
privileged: true

templates/cluster-template-kube-vip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spec:
154154
for i in $(cat /run/metadata.json | jq -r '.bgp_neighbors[0].peer_ips[]'); do
155155
ip route add $i via $(cat /run/metadata.json | jq -r '.network.addresses[] | select(.public == false and .address_family == 4) | .gateway')
156156
done
157-
KVVERSION="${KUBE_VIP_VERSION:=v0.4.2}"
157+
KVVERSION="${KUBE_VIP_VERSION:=v0.5.0}"
158158
ctr image pull ghcr.io/kube-vip/kube-vip:$${KVVERSION}
159159
ctr run --rm --net-host ghcr.io/kube-vip/kube-vip:$KVVERSION vip /kube-vip manifest pod \
160160
--interface "lo" \

templates/experimental-kube-vip/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ patches:
5656
for i in $(cat /run/metadata.json | jq -r '.bgp_neighbors[0].peer_ips[]'); do
5757
ip route add $i via $(cat /run/metadata.json | jq -r '.network.addresses[] | select(.public == false and .address_family == 4) | .gateway')
5858
done
59-
KVVERSION="${KUBE_VIP_VERSION:=v0.4.2}"
59+
KVVERSION="${KUBE_VIP_VERSION:=v0.5.0}"
6060
ctr image pull ghcr.io/kube-vip/kube-vip:$${KVVERSION}
6161
ctr run --rm --net-host ghcr.io/kube-vip/kube-vip:$KVVERSION vip /kube-vip manifest pod \
6262
--interface "lo" \

0 commit comments

Comments
 (0)