Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions templates/addons/calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2497,7 +2497,7 @@ spec:
value: node
- name: DATASTORE_TYPE
value: kubernetes
image: quay.io/calico/kube-controllers:v3.20.5
image: quay.io/calico/kube-controllers:v3.20.6
livenessProbe:
exec:
command:
Expand Down Expand Up @@ -2603,7 +2603,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: quay.io/calico/node:v3.20.5
image: quay.io/calico/node:v3.20.6
lifecycle:
preStop:
exec:
Expand Down Expand Up @@ -2677,7 +2677,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: quay.io/calico/cni:v3.20.5
image: quay.io/calico/cni:v3.20.6
name: upgrade-ipam
securityContext:
privileged: true
Expand Down Expand Up @@ -2711,7 +2711,7 @@ spec:
- configMapRef:
name: kubernetes-services-endpoint
optional: true
image: quay.io/calico/cni:v3.20.5
image: quay.io/calico/cni:v3.20.6
name: install-cni
securityContext:
privileged: true
Expand All @@ -2720,7 +2720,7 @@ spec:
name: cni-bin-dir
- mountPath: /host/etc/cni/net.d
name: cni-net-dir
- image: quay.io/calico/pod2daemon-flexvol:v3.20.5
- image: quay.io/calico/pod2daemon-flexvol:v3.20.6
name: flexvol-driver
securityContext:
privileged: true
Expand Down