diff --git a/cmd/helm/install.go b/cmd/helm/install.go index ba61176e2..8842b07c1 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -218,7 +218,7 @@ func (i *installCmd) run() error { } // Print the status like status command does - status, err := i.client.ReleaseStatus(rel.Name, rel.Namespace) + status, err := i.client.ReleaseStatus(rel.Name, rel.Namespace, helm.StatusReleaseVersion(1)) if err != nil { return prettyError(err) }