[stable/coredns] Version bump to 1.4.0 (#11880)

* stable/coredns: Fix wrong service account ref

Fixes #10191

Signed-off-by: Seongjin Cho <sjcho@wisefour.com>
Signed-off-by: Manuel Rüger <manuel@rueg.eu>

* stable/coredns: Replace proxy with forward plugin

See also: https://github.com/coredns/deployment/issues/74

Signed-off-by: Manuel Rüger <manuel@rueg.eu>

* stable/coredns: Version bump to 1.4.0

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2019-04-03 21:34:50 -07:00
committed by Kubernetes Prow Robot
parent 8f2a843af6
commit dc4a9c4cca
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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: