From 209974ad97ccd38c0dff58c41789e3333f25ef97 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 23 Apr 2020 19:49:43 -0400 Subject: [PATCH] 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 (cherry picked from commit 54e5088a500bde62a84eeba89d39abd6d7f28daa) --- pkg/chartutil/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index 28fb28e00..0e87c7b47 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -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: []