Skip to content

Commit 1552142

Browse files
committed
bug(helm): fix required helm version
1 parent 6f5f6b9 commit 1552142

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/installing-deis/installing-deis-workflow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ have `helm` installed, see [installing helm][helm] for more info.
77

88
First check that you have `helm` installed and the version is correct.
99

10-
$ helm --version
11-
0.2.0
10+
```
11+
$ helm --version
12+
0.4.0
13+
```
1214

1315
Ensure your kubectl client is installed and ensure it can connect to your Kubernetes cluster. This
1416
is where `helm` will attempt to communicate with the cluster. You can test that it is working

0 commit comments

Comments
 (0)