Skip to content

Commit

Permalink
chore: update CoreDNS to v1.7.0 (Azure#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and penggu committed Oct 28, 2020
1 parent c5d7a57 commit 469a470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/k8s_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var kubernetesImageBaseDefaultImages = map[string]map[string]string{
common.DashboardAddonName: "oss/kubernetes/dashboard:v2.0.3",
common.DashboardMetricsScraperContainerName: "oss/kubernetes/metrics-scraper:v1.0.4",
common.ExecHealthZComponentName: "oss/kubernetes/exechealthz:1.2",
common.CoreDNSAddonName: "oss/kubernetes/coredns:1.6.9",
common.CoreDNSAddonName: "oss/kubernetes/coredns:1.7.0",
common.KubeDNSAddonName: "oss/kubernetes/k8s-dns-kube-dns:1.15.4",
common.DNSMasqComponentName: "oss/kubernetes/k8s-dns-dnsmasq-nanny:1.15.4",
common.DNSSidecarComponentName: "oss/kubernetes/k8s-dns-sidecar:1.14.10",
Expand Down
1 change: 1 addition & 0 deletions vhd/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ for K8S_DNS_SIDECAR_VERSION in ${K8S_DNS_SIDECAR_VERSIONS}; do
done

CORE_DNS_VERSIONS="
1.7.0
1.6.9
1.6.7
"
Expand Down

0 comments on commit 469a470

Please sign in to comment.