Skip to content

Commit eeb867f

Browse files
authored
Merge pull request #6243 from afbjorklund/coredns-arch
Do not use an arch suffix for the coredns name
2 parents f2b4ca4 + 9e317ac commit eeb867f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func coreDNS(v semver.Version, mirror string) string {
7474
case 11:
7575
cv = "1.1.3"
7676
}
77-
return path.Join(kubernetesRepo(mirror), "coredns"+archTag(false)+cv)
77+
return path.Join(kubernetesRepo(mirror), "coredns"+":"+cv)
7878
}
7979

8080
// etcd returns the image used for etcd

0 commit comments

Comments
 (0)