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

Commit 92952f6

Browse files
authored
Merge pull request #389 from cprivitere/main
🐛 Update Calico Manifest
2 parents 514bc1b + d22ff21 commit 92952f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
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

0 commit comments

Comments
 (0)