Community-maintained Helm chart for Kubernetes deployment #6

Closed
opened 2026-04-05 20:28:55 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @mberlofa on 3/31/2026

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:

  • 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 3/31/2026* 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?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#6