# Edit a Helm Release

**a. Helm > Helm Releases**

Click on the “Helm” tab from the left-hand sidebar. Select the Helm-Releases

<figure><img src="/files/1UGcxAigcTdpC4Dqyev2" alt=""><figcaption></figcaption></figure>

\
**b. Helm Releases View > Edit helm release**

To edit an existing Helm release, follow these steps:

1. **Navigate to Helm Releases View**: Access the "Helm Releases" view from the main menu.
2. **Locate Release**: Identify the Helm release you wish to edit from the list displayed.
3. **Initiate Edit**: Find the pencil icon located under the "Actions" column corresponding to the Helm release you want to modify. Click on the pencil icon to initiate the editing process for that release.

<figure><img src="/files/lmjSWfAALOdNq0EG3vaf" alt=""><figcaption></figcaption></figure>

**c. Edit Helm Release**

<figure><img src="/files/lmjSWfAALOdNq0EG3vaf" alt=""><figcaption></figcaption></figure>

1. **Edit Helm Chart Configuration**: Once in edit mode, you'll find all details pre-filled in the input text box. Locate the field for Helm Chart Configuration and make the necessary changes.
2. **Save Changes**: After updating the Helm Chart Version, click on the “Save” button to save your modifications.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ozone.one/ozone-end-user-guide/documentation/helm/edit-a-helm-release.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
