What the chart installs
The chart installs three Deployments, each with its own Service and ConfigMap:
- Auth: issues and validates tokens.
- Identity: administers users, roles, and permissions.
- Caradhras, the identity backend, under the
caradhrasvalues block: holds the users, roles, and permissions that Auth and Identity act on. The chart also runs its schema migration Job, and an optional web UI Deployment. See What is Caradhras.
Prerequisites
- Standalone: you can install it independently of Midaz.
- Helm 3.8 or later for OCI registry support. Use a currently supported Kubernetes minor release in production. The chart enables HorizontalPodAutoscaler and PodDisruptionBudget resources, so the cluster must serve
autoscaling/v2andpolicy/v1.
Values you must set
The chart refuses to render without these keys:
Leave the database password empty while the bundled PostgreSQL is enabled. The subchart generates it into its own Secret, and the services read it from there. Set
auth.secrets.DB_PASSWORD only when you point the chart at an external database that has no existing Secret of its own.
OCI registry
Installation
Read the current chart version and the application version it deploys before you install:
auth.image.tag or identity.image.tag only when your release process requires a different image.

