-
Notifications
You must be signed in to change notification settings - Fork 65
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 #439 from yuvipanda/v1-bump
Bump z2jh to v1.0 beta
- Loading branch information
Showing
13 changed files
with
68 additions
and
61 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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
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,7 @@ | ||
backoff | ||
chartpress | ||
six # temp workaround for docker==5.0.0, used by chartpress, that failed to depend on six | ||
ruamel.yaml | ||
auth0-python | ||
jhub-client==0.1.2 | ||
jsonschema | ||
jsonschema |
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,6 +1,30 @@ | ||
apiVersion: v1 | ||
appVersion: '1.0' | ||
description: Support chart for entire cluster | ||
apiVersion: v2 | ||
name: support | ||
# Let's keep this constant so other charts in this repo can depend on this easily | ||
version: 0.0.1 | ||
version: "0.1.0" | ||
description: Cluster wide depdencies for deployed hubs | ||
|
||
dependencies: | ||
# Prometheus for collection of metrics. | ||
# https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus | ||
- name: prometheus | ||
version: 11.15.0 | ||
repository: https://prometheus-community.github.io/helm-charts | ||
|
||
# Grafana for dashboarding of metrics. | ||
# https://github.com/grafana/helm-charts/tree/main/charts/grafana | ||
- name: grafana | ||
version: 5.6.4 | ||
repository: https://grafana.github.io/helm-charts | ||
|
||
# ingress-nginx for a k8s Ingress resource controller that routes traffic from | ||
# a single IP entrypoint to various services exposed via k8s Ingress resources | ||
# that references this controller. | ||
- name: ingress-nginx | ||
version: 2.15.0 | ||
repository: https://kubernetes.github.io/ingress-nginx | ||
|
||
# cert-manager for acquisition of TLS certificates | ||
# https://github.com/jetstack/cert-manager/tree/master/deploy/charts/cert-manager | ||
- name: cert-manager | ||
version: v1.0.0-beta.1 | ||
repository: https://charts.jetstack.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## FIXME: Describe this Helm chart | ||
|
||
Describe more about this Helm chart. What are the assumptions made within it for | ||
example, and what are the assumptions on basehub and daskhub with regards to | ||
what is available within the k8s cluster. Do they rely on ingress-nginx and | ||
cert-manager for example? | ||
|
||
### Observations | ||
- This Helm chart contains config specific to 2i2c k8s cluster, as noted by a | ||
domain name configured for grafana. | ||
- This Helm chart contain a template creating a GCP specific k8s StorageClass |
This file was deleted.
Oops, something went wrong.