From 48b13a527d97f5ff081bbcbb3cf58eb19f4ec277 Mon Sep 17 00:00:00 2001 From: Arthur Miranda Date: Thu, 23 Nov 2017 18:12:15 -0300 Subject: [PATCH] updates coredns version (#2694) * Uptade version from 006 to 011 * Adapt errors from stderr to stdout --- stable/coredns/Chart.yaml | 2 +- stable/coredns/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/coredns/Chart.yaml b/stable/coredns/Chart.yaml index f34ff6fb09..fe234612ec 100644 --- a/stable/coredns/Chart.yaml +++ b/stable/coredns/Chart.yaml @@ -1,5 +1,5 @@ name: coredns -version: 0.6.0 +version: 0.7.0 description: CoreDNS is a DNS server that chains middleware and provides Kubernetes DNS Services keywords: diff --git a/stable/coredns/values.yaml b/stable/coredns/values.yaml index 8c992276b4..c508b7693a 100644 --- a/stable/coredns/values.yaml +++ b/stable/coredns/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: coredns/coredns - tag: "006" + tag: "011" pullPolicy: IfNotPresent resources: @@ -46,7 +46,7 @@ middleware: port: "9153" errors: enabled: true - file: "stderr" + file: "stdout" log: enabled: false file: "stdout"