From 925ca63e731bcf11cedbb9ddee5c0c25180185c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Thu, 24 Mar 2022 10:28:44 +0100 Subject: [PATCH] Bump to coredns 1.9.1, autoscaler 1.8.5 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 | 6 +++--- charts/coredns/values.yaml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/coredns/Chart.yaml b/charts/coredns/Chart.yaml index 9cc7f10..5eea7a8 100644 --- a/charts/coredns/Chart.yaml +++ b/charts/coredns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: coredns -version: 1.18.1 -appVersion: 1.8.7 +version: 1.19.0 +appVersion: 1.9.1 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 7a6524a..60e2189 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.8.7` | +| `image.tag` | The image tag to pull from | `1.9.1` | | `image.pullPolicy` | Image pull policy | IfNotPresent | | `image.pullSecrets` | Specify container image pull secrets | `[]` | | `replicaCount` | Number of replicas | 1 | @@ -115,8 +115,8 @@ The command removes all the Kubernetes components associated with the chart and | `autoscaler.includeUnschedulableNodes` | Should the replicas scale based on the total number or only schedulable nodes | `false` | | `autoscaler.preventSinglePointFailure` | If true does not allow single points of failure to form | `true` | | `autoscaler.customFlags` | A list of custom flags to pass into cluster-proportional-autoscaler | (no args) | -| `autoscaler.image.repository` | The image repository to pull autoscaler from | k8s.gcr.io/cluster-proportional-autoscaler-amd64 | -| `autoscaler.image.tag` | The image tag to pull autoscaler from | `1.8.1` | +| `autoscaler.image.repository` | The image repository to pull autoscaler from | k8s.gcr.io/cluster-proportional-autoscaler | +| `autoscaler.image.tag` | The image tag to pull autoscaler from | `1.8.5` | | `autoscaler.image.pullPolicy` | Image pull policy for the autoscaler | IfNotPresent | | `autoscaler.image.pullSecrets` | Specify container image pull secrets | `[]` | | `autoscaler.priorityClassName` | Optional priority class for the autoscaler pod. `priorityClassName` used if not set. | `""` | diff --git a/charts/coredns/values.yaml b/charts/coredns/values.yaml index fadb30c..1c587bc 100644 --- a/charts/coredns/values.yaml +++ b/charts/coredns/values.yaml @@ -4,7 +4,7 @@ image: repository: coredns/coredns - tag: "1.8.7" + tag: "1.9.1" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -267,8 +267,8 @@ autoscaler: # - --nodelabels=topology.kubernetes.io/zone=us-east-1a image: - repository: k8s.gcr.io/cluster-proportional-autoscaler-amd64 - tag: "1.8.1" + repository: k8s.gcr.io/cluster-proportional-autoscaler + tag: "1.8.5" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.