* Change pushNotifications configuration to enable the use of existing secrets for Bitwarden installation id and key. Alternative to defining sensitive secret values as a string in values.yaml. Based on the implementation of the smtp settings. * Updated documentation for pushNotifications in values.yaml * Updated README.md to reflect changes in pushNotifications section * Upped version --------- Co-authored-by: Lester Guerzon <guerzon@proton.me>
Helm chart for Vaultwarden
Vaultwarden, formerly known as Bitwarden_RS, is an "alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal."
Description
This Helm chart is used to deploy vaultwarden with a stable configuration to Kubernetes clusters.
The vaultwarden project can be found here. To learn more about Vaultwarden, please visit the wiki.
Change of Resource Type in Versions >= 0.18.0
Starting from version 0.18.0, when a stateless configuration is detected that utilizes an external database and persistent storage, a Deployment is automatically used in favor of the current StatefulSet. This enables running multiple pods simultaneously, thereby enhancing the processes of updates, rollbacks, and scalability for load balancing. This automatic detection can be overridden by manually specifying a resourceType.
Prerequisites
- Kubernetes >= 1.12
- Helm >= 3.1.0
dockerandmakefor generating the chart documentation
Usage
Add the repository:
helm repo add vaultwarden https://guerzon.github.io/vaultwarden
Refer to the detailed documentation here.
Disclaimer
Please do your due-diligence before using this chart for a production deployment.
Nevertheless, if you find any issues while using this chart, or have any suggestions, I would appreciate it if you would submit an issue. Alternatively, PRs are appreciated!
License
See LICENSE.
Author
This Helm chart was created and maintained by Lester Guerzon.
Credits
- The
vaultwardenproject can be found here - Further information about
Bitwardenand 8bit Solutions LLC can be found here