From 86af591e00ac638734b4e7c5d8a53effad4d6bdc Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 2 Nov 2020 12:25:37 -0600 Subject: [PATCH] Clarifies action needed to list new stable repo Signed-off-by: Bridget Kromhout --- cmd/helm/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index 4a0bc5bbd..f3888b411 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -252,7 +252,7 @@ func checkForExpiredRepos(repofile string) { if url := r.URL; strings.Contains(url, exp.old) { fmt.Fprintf( os.Stderr, - "WARNING: %q is deprecated for %q and will be deleted Nov. 13, 2020.\nWARNING: You should switch to %q\n", + "WARNING: %q is deprecated for %q and will be deleted Nov. 13, 2020.\nWARNING: You should switch to %q\nWARNING: Switch via: helm repo add stable https://charts.helm.sh/stable --force-update", exp.old, exp.name, exp.new,