Skip to content

Commit

Permalink
Victor nguyen098 patch 1 (#80)
Browse files Browse the repository at this point in the history
* Update cron.yaml

* Update Chart.yaml
  • Loading branch information
VictorNguyen098 authored May 29, 2024
1 parent 8026774 commit 152ac62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/redcap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/redcap/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 152ac62

Please sign in to comment.