diff --git a/charts/seqr/Chart.yaml b/charts/seqr/Chart.yaml index f2bb405..234eff2 100644 --- a/charts/seqr/Chart.yaml +++ b/charts/seqr/Chart.yaml @@ -9,7 +9,7 @@ maintainers: - name: seqr email: seqr@broadinstitute.org type: application -version: 1.4.2 +version: 1.4.3 appVersion: "d4df2c2415e2baaed1eb780f3cf178d8593a309e" dependencies: - name: redis diff --git a/charts/seqr/README.md b/charts/seqr/README.md index dc56bba..56b3ddd 100644 --- a/charts/seqr/README.md +++ b/charts/seqr/README.md @@ -1,6 +1,6 @@ # seqr -![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: d4df2c2415e2baaed1eb780f3cf178d8593a309e](https://img.shields.io/badge/AppVersion-d4df2c2415e2baaed1eb780f3cf178d8593a309e-informational?style=flat-square) +![Version: 1.4.3](https://img.shields.io/badge/Version-1.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: d4df2c2415e2baaed1eb780f3cf178d8593a309e](https://img.shields.io/badge/AppVersion-d4df2c2415e2baaed1eb780f3cf178d8593a309e-informational?style=flat-square) A Helm chart for deploying the Seqr app, an open source software platform for rare disease genomics diff --git a/charts/seqr/templates/service.yaml b/charts/seqr/templates/service.yaml index c2515f8..6f84b21 100644 --- a/charts/seqr/templates/service.yaml +++ b/charts/seqr/templates/service.yaml @@ -11,4 +11,5 @@ spec: - port: {{ .Values.service.port }} nodePort: {{ .Values.service.nodePort }} selector: + name: {{ .Chart.Name }} {{- include "seqr.selectorLabels" . | nindent 4 }}