Skip to content

Commit 820adeb

Browse files
authored
Merge pull request #16488 from spowelljr/updateKindnetd
CNI kindnet: Update from v20230330-48f316cd to v20230511-dc714da8
2 parents dca5e63 + 4e6af2c commit 820adeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/minikube/bootstrapper/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func KindNet(repo string) string {
170170
if repo == "" {
171171
repo = "kindest"
172172
}
173-
return path.Join(repo, "kindnetd:v20230330-48f316cd")
173+
return path.Join(repo, "kindnetd:v20230511-dc714da8")
174174
}
175175

176176
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml

0 commit comments

Comments
 (0)