Skip to content

Commit abd3279

Browse files
author
Matthew Fisher
committed
Merge pull request #143 from bacongobbler/upgrading-workflow
feat(managing-deis): lazy pass at upgrading workflow
2 parents 2596194 + ac45c58 commit abd3279

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pages:
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

src/managing-workflow/upgrading-deis.md

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
```

0 commit comments

Comments
 (0)