Skip to content

Commit a46a49b

Browse files
authored
CNI: Update kindnetd from v20240813-c6f155d6 to v20241007-36f62932 (#19780)
1 parent 623dfe6 commit a46a49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ func KindNet(repo string) string {
179179
if repo == "" {
180180
repo = "docker.io/kindest"
181181
}
182-
return path.Join(repo, "kindnetd:v20240813-c6f155d6")
182+
return path.Join(repo, "kindnetd:v20241007-36f62932")
183183
}
184184

185185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml

0 commit comments

Comments
 (0)