Fixing docs from version to appVersion

In the created chart from `helm create` is notes a tag overrides
version. It actually overrides appVersion. Updating the docs
to reflect reality.

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/7975/head
Matt Farina 6 years ago
parent 6aefbdcf38
commit 187750b437
No known key found for this signature in database
GPG Key ID: 9436E80BFBA46909

@ -99,7 +99,7 @@ replicaCount: 1
image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart version.
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []

Loading…
Cancel
Save