From c8b7656d3e3582b8a3646d4a8dab6e72a4983cec Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Wed, 11 Apr 2018 02:41:10 +0800 Subject: [PATCH] fix typo in suitecrm/README.md (#4809) --- stable/suitecrm/Chart.yaml | 2 +- stable/suitecrm/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/suitecrm/Chart.yaml b/stable/suitecrm/Chart.yaml index 66897cbd2c..667e26a86a 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,5 +1,5 @@ name: suitecrm -version: 1.0.0 +version: 1.0.1 appVersion: 7.10.2 description: SuiteCRM is a completely open source enterprise-grade Customer Relationship Management (CRM) application. SuiteCRM is a software fork of the popular customer relationship management (CRM) system SugarCRM. keywords: diff --git a/stable/suitecrm/README.md b/stable/suitecrm/README.md index fd656fa5f9..334fb9eebe 100644 --- a/stable/suitecrm/README.md +++ b/stable/suitecrm/README.md @@ -69,7 +69,7 @@ The following table lists the configurable parameters of the SuiteCRM chart and | `externalDatabase.user` | Existing username in the external db | `bn_suitecrm` | | `externalDatabase.password` | Password for the above username | `nil` | | `externalDatabase.database` | Name of the existing database | `bitnami_suitecrm` | -| `mariadb.enabled` | Whether to use or not the mariadb chart | `true` | +| `mariadb.enabled` | Whether to use the MariaDB chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_suitecrm` | | `mariadb.mariadbUser` | Database user to create | `bn_suitecrm` | | `mariadb.mariadbPassword` | Password for the database | `nil` |