-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3516 from stevehipwell/helm-chart-v0.13.4
feat(chart): Updated chart to ExternalDNS v0.13.4
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ apiVersion: v2 | |
name: external-dns | ||
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers. | ||
type: application | ||
version: 1.12.1 | ||
appVersion: 0.13.2 | ||
version: 1.12.2 | ||
appVersion: 0.13.4 | ||
keywords: | ||
- kubernetes | ||
- externaldns | ||
|
@@ -20,9 +20,15 @@ maintainers: | |
email: [email protected] | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: added | ||
description: "Added support for ServiceMonitor relabelling." | ||
- kind: changed | ||
description: "Updated ExternalDNS version to v0.13.2." | ||
description: "Updated chart icon path." | ||
- kind: added | ||
description: "Added RBAC for Gateway-API resources to ClusterRole." | ||
- kind: added | ||
description: "Added RBAC for F5 VirtualServer to ClusterRole." | ||
- kind: added | ||
description: "Added secretConfiguration.subPath to mount specific files from secret as a sub-path." | ||
description: "Added support for running ExternalDNS with namespaced scope." | ||
- kind: changed | ||
description: "Changed to use registry.k8s.io instead of k8s.gcr.io." | ||
description: "Updated _ExternalDNS_ version to [v0.13.4](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.13.4)." |