Skip to content

Commit

Permalink
remove references to old helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed May 12, 2022
1 parent 4416c49 commit 627b9b6
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions helm/README.md
@@ -1,26 +1,12 @@
# Helm

## Install helm (helm <3.0)
```
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.11.0-linux-amd64.tar.gz
tar -xzvf helm-v2.11.0-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/helm
```

If you want a more recent helm version (>3.0), use:
## Install helm
```
wget https://get.helm.sh/helm-v3.2.3-linux-amd64.tar.gz
```

Make sure to use the correct instructions below for the different helm versions. You can get the latest helm version from https://github.com/helm/helm/releases. If you want to install helm on Windows/MacOS then have a look at https://helm.sh/docs/intro/install/ for instructions.

## Initialize helm (only for helm <3.0)

```
kubectl create -f helm-rbac.yaml
helm init --service-account tiller
```

## Initialize helm (helm >3.0)

Starting from 3.0, tiller has been removed. There is no need to create a service account for tiller anymore. The only command that is mandatory is the helm repo add command below:
Expand Down

0 comments on commit 627b9b6

Please sign in to comment.