List either incubator or stable.

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

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