Not sure if I haven't found it yet, but it would be nice to have a command showing all installed charts, where there's an update available, e.g.
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "incubator" chart repository
Update Complete. ⎈ Happy Helming!⎈
$ helm list
NAME REVISION UPDATED STATUS CHART NAMESPACE
my-jenkins 1 Thu Jun 15 17:51:47 2017 DEPLOYED jenkins-0.7.3 default
my-ingress 1 Mon May 15 14:48:37 2017 DEPLOYED nginx-ingress-0.4.2 default
$ helm outdated
NAME CHART VERSION AVAILABLE CHANGELOG
my-ingress nginx-ingress 0.4.2 0.5.0 https://charts.k8s.io/stable/nginx-ingress/CHANGELOG.md
(Additional bonus points for a command like helm upgrade --outdated to upgrade all charts in a cluster)
Not sure if I haven't found it yet, but it would be nice to have a command showing all installed charts, where there's an update available, e.g.
(Additional bonus points for a command like
helm upgrade --outdatedto upgrade all charts in a cluster)