Difference between revisions of "Helm init --upgrade"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  [[helm init]] --upgrade
 
  [[helm init]] --upgrade
 
  helm init --upgrade [[--force-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 ==
 
== See also ==

Revision as of 08:07, 30 June 2022

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: