File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
static/manifests/calico/DaemonSet Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const (
9090 CalicoCNIImage = "quay.io/k0sproject/calico-cni"
9191 CalicoComponentImagesVersion = "v3.29.6-0"
9292 CalicoCNIWindowsImage = "docker.io/calico/cni-windows"
93- CalicoCNIWindowsImageVersion = "v3.29.6 "
93+ CalicoCNIWindowsImageVersion = "v3.31.0 "
9494 CalicoNodeImage = "quay.io/k0sproject/calico-node"
9595 CalicoNodeWindowsImage = "docker.io/calico/node-windows"
9696 CalicoNodeWindowsImageVersion = "v3.29.6"
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ spec:
134134 # i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
135135 # in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
136136 - name : " mount-bpffs"
137- image : docker.io/calico/node:v3.29.3
137+ image : docker.io/calico/node:v3.31.0
138138 imagePullPolicy : IfNotPresent
139139 command : ["calico-node", "-init", "-best-effort"]
140140 volumeMounts :
You can’t perform that action at this time.
0 commit comments