Skip to content

Commit a28a3e9

Browse files
committed
Update chart to new helm version 3. Bump coredns version.
1 parent 7e66b02 commit a28a3e9

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

stable/coredns/Chart.yaml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
apiVersion: v1
1+
apiVersion: v2
22
name: coredns
3-
version: 1.13.8
4-
appVersion: 1.7.1
5-
description: DEPRECATED CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
6-
keywords:
7-
- coredns
8-
- dns
9-
- kubedns
3+
version: 1.14.0
4+
appVersion: 1.8.0
105
home: https://coredns.io
116
icon: https://coredns.io/images/CoreDNS_Colour_Horizontal.png
7+
description: CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
8+
keywords:
9+
- coredns
10+
- dns
11+
- kubedns
1212
sources:
13-
- https://github.com/coredns/coredns
14-
deprecated: true
13+
- https://github.com/coredns/coredns
14+
maintainers:
15+
- name: mrueg
16+
- name: haad
17+
engine: gotpl
18+
type: application
19+
annotations:
20+
artifacthub.io/changes: |
21+
- Initial helm chart changelog

stable/coredns/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# ⚠️ Repo Archive Notice
2-
3-
As of Nov 13, 2020, charts in this repo will no longer be updated.
4-
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
5-
61
# CoreDNS
72

83
[CoreDNS](https://coredns.io/) is a DNS server that chains plugins and provides DNS Services

stable/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.7.1"
7+
tag: "1.8.0"
88
pullPolicy: IfNotPresent
99

1010
replicaCount: 1

0 commit comments

Comments
 (0)