From 52ffeb74123dc900c5e1e14bf6cfef416f6ab587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 16 Sep 2019 15:12:38 +0200 Subject: [PATCH] [stable/coredns] Update to 1.6.3 (#16734) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://coredns.io/2019/08/31/coredns-1.6.3-release/ Signed-off-by: Manuel RĂ¼ger --- stable/coredns/Chart.yaml | 4 ++-- stable/coredns/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/coredns/Chart.yaml b/stable/coredns/Chart.yaml index a21706cb4b..1d6f5a7a46 100644 --- a/stable/coredns/Chart.yaml +++ b/stable/coredns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: coredns -version: 1.7.2 -appVersion: 1.6.2 +version: 1.7.3 +appVersion: 1.6.3 description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services keywords: - coredns diff --git a/stable/coredns/values.yaml b/stable/coredns/values.yaml index 22260dfdfa..58a9aaae2c 100644 --- a/stable/coredns/values.yaml +++ b/stable/coredns/values.yaml @@ -4,7 +4,7 @@ image: repository: coredns/coredns - tag: "1.6.2" + tag: "1.6.3" pullPolicy: IfNotPresent replicaCount: 1