feat(chart): update chart to use v0.10.2

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2021-12-15 10:56:12 +00:00
parent a3a9d4f27c
commit daf644aeaf

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: external-dns name: external-dns
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
type: application type: application
version: 1.6.0 version: 1.7.0
appVersion: 0.10.1 appVersion: 0.10.2
keywords: keywords:
- kubernetes - kubernetes
- external-dns - external-dns
@ -17,5 +17,9 @@ maintainers:
email: steve.hipwell@gmail.com email: steve.hipwell@gmail.com
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added
description: "Allow custom ClusterRole rules to be specified for sources without defaults."
- kind: changed - kind: changed
description: "Allow specifying Service annotations." description: "Update ExternalDNS version to v0.10.2."
- kind: changed
description: "Set ClusterRole rules based more enabled sources."