helm init --upgrade

From wikieduonline
Revision as of 08:08, 30 June 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search

To upgrade tiller execute:[1]

helm init --upgrade
helm init --upgrade --force-upgrade

Manually

export TILLER_TAG=v2.0.0-beta.1        # Or whatever version you want
$ kubectl --namespace=kube-system set image deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG
deployment "tiller-deploy" image updated

See also

  • https://v2.helm.sh/docs/install/
  • Advertising: