From 5a25b1020890fc5f0f370bc369d1691efc4e4bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 19 Mar 2018 23:08:00 +0100 Subject: [PATCH] [stable/mediawiki] Fix some typos (#4227) * [stable/ghost] Fix some typos * [stable/mediawiki] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. * Update README.md Another typo (replace tables by table) --- stable/mediawiki/Chart.yaml | 2 +- stable/mediawiki/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mediawiki/Chart.yaml b/stable/mediawiki/Chart.yaml index 62ff97fef7..b3733ecf5f 100644 --- a/stable/mediawiki/Chart.yaml +++ b/stable/mediawiki/Chart.yaml @@ -1,5 +1,5 @@ name: mediawiki -version: 0.6.4 +version: 0.6.5 appVersion: 1.30.0 description: Extremely powerful, scalable software and a feature-rich wiki implementation that uses PHP to process and display data stored in a database. diff --git a/stable/mediawiki/README.md b/stable/mediawiki/README.md index 61fd24162c..9d4d5285de 100644 --- a/stable/mediawiki/README.md +++ b/stable/mediawiki/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 MediaWiki chart and their default values. +The following table lists the configurable parameters of the MediaWiki chart and their default values. | Parameter | Description | Default | |--------------------------------------|------------------------------------------|---------------------------------------------------------| @@ -88,7 +88,7 @@ $ helm install --name my-release \ stable/mediawiki ``` -The above command sets the MediaWiki 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 MediaWiki 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,