List either incubator or stable.

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

@ -252,10 +252,12 @@ 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\nWARNING: Switch via: helm repo add stable https://charts.helm.sh/stable --force-update",
"WARNING: %q is deprecated for %q and will be deleted Nov. 13, 2020.\nWARNING: You should switch to %q via:\nWARNING: helm repo add %q %q --force-update\n",
exp.old,
exp.name,
exp.new,
exp.name,
exp.new,
)
}
}

Loading…
Cancel
Save