> For the complete documentation index, see [llms.txt](https://docs.lenses.io/latest/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lenses.io/latest/changelog/lenses-6.0/helm.md).

# Helm Chart

Chart versions published on the `release/6.0` branch of [lenses-helm-charts](https://github.com/lensesio-dev/lenses-helm-charts). Entries are derived from the chart `version:` bumps and the corresponding commit messages.

{% updates format="full" %}
{% update date="2025-09-19" %}

## 6.0.13

* Reintroduces H2 embedded-database persistence support on the Agent via a new `persistence.storageH2` volume (split from the logs PVC)
* Bumps the external-secrets-operator (ESO) API from `v1beta1` to `v1` and exposes a `creationPolicy` knob on ExternalSecret targets (HQ + Agent)
* Adds `additionalVolumes` / `additionalVolumeMounts` to the HQ chart for mounting extra plugins or sidecar data
  {% endupdate %}

{% update date="2025-09-03" %}

## 6.0.12

{% endupdate %}

{% update date="2025-08-21" %}

## 6.0.11

{% endupdate %}

{% update date="2025-08-11" %}

## 6.0.10

{% endupdate %}

{% update date="2025-07-24" %}

## 6.0.9

* Adds `additionalPodSpec` and `additionalContainerSpec` to both HQ and Agent charts for arbitrary pod- and container-level overrides
  {% endupdate %}

{% update date="2025-07-21" %}

## 6.0.8

* Adds a `lensesHq.agents.grpc.apiMaxRecvMessageSize` knob to tune the HQ↔Agent gRPC connection
* Grants the Agent RBAC permissions for `deployments/scale` (used by SQL Processors) and ConfigMap management (used by K2K apps)
  {% endupdate %}

{% update date="2025-07-07" %}

## 6.0.7

{% endupdate %}

{% update date="2025-07-02" %}

## 6.0.6

{% endupdate %}

{% update date="2025-06-04" %}

## 6.0.5

{% endupdate %}

{% update date="2025-05-29" %}

## 6.0.4

{% endupdate %}

{% update date="2025-05-16" %}

## 6.0.3

* Switches the default container image repository from the preview `lensting/` registry to the GA `lensesio/` registry for both HQ and Agent
* Bumps the default SQL Processor image tag hint from `5.5` to `6.0`
  {% endupdate %}

{% update date="2025-04-22" %}

## 6.0.2

{% endupdate %}

{% update date="2025-04-18" %}

## 6.0.1

{% endupdate %}

{% update date="2024-07-01" %}

## 6.0.0

* Introduces the new `lenses-hq` sub-chart, the first piece of the HQ + Agent split that defines Lenses 6.0
  {% endupdate %}

{% update date="2024-10-15" %}

## 6.0.0+alpha.0

* Reformats chart `version` to a SemVer2-compliant `6.0.0+alpha.0` build-metadata form
  {% endupdate %}
  {% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.lenses.io/latest/changelog/lenses-6.0/helm.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.
