Skip to content

Commit

Permalink
Update cron.yaml (#79)
Browse files Browse the repository at this point in the history
* Update cron.yaml

* Update Chart.yaml

* Update Chart.yaml
  • Loading branch information
VictorNguyen098 authored May 29, 2024
1 parent 55a8fb0 commit 8026774
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/doccano/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: doccano
appVersion: 1.8.0
version: 2.0.7
version: 2.0.8
description: A Helm chart for doccano, Open source text annotation tool for machine learning practitioner.
home: https://doccano.herokuapp.com/
icon: https://raw.githubusercontent.com/doccano/doccano/master/docs/images/logo/doccano.png
Expand Down
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.19
version: 1.10.20
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
2 changes: 2 additions & 0 deletions charts/redcap/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ spec:
jobTemplate:
spec:
activeDeadlineSeconds: 30
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 1
backoffLimit: 1
completions: 1
parallelism: 1
Expand Down

0 comments on commit 8026774

Please sign in to comment.