From f0fcf00ca315ca5b9faa6190522ec0ef504263d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Sat, 6 Jul 2019 09:48:34 +0200 Subject: [PATCH] [stable/coredns] Update to CoreDNS 1.5.2 (#15153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/coredns] Rename ServiceMonitor template Signed-off-by: Manuel Rüger * [stable/coredns] Update apiVersion for deployment Signed-off-by: Manuel Rüger * [stable/coredns] Version bump to 1.5.2 Signed-off-by: Manuel Rüger --- stable/coredns/Chart.yaml | 4 ++-- stable/coredns/templates/deployment.yaml | 2 +- .../coredns/templates/{monitor.yaml => servicemonitor.yaml} | 0 stable/coredns/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename stable/coredns/templates/{monitor.yaml => servicemonitor.yaml} (100%) diff --git a/stable/coredns/Chart.yaml b/stable/coredns/Chart.yaml index 23d6bd6521..7f940d6dd3 100644 --- a/stable/coredns/Chart.yaml +++ b/stable/coredns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: coredns -version: 1.5.4 -appVersion: 1.5.0 +version: 1.5.5 +appVersion: 1.5.2 description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services keywords: - coredns diff --git a/stable/coredns/templates/deployment.yaml b/stable/coredns/templates/deployment.yaml index 84fc7ceb3d..f3459a43a2 100644 --- a/stable/coredns/templates/deployment.yaml +++ b/stable/coredns/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "coredns.fullname" . }} diff --git a/stable/coredns/templates/monitor.yaml b/stable/coredns/templates/servicemonitor.yaml similarity index 100% rename from stable/coredns/templates/monitor.yaml rename to stable/coredns/templates/servicemonitor.yaml diff --git a/stable/coredns/values.yaml b/stable/coredns/values.yaml index d669a91d3b..657d25d90f 100644 --- a/stable/coredns/values.yaml +++ b/stable/coredns/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: coredns/coredns - tag: "1.5.0" + tag: "1.5.2" pullPolicy: IfNotPresent resources: