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:
parent
2d47c2c463
commit
d711191ef2
|
@ -31,4 +31,4 @@ name: vaultwarden
|
|||
sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 3.2.5
|
||||
version: 3.2.6
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: vaultwarden/server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.22.0
|
||||
tag: 1.22.1
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
Loading…
Reference in New Issue