[home-assistant] Update Helm chart postgresql to v11 (#1492)

* [home-assistant] Update Helm chart postgresql to v11
* feat!: Update influxdb chart to v4

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
renovate[bot] 2022-04-05 19:58:07 +02:00 committed by GitHub
parent 0890ec9196
commit 95a834e73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2022.3.2
description: Home Assistant
name: home-assistant
version: 12.2.0
version: 13.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant
@ -22,7 +22,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.3.0
- name: postgresql
version: 10.16.2
version: 11.1.13
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
@ -30,12 +30,15 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
- name: influxdb
version: 1.1.9
version: 4.0.8
repository: https://charts.bitnami.com/bitnami
condition: influxdb.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `mariadb` chart dependency to version `10.4.4`.
description: "**Breaking**: Upgraded `influxdb` chart dependency to version `4.0.8`. Be sure to check out the documentation on how to set up the integration."
links:
- name: Integration documentation
url: https://www.home-assistant.io/integrations/influxdb/
- kind: changed
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
description: Upgraded `postgresql` chart dependency to version `11.1.13`.