Skip to content

Commit

Permalink
update coredns to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rajansandeep committed Feb 24, 2020
1 parent 4e79344 commit a980cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies:
match: k8s.gcr.io/coredns

- name: "coredns-kubeadm"
version: 1.6.5
version: 1.6.7
refPaths:
- path: cmd/kubeadm/app/constants/constants.go
match: CoreDNSVersion =
Expand Down
2 changes: 1 addition & 1 deletion cmd/kubeadm/app/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ const (
KubeDNSVersion = "1.14.13"

// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
CoreDNSVersion = "1.6.5"
CoreDNSVersion = "1.6.7"

// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
ClusterConfigurationKind = "ClusterConfiguration"
Expand Down

0 comments on commit a980cb7

Please sign in to comment.