Skip to content

Commit 8827ee8

Browse files
authored
Merge pull request #392 from mboersma/update-workflow-version
docs(upgrading-workflow): update chart versions
2 parents f952831 + f6f4f05 commit 8827ee8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/managing-workflow/upgrading-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See [Configuring Object Storage][] to learn how to store your Workflow data off-
1818
## Keeping Essential Components
1919

2020
!!! note
21-
"Keeper" upgrade behavior requires Helm Classic 0.8.0 or newer and the workflow-rc1
21+
"Keeper" upgrade behavior requires Helm Classic 0.8.0 or newer and the workflow-v2.0.0
2222
or newer chart.
2323

2424
Helm Classic recognizes when a manifest inside a chart is marked as a "keeper"
@@ -31,7 +31,7 @@ intact so routing and DNS are preserved while reinstalling Workflow.
3131
To remove Workflow completely from a Kubernetes cluster, run the following:
3232

3333
```
34-
$ helmc uninstall -n deis -y workflow-dev
34+
$ helmc uninstall -n deis -y workflow-v2.1.0 # or the installed Workflow version
3535
$ kubectl delete ns deis # Be sure you want to delete the
3636
# Namespace and all its contents!
3737
```

0 commit comments

Comments
 (0)