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,