mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
bump coredns version in kubeadm to 1.6.2
This commit is contained in:
parent
7d4d17583b
commit
dce97a142c
@ -73,7 +73,7 @@ dependencies:
|
|||||||
match: k8s.gcr.io/coredns
|
match: k8s.gcr.io/coredns
|
||||||
|
|
||||||
- name: "coredns-kubeadm"
|
- name: "coredns-kubeadm"
|
||||||
version: 1.5.0
|
version: 1.6.2
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: cmd/kubeadm/app/constants/constants.go
|
- path: cmd/kubeadm/app/constants/constants.go
|
||||||
match: CoreDNSVersion =
|
match: CoreDNSVersion =
|
||||||
|
@ -333,7 +333,7 @@ const (
|
|||||||
KubeDNSVersion = "1.14.13"
|
KubeDNSVersion = "1.14.13"
|
||||||
|
|
||||||
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
|
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
|
||||||
CoreDNSVersion = "1.5.0"
|
CoreDNSVersion = "1.6.2"
|
||||||
|
|
||||||
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
|
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
|
||||||
ClusterConfigurationKind = "ClusterConfiguration"
|
ClusterConfigurationKind = "ClusterConfiguration"
|
||||||
|
Loading…
Reference in New Issue
Block a user