Status version added

pull/1908/head
sauman 9 years ago
parent bc1c86845b
commit 6335b6938f

@ -218,7 +218,7 @@ func (i *installCmd) run() error {
} }
// Print the status like status command does // 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 { if err != nil {
return prettyError(err) return prettyError(err)
} }

Loading…
Cancel
Save