Skip to main content
Lerian publishes Helm charts for supported products and infrastructure components. Every chart ships through an OCI-compatible registry and follows a consistent versioning scheme. You install, upgrade, and manage each of them through the same workflow.

Available Helm charts


Lerian maintains charts for the following products and components:
  • Midaz: Core ledger engine (installation, ingress, observability, dependencies, and upgrade guides).
  • Reporter: Standalone reporting product for generating reports from Midaz data.
  • Access Manager: Shared authentication and identity service.
  • Console: Unified visual interface for Lerian products.
  • Streaming Hub: Event delivery to your own endpoints and queues.
  • Plugins: Enterprise charts for Pix, Indirect Pix (BTG), Bank Transfer, and Fees.
  • Infrastructure: Supporting components (OpenTelemetry Collector and Tracer).

OCI registry


Docker Hub’s OCI registry hosts the charts documented on these pages:
For example, to pull the Midaz chart:
The Streaming Hub chart is the exception. Pull it from oci://ghcr.io/lerianstudio/streaming-hub-helm.
Helm 3.8 or later is required for OCI registry support.

Versioning scheme


Lerian uses semantic versioning for Helm chart packages:
The chart version identifies the Helm chart package. The app version identifies the application container image that the chart deploys by default. The two move independently. Read both values from the registry instead of from a document. Replace <chart-name> with the chart you deploy:

Getting started


  1. New to Lerian? Start with Installing Midaz.
  2. Upgrading? See Upgrading Midaz Helm.
  3. Using plugins? See Plugin Helm charts.

Resources