Difference between revisions of "Helm init --upgrade"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
Manually
 
Manually
 
  export TILLER_TAG=v2.0.0-beta.1        # Or whatever version you want
 
  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
+
  $ [[kubectl]] --namespace=[[kube-system]] [[kubectl set image|set image]] deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG
 
  deployment "tiller-deploy" image updated
 
  deployment "tiller-deploy" image updated
  

Revision as of 08:08, 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: