A collection of production-ready Helm charts for self-hosted services.
| Chart | App version | What it deploys |
|---|---|---|
| bulwark-mail | 1.6.0 | Bulwark JMAP webmail. Native Ingress, multi-host TLS, OIDC, optional ServiceMonitor / NetworkPolicy / PVC for settings sync. |
| chibisafe | latest | Chibisafe file vault and sharing platform. |
| ente-photos | latest | Ente Photos end-to-end encrypted photo storage. Bundled museum API + photos / albums / accounts / auth / cast / share frontends; optional custom CA mount, ServiceMonitor, NetworkPolicy, PDB. |
| overpass-api | latest | Overpass API — read-only OpenStreetMap query service. |
| stalwart-mail-ha | 0.16.3 | Stalwart mail server (SMTP, IMAP, JMAP, CalDAV/CardDAV) with multi-replica HA. Postgres / MySQL / FoundationDB / RocksDB / SQLite data stores, separate mail and HTTP Services, optional Ingress / ServiceMonitor / NetworkPolicy / PDB / HPA. |
helm repo add l4gdev https://l4gdev.github.io/helm-charts
helm repo updatehelm install bulwark l4gdev/bulwark-mail -f my-values.yaml
helm install chibisafe l4gdev/chibisafe -f my-values.yaml
helm install ente l4gdev/ente-photos -f my-values.yaml
helm install overpass l4gdev/overpass-api -f my-values.yaml
helm install mail l4gdev/stalwart-mail-ha -f my-values.yamlEach chart ships an examples/ directory with reference values (minimal, HA, OIDC, LDAP, etc.).
Start there.
helm search repo l4gdev- Kubernetes 1.23+
- Helm 3.8+
helm lint charts/<chart-name>
helm template test charts/<chart-name> -f charts/<chart-name>/examples/values-minimal.yaml \
| kubectl apply --dry-run=client -f -CI (.github/workflows/lint-test.yaml) runs ct lint against changed charts on every PR.
- Fork
- Branch (
feature/...) - Update / add chart, bump
Chart.yamlversionand theartifacthub.io/changesannotation - Run
helm lintandhelm template ... | kubectl apply --dry-run=client -f - - Open a pull request
Charts are licensed under the MIT License unless otherwise noted. Individual applications deployed by these charts have their own licenses (AGPL-3.0 in most cases).
Provided as-is, no warranties.