You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This discussion was converted from issue #7043 on March 31, 2026 22:43.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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:
helm repo add helmforge https://repo.helmforge.dev helm install vaultwarden helmforge/vaultwarden # Or via OCI helm install vaultwarden oci://ghcr.io/helmforgedev/helm/vaultwardenWould you be open to listing this on the Third-party packages wiki page under a Helm/Kubernetes section?
Beta Was this translation helpful? Give feedback.
All reactions