From 6d750f400d759d6ab0155dc7d26fe69f7e50bfb1 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 Signed-off-by: Matheus Hunsche --- 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: []