You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PostgreSQL support to Redmine chart (helm#1089)
* Add postgresql database support to redmine chart
* add default values for database types in the README
* Update Redmine chart version
* Explain PostgreSQL usage
Copy file name to clipboardExpand all lines: stable/redmine/README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ $ helm install stable/redmine
12
12
13
13
This chart bootstraps a [Redmine](https://github.com/bitnami/bitnami-docker-redmine) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
14
14
15
-
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the Redmine application.
15
+
It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb)and the [PostgreSQL chart](https://github.com/kubernetes/charts/tree/master/stable/postgresql)which are required for bootstrapping a MariaDB/PostgreSQL deployment for the database requirements of the Redmine application.
16
16
17
17
## Prerequisites
18
18
@@ -41,6 +41,14 @@ $ helm delete my-release
41
41
42
42
The command removes all the Kubernetes components associated with the chart and deletes the release.
43
43
44
+
## Using PostgreSQL instead of MariaDB
45
+
46
+
This chart includes the option to use a PostgreSQL database for Redmine instead of MariaDB. To use this, MariaDB must be explicitly disabled and PostgreSQL enabled:
0 commit comments