Skip to content

Commit

Permalink
Merge pull request #17233 from minikube-bot/auto_bump_kindnetd_version
Browse files Browse the repository at this point in the history
CNI: Update kindnetd from v20230511-dc714da8 to v20230809-80a64d96
  • Loading branch information
spowelljr authored Sep 12, 2023
2 parents 1b47caf + bcf3628 commit 476fa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func KindNet(repo string) string {
if repo == "" {
repo = "docker.io/kindest"
}
return path.Join(repo, "kindnetd:v20230511-dc714da8")
return path.Join(repo, "kindnetd:v20230809-80a64d96")
}

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

0 comments on commit 476fa0a

Please sign in to comment.