File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2424Helm 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.
3131To 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```
You can’t perform that action at this time.
0 commit comments