mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
8f2a843af6
commit
dc4a9c4cca
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user