> 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/k2k/k2k-helm.md).

# Helm Chart

Chart versions published on `main` of [k2k-helm-charts](https://github.com/lensesio-dev/k2k-helm-charts).

## 2.0.0

*Released: 2026-04-29*

* Adds an optional offset-mapper sidecar deployment (with its own configmap, service, RBAC and serviceaccount) to translate consumer-group offsets between source and target clusters
* Hardens image helpers to avoid double-tag references when `repository` already includes a tag, and pins K2K and offset-mapper images to the `2.0` tag
* Fixes missing `spec.selector` on services, corrects sidecar placement under `containers`, aligns component labels, and validates that `offsetMapper.enabled` and the `offsetMapping` feature flag are set together

## 1.2.0

*Released: 2026-01-13*

## 1.1.0

*Released: 2025-11-27*

## 1.0.0

*Released: 2025-10-29*

## 0.5.0

*Released: 2025-10-23*

## 0.4.0

*Released: 2025-10-07*

## 0.3.0

*Released: 2025-09-16*

* Reworks `values.yaml` example comments for `replicationConfig`, adds a SASL-SSL example, and refreshes the plaintext and SSL examples
* Moves `additionalVolumeMounts` and `additionalVolumes` to the Extras section

## 0.2.0

*Released: 2025-08-21*

## 0.1.0

*Released: 2025-08-08*

* Renames the chart from `lenses-k2k` to `k2k` and switches the image repository from `lensting/k2k` to `lensesio/k2k`
* Standardises component labels and metadata, and renames `acceptEULA` to `acceptEula` in the license configuration
* Adds the chart icon


---

# 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/k2k/k2k-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.
