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: