diff --git a/charts/seqr/Chart.yaml b/charts/seqr/Chart.yaml index f9f20180..784fd420 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.38 +version: 0.0.39 # 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/_helpers.tpl b/charts/seqr/templates/_helpers.tpl index ddcaf57c..a1afdac4 100644 --- a/charts/seqr/templates/_helpers.tpl +++ b/charts/seqr/templates/_helpers.tpl @@ -56,7 +56,7 @@ Seqr environment shared between application and cron {{- define "seqr.environment" -}} envFrom: - configMapRef: - name: {{ .Release.Name }}-environment + name: {{ .Release.Name }}-environment env: - name: POSTGRES_PASSWORD valueFrom: diff --git a/charts/seqr/templates/cronjob.yaml b/charts/seqr/templates/cronjob.yaml index aefaad54..7f6934cb 100644 --- a/charts/seqr/templates/cronjob.yaml +++ b/charts/seqr/templates/cronjob.yaml @@ -14,12 +14,12 @@ spec: failedJobsHistoryLimit: 3 jobTemplate: spec: + backoffLimit: 0 + completions: 1 + parallelism: 1 template: spec: activeDeadlineSeconds: 1800 # 30 Minutes? TODO: get a real number here. - backoffLimit: 0 - completions: 1 - parallelism: 1 restartPolicy: Never shareProcessNamespace: true {{- with $.Values.volumes }}