Update CoreDNS to 1.7.0 (#6657)

This commit is contained in:
Florian Ruynat
2020-09-11 00:48:14 +02:00
committed by GitHub
parent ab28192d50
commit 1765c9125a
2 changed files with 2 additions and 2 deletions

View File

@@ -423,7 +423,7 @@ haproxy_image_tag: 2.1
# Coredns version should be supported by corefile-migration (or at least work with)
# bundle with kubeadm; if not 'basic' upgrade can sometimes fail
coredns_version: "1.6.7"
coredns_version: "1.7.0"
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns"
coredns_image_tag: "{{ coredns_version }}"