From ea0ee45a01f2858c9d39f3a043254a677a6e039b Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 28 Oct 2024 10:08:10 +0000 Subject: [PATCH] CNI: Update kindnetd from v20241007-36f62932 to v20241023-a345ebe4 --- 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 59aa00f9005b..57b70da984fd 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:v20241007-36f62932") + return path.Join(repo, "kindnetd:v20241023-a345ebe4") } // all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml