Skip to content

Commit 840ab79

Browse files
authored
Merge pull request #119 from Cryptophobia/master
docs(cli): fix to stable on cli instructions and date of v2.21.5
2 parents f3f1fe3 + 952b188 commit 840ab79

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Hephy Workflow is the open source fork of Deis Workflow.<br />Please [read the announcement][] for more detail. |
88
|---:|---|
9-
| 04/23/2019 | Hephy Workflow [v2.21.5][] patch release |
9+
| 04/23/2020 | Hephy Workflow [v2.21.5][] patch release |
1010
| 12/31/2019 | Hephy Workflow [v2.21.4][] patch release |
1111
| 09/11/2019 | Hephy Workflow [v2.21.3][] patch release |
1212
| 08/11/2019 | Hephy Workflow [v2.21.2][] patch release |

src/quickstart/install-cli-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use the CLI to create and configure and manage applications.
55

66
Install the latest `deis` client for Linux or Mac OS X with:
77

8-
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.20.0
8+
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s stable
99

1010
The installer places the `deis` binary in your current directory, but you
1111
should move it somewhere in your $PATH:
@@ -19,7 +19,7 @@ should move it somewhere in your $PATH:
1919
Check your work by running `deis version`:
2020

2121
$ deis version
22-
v2.17.0
22+
v2.21.5
2323

2424
!!! note
2525
Note that version numbers may vary as new releases become available

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ helm repo add hephy https://charts.teamhephy.com/
2727
Now that Helm is installed and the repository has been added, install Workflow by running:
2828

2929
```
30-
$ helm install hephy/workflow --namespace deis --set router.host_port.enabled=true
30+
$ helm install hephy/workflow --namespace deis --set global.use_rbac=true,router.host_port.enabled=true
3131
```
3232

3333
Helm will install a variety of Kubernetes resources in the `deis` namespace.

0 commit comments

Comments
 (0)