guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
117 stars 60 forks source link

Create ci-helm-lint-test.yml - adds a linter that runs on all new PRs #43

Closed jessebot closed 8 months ago

jessebot commented 11 months ago

This would just make sure that each PR that comes through, runs against a basic check to see if the Chart will install as per the instructions in the README.md.

jessebot commented 11 months ago

I've tested this in my fork where it's currently working, and after you clean up the extra space at the top of your values.yaml, and fix https://github.com/guerzon/vaultwarden/pull/45 then it should validate and work fine and if not, it will show in the logs what's wrong.

guerzon commented 8 months ago

Thanks @jessebot