Skip to content

Commit df70aa5

Browse files
committed
docs(installing): specify helm v2.1.3 as minimum everywhere
1 parent e49ece1 commit df70aa5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/installing-workflow/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Deis Workflow, follow the [quickstart guide](../quickstart/index.md) for assista
1111

1212
## Check Your Setup
1313

14-
Check that the `helm` command is available and the version is 2.1.0 or newer.
14+
Check that the `helm` command is available and the version is v2.1.3 or newer.
1515

1616
```
1717
$ helm version
18-
Client: &version.Version{SemVer:"v2.1.0", GitCommit:"b7b648456ba15d3d190bb84b36a4bc9c41067cf3", GitTreeState:"clean"}
19-
Server: &version.Version{SemVer:"v2.1.0", GitCommit:"b7b648456ba15d3d190bb84b36a4bc9c41067cf3", GitTreeState:"clean"}
18+
Client: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
19+
Server: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
2020
```
2121

2222
## Choose Your Deployment Strategy

src/quickstart/provider/azure-acs/install-azure-acs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Check Your Setup
44

5-
First check that the `helm` command is available and the version is v2.0.0 or newer.
5+
First check that the `helm` command is available and the version is v2.1.3 or newer.
66

77
```
88
$ helm version
9-
Client: &version.Version{SemVer:"v2.0.0", GitCommit:"51bdad42756dfaf3234f53ef3d3cb6bcd94144c2", GitTreeState:"clean"}
10-
Server: &version.Version{SemVer:"v2.0.0", GitCommit:"51bdad42756dfaf3234f53ef3d3cb6bcd94144c2", GitTreeState:"clean"}
9+
Client: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
10+
Server: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
1111
```
1212

13-
Finally, intialize Helm:
13+
Finally, initialize Helm:
1414
```
1515
helm init
1616
```

0 commit comments

Comments
 (0)