File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ $ helmc repo add deis https://github.com/deis/charts
6868Now 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
8686Helm Classic will install a variety of Kubernetes resources in the ` deis ` namespace.
8787Wait 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
You can’t perform that action at this time.
0 commit comments