From 09378cb90bc3e02172a480e209fce7c4e670c918 Mon Sep 17 00:00:00 2001 From: Chengfei Shang Date: Wed, 11 Apr 2018 16:58:55 +0800 Subject: [PATCH] fix typo in phpbb/README.md (#4897) --- stable/phpbb/Chart.yaml | 2 +- stable/phpbb/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/phpbb/Chart.yaml b/stable/phpbb/Chart.yaml index 1bec73d5d4..6f11f31f06 100644 --- a/stable/phpbb/Chart.yaml +++ b/stable/phpbb/Chart.yaml @@ -1,5 +1,5 @@ name: phpbb -version: 1.0.1 +version: 1.0.2 appVersion: 3.2.2 description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. diff --git a/stable/phpbb/README.md b/stable/phpbb/README.md index 9c1afb5d7f..a400631051 100644 --- a/stable/phpbb/README.md +++ b/stable/phpbb/README.md @@ -64,7 +64,7 @@ The following table lists the configurable parameters of the phpBB chart and the | `externalDatabase.user` | Existing username in the external db | `bn_phpbb` | | `externalDatabase.password` | Password for the above username | `nil` | | `externalDatabase.database` | Name of the existing database | `bitnami_phpbb` | -| `mariadb.enabled` | Use or not the mariadb chart | `true` | +| `mariadb.enabled` | Use or not the MariaDB chart | `true` | | `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` | | `mariadb.mariadbDatabase` | Database name to create | `bitnami_phpbb` | | `mariadb.mariadbUser` | Database user to create | `bn_phpbb` |