forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove chancez as owner/maintainer to etcd-operator/nginx-ingress (he…
…lm#10110) I don't use either of these charts anymore and don't keep up with the upstream projects since I don't use them any longer. Removing myself as there are other maintainers. Signed-off-by: Chance Zibolski <[email protected]>
- Loading branch information
1 parent
8e5e615
commit 71918d5
Showing
3 changed files
with
2 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,15 +1,13 @@ | ||
apiVersion: v1 | ||
description: CoreOS etcd-operator Helm chart for Kubernetes | ||
name: etcd-operator | ||
version: 0.8.2 | ||
version: 0.8.3 | ||
appVersion: 0.9.3 | ||
home: https://github.com/coreos/etcd-operator | ||
icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png | ||
sources: | ||
- https://github.com/coreos/etcd-operator | ||
maintainers: | ||
- name: chancez | ||
email: [email protected] | ||
- name: lachie83 | ||
email: [email protected] | ||
- name: alejandroEsc | ||
|
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,8 +1,6 @@ | ||
approvers: | ||
- lachie83 | ||
- chancez | ||
- alejandroEsc | ||
reviewers: | ||
- lachie83 | ||
- chancez | ||
- alejandroEsc |
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,5 +1,5 @@ | ||
name: nginx-ingress | ||
version: 1.1.0 | ||
version: 1.1.1 | ||
appVersion: 0.21.0 | ||
home: https://github.com/kubernetes/ingress-nginx | ||
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration. | ||
|
@@ -14,6 +14,4 @@ maintainers: | |
email: [email protected] | ||
- name: mgoodness | ||
email: [email protected] | ||
- name: chancez | ||
email: [email protected] | ||
engine: gotpl |