diff --git a/cmd/helm/upgrade.go b/cmd/helm/upgrade.go index 7ad0aa6e1..7a6e2445b 100644 --- a/cmd/helm/upgrade.go +++ b/cmd/helm/upgrade.go @@ -285,7 +285,6 @@ func (u *upgradeCmd) run() error { force: u.force, timeout: u.timeout, wait: u.wait, - description: "", disableHooks: u.disableHooks, } if err := rollback.run(); err != nil {