Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/coredns] Update to CoreDNS 1.5.2 (#15153)
Browse files Browse the repository at this point in the history
* [stable/coredns] Rename ServiceMonitor template

Signed-off-by: Manuel Rüger <[email protected]>

* [stable/coredns] Update apiVersion for deployment

Signed-off-by: Manuel Rüger <[email protected]>

* [stable/coredns] Version bump to 1.5.2

Signed-off-by: Manuel Rüger <[email protected]>
  • Loading branch information
mrueg authored and k8s-ci-robot committed Jul 6, 2019
1 parent ece06ce commit f0fcf00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/coredns/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "coredns.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: coredns/coredns
tag: "1.5.0"
tag: "1.5.2"
pullPolicy: IfNotPresent

resources:
Expand Down

0 comments on commit f0fcf00

Please sign in to comment.