Skip to content

Commit

Permalink
bump readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 11, 2024
1 parent 9e41762 commit 58c4559
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/hail-search/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hail-search

![Version: 0.2.9-dev](https://img.shields.io/badge/Version-0.2.9--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: f7c9a85e5de3064e65766915a440f298332bf745](https://img.shields.io/badge/AppVersion-f7c9a85e5de3064e65766915a440f298332bf745-informational?style=flat-square)
![Version: 0.2.11-dev](https://img.shields.io/badge/Version-0.2.11--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: c0142205f184e98a002b728625fccf97d88d4f04](https://img.shields.io/badge/AppVersion-c0142205f184e98a002b728625fccf97d88d4f04-informational?style=flat-square)

A Helm chart for deploying the hail backend of Seqr, an open source software platform for rare disease genomics

Expand Down
19 changes: 14 additions & 5 deletions charts/pipeline-runner/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pipeline-runner

![Version: 0.1.4-dev](https://img.shields.io/badge/Version-0.1.4--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: e15e33e99648d7a765d1e204bb6c6bc92a40b0f9](https://img.shields.io/badge/AppVersion-e15e33e99648d7a765d1e204bb6c6bc92a40b0f9-informational?style=flat-square)
![Version: 0.1.15-dev](https://img.shields.io/badge/Version-0.1.15--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 92f827224f608388fc4e20be60a08b1f675c7408](https://img.shields.io/badge/AppVersion-92f827224f608388fc4e20be60a08b1f675c7408-informational?style=flat-square)

A Helm chart for deploying the loading pipeline of Seqr, an open source software platform for rare disease genomics

Expand Down Expand Up @@ -55,6 +55,15 @@ false
<td><pre lang="json">
{}
</pre>
</td>
<td></td>
</tr>
<tr>
<td>environment.LUIGI_STATE_DIR</td>
<td>string</td>
<td><pre lang="json">
"/var/seqr/luigi-state"
</pre>
</td>
<td></td>
</tr>
Expand Down Expand Up @@ -260,7 +269,7 @@ true
<td>pods[1].initContainers</td>
<td>string</td>
<td><pre lang="json">
"- name: mkdir-luigi-state\n image: busybox:1.35\n imagePullPolicy: {{ $.Values.image.pullPolicy }}\n command: ['/bin/mkdir', '-p', '/var/seqr/luigi-state']\n {{- with $.Values.volumeMounts }}\n volumeMounts:\n {{- tpl . $ | nindent 4 }}\n {{- end }}"
"- name: mkdir-luigi-state\n image: busybox:1.35\n imagePullPolicy: {{ .Values.image.pullPolicy }}\n command: ['/bin/mkdir', '-p', {{ .Values.environment.LUIGI_STATE_DIR }}]\n {{- with $.Values.volumeMounts }}\n volumeMounts:\n {{- tpl . $ | nindent 4 }}\n {{- end }}"
</pre>
</td>
<td></td>
Expand All @@ -287,7 +296,7 @@ true
<td>pods[1].service.nodePort</td>
<td>int</td>
<td><pre lang="json">
30901
30951
</pre>
</td>
<td></td>
Expand Down Expand Up @@ -368,7 +377,7 @@ true
<td>volumeMounts</td>
<td>string</td>
<td><pre lang="json">
"- name: seqr-datasets\n mountPath: /var/seqr\n readOnly: false"
"- name: seqr-datasets\n mountPath: /var/seqr\n readOnly: false\n- name: luigi-config\n mountPath: /etc/luigi/luigi.cfg\n subPath: luigi.cfg"
</pre>
</td>
<td></td>
Expand All @@ -377,7 +386,7 @@ true
<td>volumes</td>
<td>string</td>
<td><pre lang="json">
"- name: seqr-datasets\n persistentVolumeClaim:\n readOnly: false\n claimName: {{ include \"lib.pvc-name\" . }}"
"- name: seqr-datasets\n persistentVolumeClaim:\n readOnly: false\n claimName: {{ include \"lib.pvc-name\" . }}\n- name: luigi-config\n configMap:\n name: luigi-config\n items:\n - key: luigi.cfg\n path: luigi.cfg"
</pre>
</td>
<td></td>
Expand Down
8 changes: 4 additions & 4 deletions charts/seqr-platform/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# seqr-platform

![Version: 0.1.11-dev](https://img.shields.io/badge/Version-0.1.11--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.20-dev](https://img.shields.io/badge/Version-0.1.20--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A Helm chart for deploying all components of Seqr, an open source software platform for rare disease genomics

Expand All @@ -20,10 +20,10 @@ A Helm chart for deploying all components of Seqr, an open source software platf

| Repository | Name | Version |
|------------|------|---------|
| https://broadinstitute.github.io/seqr-helm | hail-search | 0.2.9-dev |
| https://broadinstitute.github.io/seqr-helm | hail-search | 0.2.11-dev |
| https://broadinstitute.github.io/seqr-helm | lib | 0.1.4 |
| https://broadinstitute.github.io/seqr-helm | pipeline-runner | 0.1.4-dev |
| https://broadinstitute.github.io/seqr-helm | seqr | 1.1.11-dev |
| https://broadinstitute.github.io/seqr-helm | pipeline-runner | 0.1.15-dev |
| https://broadinstitute.github.io/seqr-helm | seqr | 1.1.14-dev |

## Values

Expand Down
8 changes: 4 additions & 4 deletions charts/seqr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# seqr

![Version: 1.1.11-dev](https://img.shields.io/badge/Version-1.1.11--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2a0d731ad31d30234283a86dd8f2dd183b2d489c](https://img.shields.io/badge/AppVersion-2a0d731ad31d30234283a86dd8f2dd183b2d489c-informational?style=flat-square)
![Version: 1.1.14-dev](https://img.shields.io/badge/Version-1.1.14--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: ccdaa1e872e782d6f7016a90e2d3f2a565351805](https://img.shields.io/badge/AppVersion-ccdaa1e872e782d6f7016a90e2d3f2a565351805-informational?style=flat-square)

A Helm chart for deploying the Seqr app, an open source software platform for rare disease genomics

Expand Down Expand Up @@ -147,7 +147,7 @@ false
<td>environment.PIPELINE_RUNNER_HOSTNAME</td>
<td>string</td>
<td><pre lang="json">
"pipeline-runner"
"pipeline-runner-api"
</pre>
</td>
<td></td>
Expand All @@ -156,7 +156,7 @@ false
<td>environment.PIPELINE_RUNNER_PORT</td>
<td>string</td>
<td><pre lang="json">
"5000"
"6000"
</pre>
</td>
<td></td>
Expand Down Expand Up @@ -435,7 +435,7 @@ true
<td>postgresql.primary.initContainers[0].securityContext.runAsGroup</td>
<td>int</td>
<td><pre lang="json">
0
1001
</pre>
</td>
<td></td>
Expand Down

0 comments on commit 58c4559

Please sign in to comment.