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