-
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 #2690 from stevehipwell/chart-v0-11-0
Update to ExternalDNS v0.11.0
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 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.8.0 | ||
appVersion: 0.10.2 | ||
version: 1.9.0 | ||
appVersion: 0.11.0 | ||
keywords: | ||
- kubernetes | ||
- external-dns | ||
|
@@ -19,7 +19,5 @@ maintainers: | |
email: [email protected] | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: added | ||
description: "Add annotations to Deployment." | ||
- kind: changed | ||
description: "Fix RBAC for istio-virtualservice source when istio-gateway isn't also added." | ||
description: "Update ExternalDNS version to v0.11.0" |