@@ -4440,7 +4440,7 @@ spec:
44404440 # It can be deleted if this is a fresh installation, or if you have already
44414441 # upgraded to use calico-ipam.
44424442 - name : upgrade-ipam
4443- image : docker.io/calico/cni:v3.25.0
4443+ image : docker.io/calico/cni:v3.25.1
44444444 imagePullPolicy : IfNotPresent
44454445 command : ["/opt/cni/bin/calico-ipam", "-upgrade"]
44464446 envFrom :
@@ -4468,7 +4468,7 @@ spec:
44684468 # This container installs the CNI binaries
44694469 # and CNI network config file on each node.
44704470 - name : install-cni
4471- image : docker.io/calico/cni:v3.25.0
4471+ image : docker.io/calico/cni:v3.25.1
44724472 imagePullPolicy : IfNotPresent
44734473 command : ["/opt/cni/bin/install"]
44744474 envFrom :
@@ -4511,7 +4511,7 @@ spec:
45114511 # i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
45124512 # in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
45134513 - name : " mount-bpffs"
4514- image : docker.io/calico/node:v3.25.0
4514+ image : docker.io/calico/node:v3.25.1
45154515 imagePullPolicy : IfNotPresent
45164516 command : ["calico-node", "-init", "-best-effort"]
45174517 volumeMounts :
@@ -4537,7 +4537,7 @@ spec:
45374537 # container programs network policy and routes on each
45384538 # host.
45394539 - name : calico-node
4540- image : docker.io/calico/node:v3.25.0
4540+ image : docker.io/calico/node:v3.25.1
45414541 imagePullPolicy : IfNotPresent
45424542 envFrom :
45434543 - configMapRef :
@@ -4752,7 +4752,7 @@ spec:
47524752 priorityClassName : system-cluster-critical
47534753 containers :
47544754 - name : calico-kube-controllers
4755- image : docker.io/calico/kube-controllers:v3.25.0
4755+ image : docker.io/calico/kube-controllers:v3.25.1
47564756 imagePullPolicy : IfNotPresent
47574757 env :
47584758 # Choose which controllers to run.
0 commit comments