forked from submariner-io/submariner-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.
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
- Loading branch information
1 parent
df9a462
commit d88107c
Showing
5 changed files
with
41 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
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,6 @@ | ||
charts: | ||
- submariner-operator | ||
- submariner-k8s-broker | ||
# Tests that maintainer name is valid GitHub account, which isn't what we want | ||
# See: https://github.com/helm/chart-testing/issues/192 | ||
validate-maintainers: false |
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,12 +1,14 @@ | ||
--- | ||
name: submariner-k8s-broker | ||
version: 0.6.0 | ||
apiVersion: v2 | ||
appVersion: 0.6.0 | ||
description: Submariner Kubernetes Broker | ||
keywords: | ||
home: https://submariner-io.github.io/ | ||
sources: | ||
- https://submariner-io.github.io/submariner-charts/charts | ||
- https://submariner-io.github.io/submariner-charts/charts | ||
maintainers: | ||
- name: Submariner Developers | ||
email: submariner-dev@googlegroups.com | ||
- name: Contributors to the Submariner project | ||
email: submariner-dev@googlegroups.com | ||
url: https://submariner.io/ |
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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
--- | ||
name: submariner-operator | ||
version: 0.7.0 | ||
apiVersion: v2 | ||
appVersion: 0.7.0 | ||
description: Submariner enables direct networking between Pods and Services in different Kubernetes clusters | ||
keywords: | ||
home: https://submariner-io.github.io/ | ||
sources: | ||
- https://submariner-io.github.io/submariner-charts/charts | ||
maintainers: | ||
- name: Submariner Developers | ||
- name: Contributors to the Submariner project | ||
email: submariner-dev@googlegroups.com | ||
url: https://submariner.io/ |