Clarifies action needed to list new stable repo

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
(cherry picked from commit 86af591e00)
release-3.4
Bridget Kromhout 5 years ago committed by Matt Farina
parent 7d9837a858
commit 4e1a52428d

@ -252,7 +252,7 @@ func checkForExpiredRepos(repofile string) {
if url := r.URL; strings.Contains(url, exp.old) { if url := r.URL; strings.Contains(url, exp.old) {
fmt.Fprintf( fmt.Fprintf(
os.Stderr, 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.old,
exp.name, exp.name,
exp.new, exp.new,

Loading…
Cancel
Save