From f8d6cbe148759ff796bc681bcc87fe045f08b950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 19 Mar 2018 22:11:00 +0100 Subject: [PATCH] [stable/testlink] Fix some typos (#4215) * [stable/ghost] Fix some typos * [stable/testlink] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. * Update README.md Another typo (replace tables by table) --- stable/testlink/Chart.yaml | 2 +- stable/testlink/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/testlink/Chart.yaml b/stable/testlink/Chart.yaml index 6af6897741..449e3e6f08 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,5 +1,5 @@ name: testlink -version: 0.5.0 +version: 0.5.1 appVersion: 1.9.16 description: Web-based test management system that facilitates software quality assurance. icon: https://bitnami.com/assets/stacks/testlink/img/testlink-stack-220x234.png diff --git a/stable/testlink/README.md b/stable/testlink/README.md index 70854d03bb..59f9a0c8d8 100644 --- a/stable/testlink/README.md +++ b/stable/testlink/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 TestLink chart and their default values. +The following table lists the configurable parameters of the TestLink chart and their default values. | Parameter | Description | Default | |-------------------------------------|-----------------------------------------|---------------------------------------------------------| @@ -89,7 +89,7 @@ $ helm install --name my-release \ stable/testlink ``` -The above command sets the TestLink 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 TestLink 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,