Skip to content

Commit

Permalink
helm version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Nov 4, 2018
1 parent f0806a4 commit b0e763e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Install helm
```
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz
tar -xzvf helm-v2.9.1-linux-amd64.tar.gz
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
```

## Initialize helm

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

Expand Down

0 comments on commit b0e763e

Please sign in to comment.