Merge pull request #18167 from minikube-bot/auto_bump_kindnetd_version
CNI: Update kindnetd from v20230809-80a64d96 to v20240202-8f1494eapull/18181/head
commit
556a59c7b5
|
@ -179,7 +179,7 @@ func KindNet(repo string) string {
|
|||
if repo == "" {
|
||||
repo = "docker.io/kindest"
|
||||
}
|
||||
return path.Join(repo, "kindnetd:v20230809-80a64d96")
|
||||
return path.Join(repo, "kindnetd:v20240202-8f1494ea")
|
||||
}
|
||||
|
||||
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
||||
|
|
Loading…
Reference in New Issue