From 622327e1b8cc3191ff85705db48063d96801c99e Mon Sep 17 00:00:00 2001 From: Nenad Strainovic Date: Sun, 1 Dec 2019 12:41:03 +0100 Subject: [PATCH] Update container image to 1.6.5 (#19273) Signed-off-by: Nenad Strainovic --- stable/coredns/Chart.yaml | 4 ++-- stable/coredns/README.md | 2 +- stable/coredns/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/coredns/Chart.yaml b/stable/coredns/Chart.yaml index 6e52407442..8c4beefb13 100644 --- a/stable/coredns/Chart.yaml +++ b/stable/coredns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: coredns -version: 1.7.4 -appVersion: 1.6.4 +version: 1.7.5 +appVersion: 1.6.5 description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services keywords: - coredns diff --git a/stable/coredns/README.md b/stable/coredns/README.md index fbcea572ef..5b7fd87e89 100644 --- a/stable/coredns/README.md +++ b/stable/coredns/README.md @@ -47,7 +47,7 @@ The command removes all the Kubernetes components associated with the chart and | Parameter | Description | Default | |:----------------------------------------|:--------------------------------------------------------------------------------------|:------------------------------------------------------------| | `image.repository` | The image repository to pull from | coredns/coredns | -| `image.tag` | The image tag to pull from | `v1.6.4` | +| `image.tag` | The image tag to pull from | `v1.6.5` | | `image.pullPolicy` | Image pull policy | IfNotPresent | | `replicaCount` | Number of replicas | 1 | | `resources.limits.cpu` | Container maximum CPU | `100m` | diff --git a/stable/coredns/values.yaml b/stable/coredns/values.yaml index c96cd87e85..48fa7d1062 100644 --- a/stable/coredns/values.yaml +++ b/stable/coredns/values.yaml @@ -4,7 +4,7 @@ image: repository: coredns/coredns - tag: "1.6.4" + tag: "1.6.5" pullPolicy: IfNotPresent replicaCount: 1