Skip to content

Commit

Permalink
feat: Bump CoreDNS version to 1.10.1 (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rüger <[email protected]>
  • Loading branch information
mrueg authored Apr 6, 2023
1 parent ea4e8d2 commit 72f6a78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: coredns
version: 1.20.2
appVersion: 1.9.4
version: 1.21.0
appVersion: 1.10.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
Expand All @@ -19,5 +19,5 @@ engine: gotpl
type: application
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Fix HPA configuration
- kind: changed
description: Bump CoreDNS version to 1.10.1
2 changes: 1 addition & 1 deletion charts/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.9.4` |
| `image.tag` | The image tag to pull from (derived from Chart.yaml) | `` |
| `image.pullPolicy` | Image pull policy | IfNotPresent |
| `image.pullSecrets` | Specify container image pull secrets | `[]` |
| `replicaCount` | Number of replicas | 1 |
Expand Down

0 comments on commit 72f6a78

Please sign in to comment.