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)
Matt Farina 6 years ago committed by Martin Hickey
parent efad407154
commit 209974ad97

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

Loading…
Cancel
Save