mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[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:
parent
c209d7415d
commit
6d3a74356f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user