[vaultwarden] Update Helm chart postgresql to v11 (#1670)

* [vaultwarden] Update Helm chart postgresql to v11

* chore: Auto-update chart metadata

* Update Chart.yaml

* chore: Auto-update chart metadata

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <bernd@bjws.nl>
Co-authored-by: bjw-s <bjw-s@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-07-01 12:07:13 +02:00 committed by GitHub
parent c209d7415d
commit 6d3a74356f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.25.0
description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden
version: 4.2.3
version: 5.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- Vaultwarden
@ -20,14 +20,16 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: postgresql
version: 10.16.2
version: 11.6.12
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Updated Vaultwarden App Version to v1.25.0.
description: Upgraded `mariadb` chart dependency to version 11.0.14
- kind: changed
description: Upgraded `postgresql` chart dependency to version 11.6.12