From b6e7b2479685bb4aed014c931bf591ca31738292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Sun, 16 Dec 2018 23:08:15 +0100 Subject: [PATCH] [stable/coredns] Update coredns to 1.3.0 (#10040) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 029350efa5..d6948c3d0c 100644 --- a/stable/coredns/Chart.yaml +++ b/stable/coredns/Chart.yaml @@ -1,6 +1,6 @@ name: coredns -version: 1.2.1 -appVersion: 1.2.6 +version: 1.2.2 +appVersion: 1.3.0 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 5a136ccf1b..fe0aa08c02 100644 --- a/stable/coredns/values.yaml +++ b/stable/coredns/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: coredns/coredns - tag: "1.2.6" + tag: "1.3.0" pullPolicy: IfNotPresent resources: