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

Commit

Permalink
fix(docs): install should say version as 2.8.0 instead of 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmala committed Oct 28, 2016
1 parent 6a62026 commit cf1d12e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/installing-workflow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ $ helmc repo add deis https://github.com/deis/charts
Now that Helm Classic is installed and the Deis Chart Repository has been added, install Workflow by running:

```
$ helmc fetch deis/workflow-v2.7.0 # fetches the chart into a
$ helmc fetch deis/workflow-v2.8.0 # fetches the chart into a
# local workspace
$ helmc generate -x manifests workflow-v2.7.0 # generates various secrets
$ helmc install workflow-v2.7.0 # injects resources into
$ helmc generate -x manifests workflow-v2.8.0 # generates various secrets
$ helmc install workflow-v2.8.0 # injects resources into
# your cluster
```

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

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

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

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

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

0 comments on commit cf1d12e

Please sign in to comment.