We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c551e9a commit 5b1f663Copy full SHA for 5b1f663
pkg/minikube/bootstrapper/images/images.go
@@ -179,7 +179,7 @@ func KindNet(repo string) string {
179
if repo == "" {
180
repo = "docker.io/kindest"
181
}
182
- return path.Join(repo, "kindnetd:v20241212-9f82dd49")
+ return path.Join(repo, "kindnetd:v20250214-acbabc1a")
183
184
185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
0 commit comments