From 46af41710eaeac2bbab9347896091b14e617c9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Tue, 8 Nov 2022 23:59:18 +0100 Subject: [PATCH] Bump to coredns 1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel RĂ¼ger --- charts/coredns/Chart.yaml | 4 ++-- charts/coredns/README.md | 2 +- charts/coredns/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 2c6238f..09bc477 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: coredns -version: 1.19.6 -appVersion: 1.9.3 +version: 1.19.7 +appVersion: 1.9.4 home: https://coredns.io icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services diff --git a/charts/coredns/README.md b/charts/coredns/README.md index d384d0a..63adf70 100644 --- a/charts/coredns/README.md +++ b/charts/coredns/README.md @@ -49,7 +49,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 | `1.9.3` | +| `image.tag` | The image tag to pull from | `1.9.4` | | `image.pullPolicy` | Image pull policy | IfNotPresent | | `image.pullSecrets` | Specify container image pull secrets | `[]` | | `replicaCount` | Number of replicas | 1 | diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index 1e48ba9..e7d21c2 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -4,7 +4,7 @@ image: repository: coredns/coredns - tag: "1.9.3" + tag: "1.9.4" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.