Merge pull request #19307 from minikube-bot/auto_bump_kindnetd_version
CNI: Update kindnetd from v20240715-585640e9 to v20240719-e7903573pull/19310/head
commit
796759d55a
|
@ -179,7 +179,7 @@ func KindNet(repo string) string {
|
||||||
if repo == "" {
|
if repo == "" {
|
||||||
repo = "docker.io/kindest"
|
repo = "docker.io/kindest"
|
||||||
}
|
}
|
||||||
return path.Join(repo, "kindnetd:v20240715-585640e9")
|
return path.Join(repo, "kindnetd:v20240719-e7903573")
|
||||||
}
|
}
|
||||||
|
|
||||||
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
||||||
|
|
Loading…
Reference in New Issue