Hi! I've published a community Helm chart for Heimdall as part of HelmForge, an MIT-licensed Helm chart repository.
The chart supports:
- Persistent /config volume with SQLite database (Recreate strategy for data safety)
- S3-compatible backup — CronJob that archives config and uploads to any S3 endpoint
- PUID/PGID file ownership control via environment variables
- Ingress support with TLS for the dashboard UI
- Timezone configuration via TZ environment variable
- CI validated with lint, template, helm-unittest, and kubeconform
This is a community chart, not affiliated with the Heimdall or LinuxServer.io projects.
Install:
helm repo add helmforge https://repo.helmforge.dev
helm install heimdall helmforge/heimdall
# Or via OCI
helm install heimdall oci://ghcr.io/helmforgedev/helm/heimdall
Hi! I've published a community Helm chart for Heimdall as part of HelmForge, an MIT-licensed Helm chart repository.
The chart supports:
This is a community chart, not affiliated with the Heimdall or LinuxServer.io projects.
Install:
helm repo add helmforge https://repo.helmforge.dev helm install heimdall helmforge/heimdall # Or via OCI helm install heimdall oci://ghcr.io/helmforgedev/helm/heimdall