Skip to content

Commit 0a1ac27

Browse files
Update versions in install documentation
1 parent b7a7a56 commit 0a1ac27

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/installing-workflow/installing-deis-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ $ helm repo add deis https://github.com/deis/charts
4343
Now that you have Helm installed and have added the Deis Chart Repository, install Workflow by running:
4444

4545
```
46-
$ helm fetch deis/workflow-beta1 # fetches the chart into a
46+
$ helm fetch deis/workflow-beta2 # fetches the chart into a
4747
# local workspace
48-
$ helm generate -x manifests workflow-beta1 # generates various secrets
49-
$ helm install workflow-beta1 # injects resources into
48+
$ helm generate -x manifests workflow-beta2 # generates various secrets
49+
$ helm install workflow-beta2 # injects resources into
5050
# your cluster
5151
```
5252

0 commit comments

Comments
 (0)