mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
* Migrate helm chart from archived helm charts repo. Add github action which generates helm chart releases. Signed-off-by: Adam Hamsik <adam.hamsik@lablabs.io> * Add helm chart repository documentation Signed-off-by: Adam Hamsik <adam.hamsik@lablabs.io>
20 lines
470 B
YAML
20 lines
470 B
YAML
apiVersion: v2
|
|
name: coredns
|
|
version: 1.14.0
|
|
appVersion: 1.8.0
|
|
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
|
|
keywords:
|
|
- coredns
|
|
- dns
|
|
- kubedns
|
|
sources:
|
|
- https://github.com/coredns/coredns
|
|
maintainers:
|
|
- name: haad
|
|
engine: gotpl
|
|
type: application
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- Initial helm chart changelog
|