Skip to content

Commit

Permalink
List either incubator or stable.
Browse files Browse the repository at this point in the history
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
(cherry picked from commit 4a3ffd5)
  • Loading branch information
bridgetkromhout authored and mattfarina committed Nov 11, 2020
1 parent 4e1a524 commit eba288f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/helm/root.go
Expand Up @@ -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,
)
}
}
Expand Down

0 comments on commit eba288f

Please sign in to comment.