@@ -4798,7 +4798,7 @@ spec:
4798
4798
# It can be deleted if this is a fresh installation, or if you have already
4799
4799
# upgraded to use calico-ipam.
4800
4800
- name : upgrade-ipam
4801
- image : docker.io/calico/cni:v3.29.3
4801
+ image : docker.io/calico/cni:v3.28.1
4802
4802
imagePullPolicy : IfNotPresent
4803
4803
command : ["/opt/cni/bin/calico-ipam", "-upgrade"]
4804
4804
envFrom :
@@ -4826,7 +4826,7 @@ spec:
4826
4826
# This container installs the CNI binaries
4827
4827
# and CNI network config file on each node.
4828
4828
- name : install-cni
4829
- image : docker.io/calico/cni:v3.29.3
4829
+ image : docker.io/calico/cni:v3.28.1
4830
4830
imagePullPolicy : IfNotPresent
4831
4831
command : ["/opt/cni/bin/install"]
4832
4832
envFrom :
@@ -4871,7 +4871,7 @@ spec:
4871
4871
# # i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
4872
4872
# # in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
4873
4873
# - name: "mount-bpffs"
4874
- # image: docker.io/calico/node:v3.29.3
4874
+ # image: docker.io/calico/node:v3.28.1
4875
4875
# imagePullPolicy: IfNotPresent
4876
4876
# command: ["calico-node", "-init", "-best-effort"]
4877
4877
# volumeMounts:
@@ -4897,7 +4897,7 @@ spec:
4897
4897
# container programs network policy and routes on each
4898
4898
# host.
4899
4899
- name : calico-node
4900
- image : docker.io/calico/node:v3.29.3
4900
+ image : docker.io/calico/node:v3.28.1
4901
4901
imagePullPolicy : IfNotPresent
4902
4902
envFrom :
4903
4903
- configMapRef :
@@ -5119,7 +5119,7 @@ spec:
5119
5119
priorityClassName : system-cluster-critical
5120
5120
containers :
5121
5121
- name : calico-kube-controllers
5122
- image : docker.io/calico/kube-controllers:v3.29.3
5122
+ image : docker.io/calico/kube-controllers:v3.28.1
5123
5123
imagePullPolicy : IfNotPresent
5124
5124
env :
5125
5125
# Choose which controllers to run.
0 commit comments