This repository was archived by the owner on Nov 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ $ helmc repo add deis https://github.com/deis/charts
68
68
Now that Helm Classic is installed and the Deis Chart Repository has been added, install Workflow by running:
69
69
70
70
```
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
72
72
# 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
75
75
# your cluster
76
76
```
77
77
@@ -81,7 +81,7 @@ $ helmc install workflow-v2.7.0 # injects resources into
81
81
82
82
$ helm repo add deis https://charts.deis.com/workflow # add the workflow charts repo
83
83
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
85
85
86
86
Helm Classic will install a variety of Kubernetes resources in the ` deis ` namespace.
87
87
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
123
123
124
124
[ Kubernetes v1.2 or v1.3.4+ ] : system-requirements.md#kubernetes-versions
125
125
[ 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