diff --git a/charts/redcap/Chart.yaml b/charts/redcap/Chart.yaml index 1e4d6c9..38af907 100644 --- a/charts/redcap/Chart.yaml +++ b/charts/redcap/Chart.yaml @@ -3,7 +3,7 @@ name: redcap description: Helm chart for RedCap, A CRF Application for survey research. type: application appVersion: 10.6.13 -version: 1.10.20 +version: 1.10.21 home: https://github.com/curie-data-factory/helm-charts/tree/master/charts/redcap icon: https://www.redcapbrasil.com.br/wp-content/uploads/2018/02/rbone.png sources: diff --git a/charts/redcap/templates/cron.yaml b/charts/redcap/templates/cron.yaml index 22a6db0..1af3635 100644 --- a/charts/redcap/templates/cron.yaml +++ b/charts/redcap/templates/cron.yaml @@ -4,11 +4,11 @@ metadata: name: {{ .Release.Name }}-redcap-cron spec: schedule: "{{ .Values.CRON_TASK_SCHEDULE }}" + successfulJobsHistoryLimit: 1 + failedJobsHistoryLimit: 1 jobTemplate: spec: activeDeadlineSeconds: 30 - successfulJobsHistoryLimit: 1 - failedJobsHistoryLimit: 1 backoffLimit: 1 completions: 1 parallelism: 1