mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user