From dc4a9c4ccaed87e159c2fd8528327fafb6a50f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 4 Apr 2019 06:34:50 +0200 Subject: [PATCH] [stable/coredns] Version bump to 1.4.0 (#11880) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * stable/coredns: Fix wrong service account ref Fixes #10191 Signed-off-by: Seongjin Cho Signed-off-by: Manuel Rüger * stable/coredns: Replace proxy with forward plugin See also: https://github.com/coredns/deployment/issues/74 Signed-off-by: Manuel Rüger * stable/coredns: Version bump to 1.4.0 Signed-off-by: Manuel Rüger --- stable/coredns/Chart.yaml | 4 ++-- stable/coredns/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/coredns/Chart.yaml b/stable/coredns/Chart.yaml index c6082eb042..9db675e967 100644 --- a/stable/coredns/Chart.yaml +++ b/stable/coredns/Chart.yaml @@ -1,6 +1,6 @@ name: coredns -version: 1.2.5 -appVersion: 1.3.1 +version: 1.3.0 +appVersion: 1.4.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 f1cd61b79c..a9ff3f015c 100644 --- a/stable/coredns/values.yaml +++ b/stable/coredns/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: coredns/coredns - tag: "1.3.1" + tag: "1.4.0" pullPolicy: IfNotPresent resources: @@ -58,7 +58,7 @@ servers: parameters: round_robin - name: prometheus parameters: 0.0.0.0:9153 - - name: proxy + - name: forward parameters: . /etc/resolv.conf # Complete example with all the options: