forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/external-dns] Add Bitnami team as maintainers. (helm#15022)
* [stable/external-dns] Add Bitnami team as maintainers. Signed-off-by: juan131 <[email protected]> * Fix Chart.yaml Signed-off-by: juan131 <[email protected]>
- Loading branch information
1 parent
b68e627
commit e911819
Showing
2 changed files
with
24 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
apiVersion: v1 | ||
description: | | ||
Configure external DNS servers (AWS Route53, Google CloudDNS and others) | ||
for Kubernetes Ingresses and Services | ||
name: external-dns | ||
version: 1.8.0 | ||
version: 1.8.1 | ||
appVersion: 0.5.14 | ||
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. | ||
keywords: | ||
- external-dns | ||
- network | ||
- dns | ||
home: https://github.com/kubernetes-incubator/external-dns | ||
sources: | ||
- https://github.com/kubernetes-incubator/external-dns | ||
engine: gotpl | ||
- https://github.com/kubernetes-incubator/external-dns | ||
maintainers: | ||
- name: rabadin | ||
email: [email protected] | ||
- name: Bitnami | ||
email: [email protected] | ||
engine: gotpl |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
approvers: | ||
- prydonius | ||
- tompizmor | ||
- sameersbn | ||
- carrodher | ||
- javsalgar | ||
- juan131 | ||
reviewers: | ||
- prydonius | ||
- tompizmor | ||
- sameersbn | ||
- carrodher | ||
- javsalgar | ||
- juan131 |