chore(deps): update container image vaultwarden/server to v1.22.1 (#619)

* chore(deps): update container image vaultwarden/server to v1.22.1

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
renovate[bot] 2021-06-29 20:46:52 +02:00 committed by GitHub
parent 2d47c2c463
commit d711191ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -31,4 +31,4 @@ name: vaultwarden
sources:
- https://github.com/dani-garcia/vaultwarden
type: application
version: 3.2.5
version: 3.2.6

View File

@ -7,7 +7,7 @@
image:
repository: vaultwarden/server
pullPolicy: IfNotPresent
tag: 1.22.0
tag: 1.22.1
envTpl:
DOMAIN: "https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"

View File

@ -3,7 +3,7 @@
image:
repository: vaultwarden/server
pullPolicy: IfNotPresent
tag: 1.22.0
tag: 1.22.1
strategy:
type: Recreate