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

Commit 2a7f756

Browse files
committed
docs(*): specify Helm v2.5.0 or later
We don't test with old versions of Helm, so this simplifies the story for supporting Workflow.
1 parent 61a5cca commit 2a7f756

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/_includes/install-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Check Your Setup
22

3-
First check that the `helm` command is available and the version is v2.1.3 or newer.
3+
First check that the `helm` command is available and the version is v2.5.0 or newer.
44

55
```
66
$ helm version
7-
Client: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
8-
Server: &version.Version{SemVer:"v2.1.3", GitCommit:"5cbc48fb305ca4bf68c26eb8d2a7eb363227e973", GitTreeState:"clean"}
7+
Client: &version.Version{SemVer:"v2.5.0", GitCommit:"012cb0ac1a1b2f888144ef5a67b8dab6c2d45be6", GitTreeState:"clean"}
8+
Server: &version.Version{SemVer:"v2.5.0", GitCommit:"012cb0ac1a1b2f888144ef5a67b8dab6c2d45be6", GitTreeState:"clean"}
99
```
1010

1111
Ensure the `kubectl` client is installed and can connect to your Kubernetes cluster.

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 v2.1.3 or newer.
14+
Check that the `helm` command is available and the version is v2.5.0 or newer.
1515

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

2222
### Check Your Authorization

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

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

33
## Check Your Setup
44

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

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

1313
Finally, initialize Helm:

src/quickstart/provider/minikube/install-minikube.md

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

33
## Check Your Setup
44

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

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

1313
Ensure the `kubectl` client is installed and can connect to your Kubernetes cluster.

0 commit comments

Comments
 (0)