Search code examples
kuberneteskubernetes-helm

How do I upgrade from helm 3.0.0?


I'm currently running helm 3.0.0 in ubuntu and want to upgrade to helm > 3.0.2 for gitlab. The install instructions suggest it's as simple as deleting the helm binary and downloading the new one and the release notes all suggest there are no breaking changes. Could it possibly be that simple?


Solution

  • It should be that simple, provided you put the binary in the right place in your path (i.e. replace the one that you already get from which helm, assuming you're on unix).

    You could test it by running some of the following helm commands:

    • helm version will tell you what you're running.
    • helm list will tell you what you have installed in your cluster (add -n <namespace> for a different namespace)

    If you're ok to temporarily install something into the cluster, follow a helm example to install something and then delete it again with a helm delete