We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf89c6a + 4b25178 commit eac4eb9Copy full SHA for eac4eb9
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:v20240715-f6ad1f6e")
+ return path.Join(repo, "kindnetd:v20240715-585640e9")
183
184
185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
0 commit comments