From 3dc5b4e558b73469343443b49f45d2b487dc9d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 19 Mar 2018 22:35:59 +0100 Subject: [PATCH] [stable/phpbb] Fix some typos (#4219) * [stable/ghost] Fix some typos * [stable/phpbb] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. * Update README.md Another typo (replace tables by table) --- stable/phpbb/Chart.yaml | 2 +- stable/phpbb/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/phpbb/Chart.yaml b/stable/phpbb/Chart.yaml index c7a4cad2d1..51b9b834ca 100644 --- a/stable/phpbb/Chart.yaml +++ b/stable/phpbb/Chart.yaml @@ -1,5 +1,5 @@ name: phpbb -version: 0.6.5 +version: 0.6.6 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 cddaa4fb5e..666d539df6 100644 --- a/stable/phpbb/README.md +++ b/stable/phpbb/README.md @@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the phpBB chart and their default values. +The following table lists the configurable parameters of the phpBB chart and their default values. | Parameter | Description | Default | |-----------------------------------|---------------------------------------|---------------------------------------------------------| @@ -86,7 +86,7 @@ $ helm install --name my-release \ stable/phpbb ``` -The above command sets the phpBB administrator account username and password to `admin` and `password` respectively. Additionally it sets the MariaDB `root` user password to `secretpassword`. +The above command sets the phpBB administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`. Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,