Skip to content

Commit b42454d

Browse files
committed
Bump Calico to v3.31.2
Signed-off-by: Renovate Bot <[email protected]>
1 parent a64156e commit b42454d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/constant/constant.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ 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.2"
9494
CalicoNodeImage = "quay.io/k0sproject/calico-node"
9595
CalicoNodeWindowsImage = "docker.io/calico/node-windows"
96-
CalicoNodeWindowsImageVersion = "v3.29.6"
96+
CalicoNodeWindowsImageVersion = "v3.31.2"
9797
KubeControllerImage = "quay.io/k0sproject/calico-kube-controllers"
9898
KubeRouterCNIImage = "quay.io/k0sproject/kube-router"
9999
KubeRouterCNIImageVersion = "v2.6.2-iptables1.8.11-0"

static/manifests/calico/DaemonSet/calico-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2
138138
imagePullPolicy: IfNotPresent
139139
command: ["calico-node", "-init", "-best-effort"]
140140
volumeMounts:

0 commit comments

Comments
 (0)