Continue working on exercise 4.

This commit is contained in:
2023-12-06 22:41:20 +13:00
parent f93b5b19f8
commit f9ceb402da
2 changed files with 17 additions and 1 deletions

View File

@ -92,6 +92,22 @@ From here it is trivial to perform a **Rollback** to remove our misconfigured up
</Zoom> </Zoom>
## 4.4 - Rollback to a previous helm release
Our previous helm upgrade for the Gitea application didn't succeed due to the misconfiguration we supplied. **Helm** has features for rolling back to a previous release through the `helm rollback` command line interface. OpenShift has made this even easier by adding native support for interactive rollbacks in the OpenShift web console so let's give that a go now.
Start in the **Helm** view of the **Developer** perspective.
In the **Helm Releases** tab you should see one release called `gitea`.
Click the three dot menu to the right hand side of the that helm release and click **Rollback**.
Select the radio button for revision `1` which should be showing a status of `Deployed`, then click **Rollback**.
<Zoom>
|![helm-rollback](/ocp-app-delivery-workshop/static/images/helm-rollback.gif) |
|:-------------------------------------------------------------------:|
| *Rolling back to a previous gitea helm release* |
</Zoom>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB