Fixing docs from version to appVersion (#7975)

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>
(cherry picked from commit 54e5088a50)
(cherry picked from commit 209974ad97)
release-3.2
Matt Farina 6 years ago
parent 409a7f643a
commit f6a46a4f93
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