The chart is part of HelmForge, an MIT-licensed Helm chart repository. It supports:
SQLite (default), PostgreSQL, and MySQL — auto-detects the database backend
PostgreSQL and MySQL subcharts for self-contained deployments
Built-in S3-compatible backup — CronJob that runs sqlite3 .backup, pg_dump, or mysqldump depending on the active backend, then uploads to any S3 endpoint
Full Vaultwarden configuration — signups, invitations, admin panel, SMTP, websocket, domain, all configurable via values
Ingress, security contexts, network policies, and probes
CI validated with lint, template, unittest, and kubeconform
Install:
helm repo add helmforge https://repo.helmforge.dev
helm install vaultwarden helmforge/vaultwarden
# Or via OCI
helm install vaultwarden oci://ghcr.io/helmforgedev/helm/vaultwarden
Would you be open to listing this on the Third-party packages wiki page under a Helm/Kubernetes section?
Originally created by @mberlofa on GitHub (Mar 31, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7043
Hi! I noticed the wiki has a [Third-party packages](https://github.com/dani-garcia/vaultwarden/wiki/Third-party-packages) page and a [Kubernetes deployment](https://github.com/dani-garcia/vaultwarden/wiki/Kubernetes-deployment) page. I'd like to suggest adding a Helm chart I maintain.
The chart is part of [HelmForge](https://github.com/helmforgedev/charts), an MIT-licensed Helm chart repository. It supports:
- **SQLite (default), PostgreSQL, and MySQL** — auto-detects the database backend
- **PostgreSQL and MySQL subcharts** for self-contained deployments
- **Built-in S3-compatible backup** — CronJob that runs sqlite3 .backup, pg_dump, or mysqldump depending on the active backend, then uploads to any S3 endpoint
- **Full Vaultwarden configuration** — signups, invitations, admin panel, SMTP, websocket, domain, all configurable via values
- **Ingress, security contexts, network policies, and probes**
- CI validated with lint, template, unittest, and kubeconform
Install:
```bash
helm repo add helmforge https://repo.helmforge.dev
helm install vaultwarden helmforge/vaultwarden
# Or via OCI
helm install vaultwarden oci://ghcr.io/helmforgedev/helm/vaultwarden
```
- Chart source: https://github.com/helmforgedev/charts/tree/main/charts/vaultwarden
- ArtifactHub: https://artifacthub.io/packages/helm/helmforge/vaultwarden
Would you be open to listing this on the Third-party packages wiki page under a Helm/Kubernetes section?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @mberlofa on GitHub (Mar 31, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7043
Hi! I noticed the wiki has a Third-party packages page and a Kubernetes deployment page. I'd like to suggest adding a Helm chart I maintain.
The chart is part of HelmForge, an MIT-licensed Helm chart repository. It supports:
Install:
Would you be open to listing this on the Third-party packages wiki page under a Helm/Kubernetes section?