Merge pull request #16488 from spowelljr/updateKindnetd
CNI kindnet: Update from v20230330-48f316cd to v20230511-dc714da8pull/16505/head
commit
820adeb99b
|
@ -170,7 +170,7 @@ func KindNet(repo string) string {
|
|||
if repo == "" {
|
||||
repo = "kindest"
|
||||
}
|
||||
return path.Join(repo, "kindnetd:v20230330-48f316cd")
|
||||
return path.Join(repo, "kindnetd:v20230511-dc714da8")
|
||||
}
|
||||
|
||||
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
||||
|
|
Loading…
Reference in New Issue