-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChart.yaml
More file actions
33 lines (32 loc) · 1.29 KB
/
Chart.yaml
File metadata and controls
33 lines (32 loc) · 1.29 KB
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
apiVersion: v2
appVersion: "2.0.0"
description: A Helm chart for running the NDS Labs Workbench under Kubernetes
name: workbench
icon: https://github.com/nds-org/ndslabs-specs/raw/2.0.0/system/ndslabs-badge.png
version: 1.4.0
# Dependencies for workbench. Some of the dependencies are only installed if they
# are enabled.
dependencies:
- name: oauth2-proxy
version: ~3.1.0
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
- name: ingress-nginx
version: ~4.1.4
repository: "https://kubernetes.github.io/ingress-nginx"
condition: ingress-nginx.enabled
- name: nfs-subdir-external-provisioner
version: ~4.0.17
repository: "https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/"
condition: nfs-subdir-external-provisioner.enabled
- name: nfs-server-provisioner
version: ~1.8.0
repository: "https://kubernetes-sigs.github.io/nfs-ganesha-server-and-external-provisioner/"
condition: nfs-server-provisioner.enabled
- name: mongodb-kubernetes
version: 1.5.0
repository: "https://mongodb.github.io/helm-charts"
condition: mongodb.enabled
- name: keycloak
version: ~9.6.9
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
condition: keycloak.enabled