diff --git a/charts/redcap/Chart.yaml b/charts/redcap/Chart.yaml index 58a91f1..9bbed42 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.12 -version: 1.10.4 +version: 1.10.5 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/deployment.yaml b/charts/redcap/templates/deployment.yaml index f24b388..86fd813 100644 --- a/charts/redcap/templates/deployment.yaml +++ b/charts/redcap/templates/deployment.yaml @@ -88,7 +88,7 @@ spec: command: - sh - -c - - ls {{ .Values.SMB_DESTPATH }}/redcap + - ls {{ .Values.SMB_DESTPATH }} failureThreshold: 3 initialDelaySeconds: 10 periodSeconds: 60