From fd8d9b70bde2a664222c3c8b46d70587edc8abb3 Mon Sep 17 00:00:00 2001 From: Benjamin Blankenmeister Date: Fri, 27 Oct 2023 09:45:23 -0400 Subject: [PATCH] Fix context (again) --- charts/seqr/Chart.yaml | 2 +- charts/seqr/templates/check-for-new-samples-from-pipeline.yaml | 2 +- charts/seqr/templates/cronjob.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/seqr/Chart.yaml b/charts/seqr/Chart.yaml index a53bd953..edb56517 100644 --- a/charts/seqr/Chart.yaml +++ b/charts/seqr/Chart.yaml @@ -17,7 +17,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.61 +version: 0.0.62 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml b/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml index b2764344..7b6215ab 100644 --- a/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml +++ b/charts/seqr/templates/check-for-new-samples-from-pipeline.yaml @@ -29,7 +29,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 6 }} {{- end }} - {{- if .Values.serviceAccount.create }} + {{- if $.Values.serviceAccount.create }} serviceAccountName: {{ include "seqr.fullname" . }} {{- end }} containers: diff --git a/charts/seqr/templates/cronjob.yaml b/charts/seqr/templates/cronjob.yaml index 53358239..4c84a6c2 100644 --- a/charts/seqr/templates/cronjob.yaml +++ b/charts/seqr/templates/cronjob.yaml @@ -41,7 +41,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 10 }} {{- end }} - {{- if .Values.serviceAccount.create }} + {{- if $.Values.serviceAccount.create }} serviceAccountName: {{ include "seqr.fullname" . }} {{- end }} containers: