Skip to content

Commit 09f00cf

Browse files
Bump calico to v3.28.2
Also includes a fix in nftables detection due to the lack of ip6tables binaries. Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <[email protected]> (cherry picked from commit 2f403f2)
1 parent fb92ac7 commit 09f00cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/constant/constant.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const (
9292
EnvoyProxyImage = "quay.io/k0sproject/envoy-distroless"
9393
EnvoyProxyImageVersion = "v1.31.1"
9494
CalicoImage = "quay.io/k0sproject/calico-cni"
95-
CalicoComponentImagesVersion = "v3.28.1-0"
95+
CalicoComponentImagesVersion = "v3.28.2-0"
9696
CalicoNodeImage = "quay.io/k0sproject/calico-node"
9797
KubeControllerImage = "quay.io/k0sproject/calico-kube-controllers"
9898
KubeRouterCNIImage = "quay.io/k0sproject/kube-router"

0 commit comments

Comments
 (0)