From 9401f4c578044658a0ecc50e70738aa1fc99eff9 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Thu, 5 Oct 2023 19:35:08 +0000 Subject: [PATCH] CNI: Update calico from v3.26.1 to v3.26.2 --- pkg/minikube/bootstrapper/images/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/bootstrapper/images/images.go b/pkg/minikube/bootstrapper/images/images.go index abf9f2ef6860..3432df5d7687 100644 --- a/pkg/minikube/bootstrapper/images/images.go +++ b/pkg/minikube/bootstrapper/images/images.go @@ -168,7 +168,7 @@ func KindNet(repo string) string { } // all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml -const calicoVersion = "v3.26.1" +const calicoVersion = "v3.26.2" const calicoRepo = "docker.io/calico" // CalicoDaemonSet returns the image used for calicoDaemonSet