Typo fix in testlink/README.md (#4935)

* Update Chart.yaml

add version

* Typo fix in testlink/README.md

Typo fix in testlink/README.md
This commit is contained in:
AdamDang
2018-04-12 01:43:56 -07:00
committed by k8s-ci-robot
parent 521ea05224
commit 36c2f4e31d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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` |