Skip to content

Commit 387c515

Browse files
committed
bump coredns for 22
1 parent 5d37f3d commit 387c515

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ func coreDNS(v semver.Version, mirror string) string {
6262
// https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/constants/constants.go
6363
cv := "1.7.0"
6464
switch v.Minor {
65+
case 22:
66+
cv = "1.8.0"
67+
case 10, 20, 21:
68+
cv = "1.7.0"
6569
case 18:
6670
cv = "1.6.7"
6771
case 17:

0 commit comments

Comments
 (0)