Skip to content

Commit

Permalink
Version bump to 1.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rüger <[email protected]>
  • Loading branch information
mrueg committed Jun 17, 2021
1 parent f5ed398 commit 82bb185
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: coredns
version: 1.15.1
appVersion: 1.8.0
version: 1.16.0
appVersion: 1.8.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
Expand Down
2 changes: 1 addition & 1 deletion stable/coredns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0` |
| `image.tag` | The image tag to pull from | `1.8.4` |
| `image.pullPolicy` | Image pull policy | IfNotPresent |
| `replicaCount` | Number of replicas | 1 |
| `resources.limits.cpu` | Container maximum CPU | `100m` |
Expand Down
2 changes: 1 addition & 1 deletion stable/coredns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: coredns/coredns
tag: "1.8.0"
tag: "1.8.4"
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down

0 comments on commit 82bb185

Please sign in to comment.