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

Commit cf1d12e

Browse files
committed
fix(docs): install should say version as 2.8.0 instead of 2.7.0
1 parent 6a62026 commit cf1d12e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/installing-workflow/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ $ helmc repo add deis https://github.com/deis/charts
6868
Now that Helm Classic is installed and the Deis Chart Repository has been added, install Workflow by running:
6969

7070
```
71-
$ helmc fetch deis/workflow-v2.7.0 # fetches the chart into a
71+
$ helmc fetch deis/workflow-v2.8.0 # fetches the chart into a
7272
# local workspace
73-
$ helmc generate -x manifests workflow-v2.7.0 # generates various secrets
74-
$ helmc install workflow-v2.7.0 # injects resources into
73+
$ helmc generate -x manifests workflow-v2.8.0 # generates various secrets
74+
$ helmc install workflow-v2.8.0 # injects resources into
7575
# your cluster
7676
```
7777

@@ -81,7 +81,7 @@ $ helmc install workflow-v2.7.0 # injects resources into
8181

8282
$ helm repo add deis https://charts.deis.com/workflow # add the workflow charts repo
8383

84-
$ helm install deis/workflow --version=v2.7.0 --namespace=deis -f <optional values file> # injects resources into your cluster
84+
$ helm install deis/workflow --version=v2.8.0 --namespace=deis -f <optional values file> # injects resources into your cluster
8585

8686
Helm Classic will install a variety of Kubernetes resources in the `deis` namespace.
8787
Wait for the pods that Helm Classic launched to be ready. Monitor their status by running:
@@ -123,4 +123,4 @@ After installing Workflow, [register a user and deploy an application](../quicks
123123

124124
[Kubernetes v1.2 or v1.3.4+]: system-requirements.md#kubernetes-versions
125125
[helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md
126-
[valuesfile]: https://charts.deis.com/workflow/values-v2.7.0.yaml
126+
[valuesfile]: https://charts.deis.com/workflow/values-v2.8.0.yaml

0 commit comments

Comments
 (0)