Skip to content

Commit 925ca63

Browse files
committed
Bump to coredns 1.9.1, autoscaler 1.8.5
Signed-off-by: Manuel Rüger <[email protected]>
1 parent 54056fc commit 925ca63

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/coredns/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: coredns
3-
version: 1.18.1
4-
appVersion: 1.8.7
3+
version: 1.19.0
4+
appVersion: 1.9.1
55
home: https://coredns.io
66
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
77
description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services

charts/coredns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and
4949
| Parameter | Description | Default |
5050
|:------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------|
5151
| `image.repository` | The image repository to pull from | coredns/coredns |
52-
| `image.tag` | The image tag to pull from | `1.8.7` |
52+
| `image.tag` | The image tag to pull from | `1.9.1` |
5353
| `image.pullPolicy` | Image pull policy | IfNotPresent |
5454
| `image.pullSecrets` | Specify container image pull secrets | `[]` |
5555
| `replicaCount` | Number of replicas | 1 |
@@ -115,8 +115,8 @@ The command removes all the Kubernetes components associated with the chart and
115115
| `autoscaler.includeUnschedulableNodes` | Should the replicas scale based on the total number or only schedulable nodes | `false` |
116116
| `autoscaler.preventSinglePointFailure` | If true does not allow single points of failure to form | `true` |
117117
| `autoscaler.customFlags` | A list of custom flags to pass into cluster-proportional-autoscaler | (no args) |
118-
| `autoscaler.image.repository` | The image repository to pull autoscaler from | k8s.gcr.io/cluster-proportional-autoscaler-amd64 |
119-
| `autoscaler.image.tag` | The image tag to pull autoscaler from | `1.8.1` |
118+
| `autoscaler.image.repository` | The image repository to pull autoscaler from | k8s.gcr.io/cluster-proportional-autoscaler |
119+
| `autoscaler.image.tag` | The image tag to pull autoscaler from | `1.8.5` |
120120
| `autoscaler.image.pullPolicy` | Image pull policy for the autoscaler | IfNotPresent |
121121
| `autoscaler.image.pullSecrets` | Specify container image pull secrets | `[]` |
122122
| `autoscaler.priorityClassName` | Optional priority class for the autoscaler pod. `priorityClassName` used if not set. | `""` |

charts/coredns/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: coredns/coredns
7-
tag: "1.8.7"
7+
tag: "1.9.1"
88
pullPolicy: IfNotPresent
99
## Optionally specify an array of imagePullSecrets.
1010
## Secrets must be manually created in the namespace.
@@ -267,8 +267,8 @@ autoscaler:
267267
# - --nodelabels=topology.kubernetes.io/zone=us-east-1a
268268

269269
image:
270-
repository: k8s.gcr.io/cluster-proportional-autoscaler-amd64
271-
tag: "1.8.1"
270+
repository: k8s.gcr.io/cluster-proportional-autoscaler
271+
tag: "1.8.5"
272272
pullPolicy: IfNotPresent
273273
## Optionally specify an array of imagePullSecrets.
274274
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)