Luca a343da86e4 Reduce all nindents in _podSpec.tpl by 6 spaces to align the elements correctly (#82)
* Reduce all nindents by 6 spaces to align the elements correctly

All nindents in the _podSpec.tpl file should be reduced by 6 spaces because the PodSpec is already aligned by 6 spaces. Otherwise, they would add up and e.g. a sidecar would be prepended with 6+8=14 spaces, which would not work.

* Update version to 0.22.6 in Chart.yaml
2024-03-16 20:01:33 +08:00
2023-11-05 18:02:31 +08:00
2022-03-19 17:01:51 +01:00
2023-11-05 00:52:59 +08:00
2023-11-05 18:02:31 +08:00
2022-03-18 10:01:21 +01:00
2023-11-05 18:02:31 +08:00

Helm chart for Vaultwarden

MIT Licensed Artifact Hub

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
  • docker and make for 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 vaultwarden project can be found here
  • Further information about Bitwarden and 8bit Solutions LLC can be found here

References

Description
No description provided
Readme MIT 295 KiB
Languages
Smarty 96.3%
Shell 3%
Makefile 0.7%