Skip to content

Commit fb5cd16

Browse files
committed
Update REDCap version in docs
1 parent e3d19be commit fb5cd16

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

charts/redcap/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: redcap
3-
version: 1.4.6
4-
appVersion: 14.5.25
3+
version: 1.5.0
4+
appVersion: 15.0.27
55
kubeVersion: '>= 1.24.0-0'
66
description: A Helm chart to deploy REDCap on a Kubernetes cluster.
77
type: application

charts/redcap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# redcap
22

3-
![Version: 1.4.6](https://img.shields.io/badge/Version-1.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.5.25](https://img.shields.io/badge/AppVersion-14.5.25-informational?style=flat-square)
3+
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.0.27](https://img.shields.io/badge/AppVersion-15.0.27-informational?style=flat-square)
44

55
A Helm chart to deploy REDCap on a Kubernetes cluster.
66

charts/redcap/templates/NOTES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
You can access REDCap homepage URL by running these commands:
2+
3+
{{- if .Values.mariadb.enabled }}
4+
# MariaDB is enabled
5+
The chart has been deployed with MariaDB. Please ensure that any configurations specific to MySQL are updated for MariaDB.
6+
{{- else }}
7+
# MySQL is enabled
8+
The chart is using MySQL as the database. If you wish to migrate to MariaDB, please disable MySQL and enable MariaDB in your `values.yaml` file.
9+
{{- end }}
10+
211
{{- if .Values.ingress.enabled }}
312
{{- range $host := .Values.ingress.hosts }}
413
{{- range .paths }}

0 commit comments

Comments
 (0)