[wallabag] Update dependencies (#1672)

* [wallabag] Update Helm chart mariadb to v11
* Merge other dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-07-01 08:27:39 +00:00 committed by GitHub
parent 8ed1c8c575
commit 07d6c67695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.4.2
description: A self hostable application for saving web pages, freely.
name: wallabag
version: 6.2.2
version: 7.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- wallabag
@ -20,18 +20,22 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: redis
version: 15.7.6
version: 16.13.1
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
- name: postgresql
version: 10.16.2
version: 11.6.12
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `redis` chart dependency to version 16.13.1
- kind: changed
description: Upgraded `postgresql` chart dependency to version 11.6.12
- kind: changed
description: Upgraded `mariadb` chart dependency to version 11.0.14