From d63f64bffc284d34b6c2581e44dece8bfcca0b7a Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Wed, 9 Oct 2024 17:53:37 +0000 Subject: [PATCH] CNI: Update kindnetd from v20240813-c6f155d6 to v20241007-36f62932 --- 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 209bfd1b899c..59aa00f9005b 100644 --- a/pkg/minikube/bootstrapper/images/images.go +++ b/pkg/minikube/bootstrapper/images/images.go @@ -179,7 +179,7 @@ func KindNet(repo string) string { if repo == "" { repo = "docker.io/kindest" } - return path.Join(repo, "kindnetd:v20240813-c6f155d6") + return path.Join(repo, "kindnetd:v20241007-36f62932") } // all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml