guerzon / vaultwarden

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

Bump default AppVersion in Chart.yaml; Add RenovateBot to open PRs for this in the future #42

Closed jessebot closed 11 months ago

jessebot commented 1 year ago

This changes the default image tag to be Chart.AppVersion, and adds RenovateBot, which will run self-hosted in a scheduled GitHub Action, renovatebot/github-action. Renovate will open a PR each time there's an updated Vaultwarden docker image tag as renovateBot for now, but you can also change the user, I believe.

The only other setup required by you would be creating a Personal Access Token and adding it to the GitHub Action Repository Secrets for this repo under the name RENOVATE_TOKEN.

The .github/config.js uses a comment in the Chart.yaml to check the appVersion, by the way. You can learn more about that here.