Skip to content

Commit 51406e8

Browse files
authored
Upgrade Calico to v3.22.2 (#106)
1 parent 2ac4b34 commit 51406e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/k8s-cluster/calico.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,7 +2827,7 @@ spec:
28272827
# It can be deleted if this is a fresh installation, or if you have already
28282828
# upgraded to use calico-ipam.
28292829
- name: upgrade-ipam
2830-
image: docker.io/calico/cni:v3.21.4
2830+
image: docker.io/calico/cni:v3.22.2
28312831
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
28322832
envFrom:
28332833
- configMapRef:
@@ -2854,7 +2854,7 @@ spec:
28542854
# This container installs the CNI binaries
28552855
# and CNI network config file on each node.
28562856
- name: install-cni
2857-
image: docker.io/calico/cni:v3.21.4
2857+
image: docker.io/calico/cni:v3.22.2
28582858
command: ["/opt/cni/bin/install"]
28592859
envFrom:
28602860
- configMapRef:
@@ -2895,7 +2895,7 @@ spec:
28952895
# Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes
28962896
# to communicate with Felix over the Policy Sync API.
28972897
- name: flexvol-driver
2898-
image: docker.io/calico/pod2daemon-flexvol:v3.21.4
2898+
image: docker.io/calico/pod2daemon-flexvol:v3.22.2
28992899
volumeMounts:
29002900
- name: flexvol-driver-host
29012901
mountPath: /host/driver
@@ -2906,7 +2906,7 @@ spec:
29062906
# container programs network policy and routes on each
29072907
# host.
29082908
- name: calico-node
2909-
image: docker.io/calico/node:v3.21.4
2909+
image: docker.io/calico/node:v3.22.2
29102910
envFrom:
29112911
- configMapRef:
29122912
# Allow KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT to be overridden for eBPF mode.
@@ -3125,7 +3125,7 @@ spec:
31253125
priorityClassName: system-cluster-critical
31263126
containers:
31273127
- name: calico-kube-controllers
3128-
image: docker.io/calico/kube-controllers:v3.21.4
3128+
image: docker.io/calico/kube-controllers:v3.22.2
31293129
env:
31303130
# Choose which controllers to run.
31313131
- name: ENABLED_CONTROLLERS

0 commit comments

Comments
 (0)