From 36c2f4e31d3e0857f33a39e87120bbc00000da19 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 12 Apr 2018 16:43:56 +0800 Subject: [PATCH] Typo fix in testlink/README.md (#4935) * Update Chart.yaml add version * Typo fix in testlink/README.md Typo fix in testlink/README.md --- 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 f9eb178218..bc0ab1f925 100644 --- a/stable/testlink/Chart.yaml +++ b/stable/testlink/Chart.yaml @@ -1,5 +1,5 @@ name: testlink -version: 1.0.3 +version: 1.0.4 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 1c948a11c7..28c4916e54 100644 --- a/stable/testlink/README.md +++ b/stable/testlink/README.md @@ -48,8 +48,8 @@ The following table lists the configurable parameters of the TestLink chart and | Parameter | Description | Default | |-------------------------------------|-----------------------------------------|---------------------------------------------------------| | `image.registry` | TestLink image registry | `docker.io` | -| `image.repository` | TestLink Image name | `bitnami/testlink` | -| `image.tag` | TestLink Image tag | `{VERSION}` | +| `image.repository` | TestLink image name | `bitnami/testlink` | +| `image.tag` | TestLink image tag | `{VERSION}` | | `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | | `image.pullSecrets` | Specify image pull secrets | `nil` | | `testlinkUsername` | Admin username | `user` |