Clarifies action needed to list new stable repo

Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
pull/8969/head
Bridget Kromhout 4 years ago
parent 9aa0fbee6c
commit 86af591e00
No known key found for this signature in database
GPG Key ID: 7D8605B545A76BAF

@ -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,

Loading…
Cancel
Save