|
1 | 1 | apiVersion: v2 |
2 | 2 | description: A meta-chart for the binderhub deployment on mybinder.org |
3 | 3 | name: mybinder |
4 | | -version: "0.0.1-set.by.chartpress" |
| 4 | +version: "2020.12.4-0.dev.git.6239.h41940d65" |
5 | 5 | kubeVersion: ">= 1.15.0-0" |
6 | 6 | dependencies: |
7 | | - # BinderHub |
8 | | - # Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart |
9 | | - # App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md |
10 | | - - name: binderhub |
11 | | - version: "1.0.0-0.dev.git.3704.h3883aac1" |
12 | | - repository: https://jupyterhub.github.io/helm-chart |
13 | | - condition: binderhubEnabled |
| 7 | + - name: jupyterhub |
| 8 | + version: 4.0.0 |
| 9 | + repository: https://jupyterhub.github.io/helm-chart/ |
14 | 10 |
|
15 | | - # Ingress-Nginx to route network traffic according to Ingress resources using |
16 | | - # this controller from within k8s. |
17 | | - # Source code: https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx |
18 | | - # App changelog: https://github.com/kubernetes/ingress-nginx/blob/main/Changelog.md |
| 11 | + - name: binderhub-service |
| 12 | + repository: file:///Users/yuvipanda/code/binderhub-service/binderhub-service/ |
| 13 | + # repository: https://2i2c.org/binderhub-service/ |
| 14 | + condition: binderhub-service.enabled |
| 15 | + version: "0.1.0-0.dev.git.300.h3f0b9be" |
| 16 | + |
| 17 | + # https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx |
19 | 18 | - name: ingress-nginx |
20 | 19 | version: "4.12.0" |
21 | 20 | repository: https://kubernetes.github.io/ingress-nginx |
22 | 21 | condition: ingress-nginx.enabled |
23 | 22 |
|
24 | 23 | # Prometheus for collection of metrics. |
25 | | - # Source code: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus |
26 | | - # App changelog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md |
| 24 | + # https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus |
27 | 25 | - name: prometheus |
28 | 26 | version: "26.1.0" |
29 | 27 | repository: https://prometheus-community.github.io/helm-charts |
30 | 28 | condition: prometheus.enabled |
31 | 29 |
|
32 | 30 | # Grafana for dashboarding of metrics. |
33 | | - # Source code: https://github.com/grafana/helm-charts/tree/main/charts/grafana |
34 | | - # App changelog: https://github.com/grafana/grafana/blob/main/CHANGELOG.md |
| 31 | + # https://github.com/grafana/helm-charts/tree/main/charts/grafana |
35 | 32 | - name: grafana |
36 | 33 | version: "8.8.2" |
37 | 34 | repository: https://grafana.github.io/helm-charts |
38 | 35 | condition: grafana.enabled |
39 | 36 |
|
40 | 37 | # cryptnono, counters crypto mining |
41 | | - # Source code: https://github.com/cryptnono/cryptnono/ |
| 38 | + # https://github.com/cryptnono/cryptnono/ |
42 | 39 | - name: cryptnono |
43 | 40 | version: "0.3.2-0.dev.git.156.hdab4ec8" |
44 | 41 | repository: https://cryptnono.github.io/cryptnono/ |
|
0 commit comments