We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a7a56 commit 0a1ac27Copy full SHA for 0a1ac27
1 file changed
src/installing-workflow/installing-deis-workflow.md
@@ -43,10 +43,10 @@ $ helm repo add deis https://github.com/deis/charts
43
Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
44
45
```
46
-$ helm fetch deis/workflow-beta1 # fetches the chart into a
+$ helm fetch deis/workflow-beta2 # fetches the chart into a
47
# local workspace
48
-$ helm generate -x manifests workflow-beta1 # generates various secrets
49
-$ helm install workflow-beta1 # injects resources into
+$ helm generate -x manifests workflow-beta2 # generates various secrets
+$ helm install workflow-beta2 # injects resources into
50
# your cluster
51
52
0 commit comments