Merge pull request #8969 from bridgetkromhout/clarify-stable

Clarifies action needed to list new stable repo
pull/8989/head
Martin Hickey 4 years ago committed by GitHub
commit 31d00a688a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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\n",
"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