-
Notifications
You must be signed in to change notification settings - Fork 75
/
Chart.yaml
59 lines (53 loc) · 2.44 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
apiVersion: v2
description: A meta-chart for the binderhub deployment on mybinder.org
name: mybinder
version: "0.0.1-set.by.chartpress"
kubeVersion: ">= 1.15.0-0"
dependencies:
# BinderHub
# Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart
# App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md
- name: binderhub
version: "1.0.0-0.dev.git.3548.h83da55db"
repository: https://jupyterhub.github.io/helm-chart
condition: binderhubEnabled
# Ingress-Nginx to route network traffic according to Ingress resources using
# this controller from within k8s.
# Source code: https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx
# App changelog: https://github.com/kubernetes/ingress-nginx/blob/main/Changelog.md
- name: ingress-nginx
version: "4.11.3"
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress-nginx.enabled
# Prometheus for collection of metrics.
# Source code: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus
# App changelog: https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md
- name: prometheus
version: "26.0.1"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
# Grafana for dashboarding of metrics.
# Source code: https://github.com/grafana/helm-charts/tree/main/charts/grafana
# App changelog: https://github.com/grafana/grafana/blob/main/CHANGELOG.md
- name: grafana
version: "8.8.2"
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
# cryptnono, counters crypto mining
# Source code: https://github.com/cryptnono/cryptnono/
- name: cryptnono
version: "0.3.1-0.dev.git.153.h8956dbb"
repository: https://cryptnono.github.io/cryptnono/
condition: cryptnono.enabled
# cluster autoscaler, autoscales k8s nodes, required for EKS clusters that
# don't have this feature out of the box
- name: cluster-autoscaler
version: 9.21.1
repository: https://kubernetes.github.io/autoscaler
condition: cluster-autoscaler.enabled
# Registry helper, used to create container repositories before pushing and to
# fetch dynamic registry credentials
- name: binderhub-container-registry-helper
version: 0.2.4
repository: https://www.manicstreetpreacher.co.uk/binderhub-container-registry-helper/
condition: binderhub-container-registry-helper.enabled