diff --git a/helm_helpers.go b/helm_helpers.go index cacd851e..873add16 100644 --- a/helm_helpers.go +++ b/helm_helpers.go @@ -507,7 +507,7 @@ func deployTiller(namespace string, serviceAccount string, defaultServiceAccount } cmd := command{ Cmd: "helm", - Args: concat([]string{"init", "--force-upgrade"}, maxHistory, sa, tillerNameSpace, tls, storageBackend), + Args: concat([]string{"init", "--upgrade", "--force-upgrade", "--wait"}, maxHistory, sa, tillerNameSpace, tls, storageBackend), Description: "initializing helm on the current context and upgrading Tiller on namespace [ " + namespace + " ].", }