(removed one more comment before publishing) |
(removing reference to the latest version (it changes all the time)) |
||
Line 1: | Line 1: | ||
− | =Rolling Back from 9.0.002.74 to 9.0.002.57= | + | =Rolling Back <strike>from 9.0.002.74</strike> to 9.0.002.57= |
Before you roll back, please invoke the following command: | Before you roll back, please invoke the following command: |
Revision as of 17:54, December 11, 2020
Rolling Back from 9.0.002.74 to 9.0.002.57
Before you roll back, please invoke the following command:
helm test gws -n gws-service
Where:
- gws is the name of deployment.
- -n gws-service is the Kubernetes namespace name to deploy to.
Then, roll back through Helm using the following command:
helm rollback gws 0 -n gws-service
Where:
- gws is the name of deployment.
- 0 is the option to roll back to the last successful release.
- -n gws-service is the Kubernetes namespace name to deploy to.
Comments or questions about this documentation? Contact us for support!