You can use the Developer perspective in the web console to update, rollback, or delete a helm release.
You have logged in to the web console and have switched to the Developer perspective.
You can upgrade a helm release to use a new chart version or update your release configuration.
In the Topology view, select the helm release to see the side panel.
Click Actions > Upgrade helm Release.
On the Upgrade helm Release page, if you can edit the Chart Version field, select the chart version you want to upgrade to, edit the values as needed, then click Upgrade to create a revision of the helm release. The helm Releases page shows both revisions.
| If you installed the helm chart using a direct URL, you can’t change Chart Version. Instead, edit the values in Form view or YAML view. |
If a release fails, you can rollback the helm release to a previous version.
To rollback a release using the helm view:
In the Developer perspective, navigate to the helm view to see the helm Releases in the namespace.
Click the Options menu adjoining the listed release, and select Rollback.
In the Rollback helm Release page, select the Revision you want to rollback to and click Rollback.
In the helm Releases page, click on the chart to see the details and resources for that release.
Go to the Revision History tab to see all the revisions for the chart.
If required, you can further use the Options menu adjoining a particular revision and select the revision to rollback to.