guerzon / vaultwarden

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

Version Bump to Vaultwarden 1.32.0 #115

Closed Jannik-Hm closed 2 months ago

Jannik-Hm commented 2 months ago

Hey @guerzon,

would it be possible to update the vaultwarden image to the latest (v1.32.0)?

There are some CVE fixes listed in the release notes, so it would be quite nice from a security standpoint.

Are there any points against updating the chart?

guerzon commented 2 months ago

Hi @Jannik-Hm, thanks for raising this.

Users can at any time override the application version by setting the image version in their values:

image:
  tag: "1.32.0-alpine"

I have now updated the default image tag to the latest one.

Jannik-Hm commented 2 months ago

Thank you very much for the quick response @guerzon.

Good to know about the override 😄.