From 2f2e758c2da2430f289d7c756d0c9593d2eb6665 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 13 Jan 2025 10:08:11 +0000 Subject: [PATCH] CNI: Update kindnetd from v20241108-5c6d2daf to v20241212-9f82dd49 --- 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 e1b1db0e171f..a20ef8df00fa 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:v20241108-5c6d2daf") + return path.Join(repo, "kindnetd:v20241212-9f82dd49") } // all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml