This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2497,7 +2497,7 @@ spec:
2497
2497
value : node
2498
2498
- name : DATASTORE_TYPE
2499
2499
value : kubernetes
2500
- image : quay.io/calico/kube-controllers:v3.20.5
2500
+ image : quay.io/calico/kube-controllers:v3.20.6
2501
2501
livenessProbe :
2502
2502
exec :
2503
2503
command :
@@ -2603,7 +2603,7 @@ spec:
2603
2603
- configMapRef :
2604
2604
name : kubernetes-services-endpoint
2605
2605
optional : true
2606
- image : quay.io/calico/node:v3.20.5
2606
+ image : quay.io/calico/node:v3.20.6
2607
2607
lifecycle :
2608
2608
preStop :
2609
2609
exec :
@@ -2677,7 +2677,7 @@ spec:
2677
2677
- configMapRef :
2678
2678
name : kubernetes-services-endpoint
2679
2679
optional : true
2680
- image : quay.io/calico/cni:v3.20.5
2680
+ image : quay.io/calico/cni:v3.20.6
2681
2681
name : upgrade-ipam
2682
2682
securityContext :
2683
2683
privileged : true
@@ -2711,7 +2711,7 @@ spec:
2711
2711
- configMapRef :
2712
2712
name : kubernetes-services-endpoint
2713
2713
optional : true
2714
- image : quay.io/calico/cni:v3.20.5
2714
+ image : quay.io/calico/cni:v3.20.6
2715
2715
name : install-cni
2716
2716
securityContext :
2717
2717
privileged : true
@@ -2720,7 +2720,7 @@ spec:
2720
2720
name : cni-bin-dir
2721
2721
- mountPath : /host/etc/cni/net.d
2722
2722
name : cni-net-dir
2723
- - image : quay.io/calico/pod2daemon-flexvol:v3.20.5
2723
+ - image : quay.io/calico/pod2daemon-flexvol:v3.20.6
2724
2724
name : flexvol-driver
2725
2725
securityContext :
2726
2726
privileged : true
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ spec:
154
154
for i in $(cat /run/metadata.json | jq -r '.bgp_neighbors[0].peer_ips[]'); do
155
155
ip route add $i via $(cat /run/metadata.json | jq -r '.network.addresses[] | select(.public == false and .address_family == 4) | .gateway')
156
156
done
157
- KVVERSION="${KUBE_VIP_VERSION:=v0.4.2 }"
157
+ KVVERSION="${KUBE_VIP_VERSION:=v0.5.0 }"
158
158
ctr image pull ghcr.io/kube-vip/kube-vip:$${KVVERSION}
159
159
ctr run --rm --net-host ghcr.io/kube-vip/kube-vip:$KVVERSION vip /kube-vip manifest pod \
160
160
--interface "lo" \
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ patches:
56
56
for i in $(cat /run/metadata.json | jq -r '.bgp_neighbors[0].peer_ips[]'); do
57
57
ip route add $i via $(cat /run/metadata.json | jq -r '.network.addresses[] | select(.public == false and .address_family == 4) | .gateway')
58
58
done
59
- KVVERSION="${KUBE_VIP_VERSION:=v0.4.2 }"
59
+ KVVERSION="${KUBE_VIP_VERSION:=v0.5.0 }"
60
60
ctr image pull ghcr.io/kube-vip/kube-vip:$${KVVERSION}
61
61
ctr run --rm --net-host ghcr.io/kube-vip/kube-vip:$KVVERSION vip /kube-vip manifest pod \
62
62
--interface "lo" \
You can’t perform that action at this time.
0 commit comments