This is a cache of https://docs.okd.io/latest/applications/working_with_helm_charts/odc-working-with-helm-releases.html. It is a snapshot of the page at 2026-05-16T18:53:35.659+0000.
Working with <strong>helm</strong> releases - Working with <strong>helm</strong> charts | Building applications | OKD 4
×

You can use the Developer perspective in the web console to update, rollback, or delete a helm release.

Prerequisites

Upgrading a helm release

You can upgrade a helm release to use a new chart version or update your release configuration.

Procedure
  1. In the Topology view, select the helm release to see the side panel.

  2. Click Actions > Upgrade helm Release.

  3. 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.

Rolling back a helm release

If a release fails, you can rollback the helm release to a previous version.

Procedure

To rollback a release using the helm view:

  1. In the Developer perspective, navigate to the helm view to see the helm Releases in the namespace.

  2. Click the Options menu kebab adjoining the listed release, and select Rollback.

  3. In the Rollback helm Release page, select the Revision you want to rollback to and click Rollback.

  4. In the helm Releases page, click on the chart to see the details and resources for that release.

  5. Go to the Revision History tab to see all the revisions for the chart.

    odc helm revision history
    Figure 1. helm revision history
  6. If required, you can further use the Options menu kebab adjoining a particular revision and select the revision to rollback to.

Deleting a helm release

Procedure
  1. In the Topology view, right-click the helm release and select Delete helm Release.

  2. In the confirmation prompt, enter the name of the chart and click Delete.