File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - Production Deployments : managing-workflow/production-deployments.md
3636 - Security Considerations : managing-workflow/security-considerations.md
3737 - Platform SSL : managing-workflow/platform-ssl.md
38- - Upgrading Deis : managing-workflow/upgrading-deis .md
38+ - Upgrading Workflow : managing-workflow/upgrading-workflow .md
3939 - Using a Proxy Server : managing-workflow/using-a-proxy-server.md
4040 - Customizing Workflow :
4141 - CLI Plugins : customizing-workflow/cli-plugins.md
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Upgrading Workflow
2+
3+ To upgrade to a newer version of Workflow, run the following:
4+
5+ ```
6+ $ helm uninstall workflow-beta1 -n deis
7+ $ helm update
8+ $ helm fetch deis/workflow-beta2
9+ $ helm generate -x manifests workflow-beta2
10+ $ helm install workflow-beta2
11+ ```
You can’t perform that action at this time.
0 commit comments