Skip to content

Commit 4a9f0dd

Browse files
committed
Version bump to 1.9.3
Signed-off-by: Manuel Rüger <[email protected]>
1 parent b3023e4 commit 4a9f0dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.19.3
4-
appVersion: 1.9.2
3+
version: 1.19.4
4+
appVersion: 1.9.3
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: 1 addition & 1 deletion
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.9.2` |
52+
| `image.tag` | The image tag to pull from | `1.9.3` |
5353
| `image.pullPolicy` | Image pull policy | IfNotPresent |
5454
| `image.pullSecrets` | Specify container image pull secrets | `[]` |
5555
| `replicaCount` | Number of replicas | 1 |

charts/coredns/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: coredns/coredns
7-
tag: "1.9.2"
7+
tag: "1.9.3"
88
pullPolicy: IfNotPresent
99
## Optionally specify an array of imagePullSecrets.
1010
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)