From 6335b6938f579053059f0aee4e65f5ec31e4f8e1 Mon Sep 17 00:00:00 2001 From: sauman Date: Thu, 2 Feb 2017 13:20:56 +0600 Subject: [PATCH] Status version added --- cmd/helm/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }