> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Reporter via Helm

> Helm chart installation and version reference for the Reporter product.

Reporter is a standalone reporting product that generates financial reports, regulatory filings, and custom data exports from Midaz ledger data. It runs a manager/worker architecture for parallel report processing.

## Prerequisites

***

* A running Midaz deployment with accessible API endpoints.
* Kubernetes 1.30+ and Helm 3+.

## Key configuration

***

```yaml theme={null}
reporter:
  manager:
    image:
      tag: "1.1.1"
  worker:
    image:
      tag: "1.1.1"
```

## OCI registry

***

```bash theme={null}
oci://registry-1.docker.io/lerianstudio/reporter
```

## Installation

***

```bash theme={null}
helm install reporter oci://registry-1.docker.io/lerianstudio/reporter --version <version> -n reporter --create-namespace
```

Replace `<version>` with the desired chart version from the table below.

## Version compatibility

***

| Chart version | Manager | Worker |
| :------------ | :------ | :----- |
| 2.0.0         | 1.1.1   | 1.1.1  |
| 1.1.7         | 4.0.0   | 4.0.0  |

For the full cross-product compatibility matrix, see [Version compatibility](/en/platform/helm/helm-version-compatibility).

## Resources

***

* [Reporter documentation](/en/reporter/what-is-reporter)
* [Helm chart repository](https://github.com/LerianStudio/helm)
