Merge pull request #16488 from spowelljr/updateKindnetd

CNI kindnet: Update from v20230330-48f316cd to v20230511-dc714da8
pull/16505/head
Medya Ghazizadeh 2023-05-16 10:33:01 -07:00 committed by GitHub
commit 820adeb99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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