# Cluster and Runtime

Helm charts are updated from time to time. Customers will be notified of each upgrade.

Customers will need to upgrade the system by using a command similar to:

```bash
helm upgrade --install node-persistence keyless/core-daemon --version 1.0.0 --timeout 10m --wait --set image.tag=1.0.0  --atomic -f values.yaml -f secrets.yaml
```

Applications are also updated from time to time. For each update customers will be notified of a specific tag which has to be set in the overrides of the correct values.yml file. After this the helm chart needs to be upgraded. This will lead to pods being recreated with the new code.

Running an unsupported component version combination may lead to a non functional installation and/or data loss.

<br>


---

# 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.keyless.io/on-premise/upgrade-procedure/cluster-and-runtime.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.
