Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(installing): specify helm v2.1.3 as minimum everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 8, 2017
1 parent e49ece1 commit df70aa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/installing-workflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Deis Workflow, follow the [quickstart guide](../quickstart/index.md) for assista

## Check Your Setup

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

```
$ helm version
Client: &version.Version{SemVer:"v2.1.0", GitCommit:"b7b648456ba15d3d190bb84b36a4bc9c41067cf3", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.1.0", GitCommit:"b7b648456ba15d3d190bb84b36a4bc9c41067cf3", GitTreeState:"clean"}
Client: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
```

## Choose Your Deployment Strategy
Expand Down
8 changes: 4 additions & 4 deletions src/quickstart/provider/azure-acs/install-azure-acs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Check Your Setup

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

```
$ helm version
Client: &version.Version{SemVer:"v2.0.0", GitCommit:"51bdad42756dfaf3234f53ef3d3cb6bcd94144c2", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.0.0", GitCommit:"51bdad42756dfaf3234f53ef3d3cb6bcd94144c2", GitTreeState:"clean"}
Client: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
```

Finally, intialize Helm:
Finally, initialize Helm:
```
helm init
```
Expand Down

0 comments on commit df70aa5

Please sign in to comment.