From cf1d12ebbdd586df66fb7659cc4f2a98e2b82af8 Mon Sep 17 00:00:00 2001 From: "Keerthan Reddy Mala (kmala)" Date: Fri, 28 Oct 2016 10:45:19 -0600 Subject: [PATCH] fix(docs): install should say version as 2.8.0 instead of 2.7.0 --- src/installing-workflow/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/installing-workflow/index.md b/src/installing-workflow/index.md index 361f3e3b..e15dd08f 100644 --- a/src/installing-workflow/index.md +++ b/src/installing-workflow/index.md @@ -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 ``` @@ -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 # injects resources into your cluster + $ helm install deis/workflow --version=v2.8.0 --namespace=deis -f # 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: @@ -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