From b2fc21b4fa3f04c7a9a09766242c1a75e66e97db Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Fri, 30 Mar 2018 16:58:03 +0800 Subject: [PATCH] fix typo: databse -> database (#4530) --- 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 a8bd4144eb..f680975468 100644 --- a/stable/suitecrm/Chart.yaml +++ b/stable/suitecrm/Chart.yaml @@ -1,5 +1,5 @@ name: suitecrm -version: 0.4.2 +version: 0.4.3 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 815291d9b7..2218fa5c80 100644 --- a/stable/suitecrm/README.md +++ b/stable/suitecrm/README.md @@ -65,7 +65,7 @@ The following table lists the configurable parameters of the SuiteCRM chart and | `externalDatabase.port` | Port of the external database | `3306` | | `externalDatabase.user` | Existing username in the external db | `bn_suitecrm` | | `externalDatabase.password` | Password for the above username | `nil` | -| `externalDatabase.database` | Name of the existing databse | `bitnami_suitecrm` | +| `externalDatabase.database` | Name of the existing database | `bitnami_suitecrm` | | `mariadb.enabled` | Wheter to use or not the mariadb chart | `true` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_suitecrm` | | `mariadb.mariadbUser` | Database user to create | `bn_suitecrm` |