Chart.yaml and values before choosing a version.
Midaz dependencies
Themidaz-helm chart can deploy these dependencies by default:
- Valkey
- PostgreSQL
- MongoDB
- RabbitMQ
OpenTelemetry Collector
The OpenTelemetry Collector is a separate chart. It is no longer a dependency ofmidaz-helm.
Install it separately when you use the Midaz chart’s default telemetry integration.
The chart reads the export API key from a Secret named otel-api-key, key api-key, in the release namespace. Create that Secret before you install the chart:
otel-collector-lerian.enabled by default. That setting injects OTEL environment variables into the Ledger, CRM, and Tracer deployments. It does not install a collector. The default endpoint is $(HOST_IP):4317.
If you use your own collector endpoint, disable that integration and configure the relevant OTEL variables in the service configuration.
Other charts
The Helm repository also contains charts for products such as Tracer. Their application and chart versions are independent frommidaz-helm. Inspect the chart you deploy instead of assuming a shared version.

