Skip to content

Commit

Permalink
More subtle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Aug 21, 2023
1 parent 4751fa9 commit ad31433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/seqr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/seqr/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions charts/seqr/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ad31433

Please sign in to comment.