From 5cf854e25c3844fe5d5c860262243e3e93fe015e Mon Sep 17 00:00:00 2001 From: Phil Sphicas Date: Mon, 3 May 2021 16:10:34 +0000 Subject: [PATCH] CoreDNS: Migrate Corefile to version 1.6.4 The Corefile in values.yaml has been unchanged since before CoreDNS version 1.1.3, but the specified image version is 1.6.4. This change aligns the Corefile with the CoreDNS version, as generated by the Corefile migration tool [0]: corefile-tool migrate --from 1.1.3 --to 1.6.4 0: https://github.com/coredns/corefile-migration/tree/master/corefile-tool Change-Id: I8912737bf219e43e1b8e477109a76d38085014f2 --- charts/coredns/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 27184f57..5d58ccd2 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -6,14 +6,14 @@ conf: health autopath @kubernetes kubernetes cluster.local 10.96.0.0/16 10.97.0.0/16 { - pods disabled - fallthrough in-addr.arpa ip6.arpa - upstream 8.8.8.8 - upstream 8.8.4.4 + pods disabled + fallthrough in-addr.arpa ip6.arpa } prometheus :9253 forward . 8.8.8.8 8.8.4.4 cache 30 + loop + ready } test: