mirror of
https://github.com/outbackdingo/vaultwarden.git
synced 2026-01-27 10:20:51 +00:00
- allow disabling the admin token - minor fix to writing initContainers in template - update example for signupDomains - add support for push notifications - rework storage variable and add support for custom attachments dir - Makefile for testing - fix logging configuration - use alpine image - move resource config to values.yml - add readiness probe - add funding button for repo Signed-off-by: Lester Guerzon <guerzon@proton.me>
1.0 KiB
1.0 KiB
Contributing Guide
Certificate of Origin
By contributing to this project you agree to the Developer Certificate of Origin DCO.
This document was created by the Linux Kernel community and is a simple statement that you, as a contributor, have the legal right to make the contribution.
See the DCO file for details.
How-to
-
Fork this repository, develop, and test your changes.
-
When updating the
values.yml, also update the chart documentation by using this tool. A quick way to do this is to run the tool via Docker and the script generate-readme.sh:./generate-readme.sh -
Submit a pull request.
Reminders
When submitting a pull request, please ensure that:
- The PR follow Helm best practices.
- Any change to a chart requires a version bump following semver principles.