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

# Infrastructure via Helm

> Helm charts for Lerian infrastructure components — OTEL Collector, Fetcher, Flowker, and Tracer.

Lerian provides Helm charts for infrastructure components that support the core platform. These charts handle telemetry collection, data synchronization, workflow orchestration, and transaction validation. Each is deployed independently with its own versioning.

## Prerequisites

***

* A running Midaz deployment (most infrastructure components connect to Midaz services).
* Kubernetes 1.30+ and Helm 3+.

## OTEL Collector Lerian

***

OpenTelemetry Collector configured for Lerian's observability stack. Collects, processes, and exports telemetry data from Lerian services.

**OCI registry:**

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

| Chart version | OTEL  |
| :------------ | :---- |
| 2.2.1         | 2.1.0 |

## Fetcher

***

Fetcher is Lerian's internal data-extraction service. It's required **only in managed / multi-tenant deployments** (`FETCHER_ENABLED=true`), where products like Reporter and Matcher use it to reach per-tenant data sources — deploy this chart alongside them in that case. **Single-tenant, self-hosted deployments don't require it**: those products connect to their databases directly through datasource configuration. Fetcher runs behind the scenes and is never used as a standalone product.

**OCI registry:**

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

| Chart version | appVersion |
| :------------ | :--------- |
| 2.0.3         | 1.2.0      |

## Flowker

***

Flowker handles workflow orchestration and event processing within the Lerian platform.

**OCI registry:**

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

| Chart version | appVersion |
| :------------ | :--------- |
| 1.0.0         | 1.0.0      |

## Tracer

***

Tracer provides transaction validation, rule enforcement, and spending limit management for the Lerian platform.

**OCI registry:**

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

| Chart version | appVersion |
| :------------ | :--------- |
| 1.0.0         | 1.0.0      |

## Resources

***

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

* [Helm chart repository](https://github.com/LerianStudio/helm)
