-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChart.yaml
33 lines (33 loc) · 1.04 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
apiVersion: v2
name: seqr-platform
description: A Helm chart for deploying all components of Seqr, an open source software platform for rare disease genomics
sources:
- https://github.com/broadinstitute/seqr-helm
- https://github.com/broadinstitute/seqr
- https://github.com/broadinstitute/seqr-loading-pipelines
maintainers:
- name: seqr
email: [email protected]
type: application
version: 1.12.0
dependencies:
- name: seqr
version: 2.13.0
repository: "https://broadinstitute.github.io/seqr-helm"
- name: pipeline-runner
version: 1.5.0
repository: "https://broadinstitute.github.io/seqr-helm"
condition: pipeline-runner.enabled
- name: hail-search
version: 2.7.0
repository: "https://broadinstitute.github.io/seqr-helm"
- name: vlm
version: 0.0.11
repository: "https://broadinstitute.github.io/seqr-helm"
condition: vlm.enabled
- name: lib
version: 1.0.0
repository: "https://broadinstitute.github.io/seqr-helm"
import-values:
- child: exports.global
parent: global