> ## 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 vía Helm

> Instalación del Helm chart y referencia de versiones para el producto Reporter.

Reporter es un producto de reportes independiente que genera informes financieros, reportes regulatorios y exportaciones personalizadas de datos del ledger de Midaz. Ejecuta una arquitectura manager/worker para procesamiento paralelo de reportes.

## Requisitos previos

***

* Un despliegue de Midaz en ejecución con endpoints de API accesibles.
* Kubernetes 1.30+ y Helm 3+.

## Configuración clave

***

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

## Registro OCI

***

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

## Instalación

***

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

Reemplace `<version>` con la versión deseada del chart de la tabla a continuación.

## Compatibilidad de versiones

***

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

Para la matriz completa de compatibilidad entre productos, consulte [Compatibilidad de versiones](/es/platform/helm/helm-version-compatibility).

## Recursos

***

* [Documentación de Reporter](/es/reporter/what-is-reporter)
* [Repositorio del Helm chart](https://github.com/LerianStudio/helm)
