File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
kubernetes/cluster/default/calico Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4798,7 +4798,7 @@ spec:
47984798 # It can be deleted if this is a fresh installation, or if you have already
47994799 # upgraded to use calico-ipam.
48004800 - name : upgrade-ipam
4801- image : docker.io/calico/cni:v3.28.1
4801+ image : docker.io/calico/cni:v3.31.3
48024802 imagePullPolicy : IfNotPresent
48034803 command : ["/opt/cni/bin/calico-ipam", "-upgrade"]
48044804 envFrom :
@@ -4826,7 +4826,7 @@ spec:
48264826 # This container installs the CNI binaries
48274827 # and CNI network config file on each node.
48284828 - name : install-cni
4829- image : docker.io/calico/cni:v3.28.1
4829+ image : docker.io/calico/cni:v3.31.3
48304830 imagePullPolicy : IfNotPresent
48314831 command : ["/opt/cni/bin/install"]
48324832 envFrom :
You can’t perform that action at this time.
0 commit comments