Skip to content

Commit

Permalink
Merge pull request #70 from Victor0812/master
Browse files Browse the repository at this point in the history
Passage BetaCronJob to CronJobV1
  • Loading branch information
VictorNguyen098 committed May 11, 2023
2 parents 2f86cbd + aafa00b commit 8f48ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12
version: 1.10.11
version: 1.10.12
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: 1 addition & 1 deletion charts/redcap/templates/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: {{ .Release.Name }}-redcap-cron
Expand Down

0 comments on commit 8f48ccc

Please sign in to comment.