chore: Auto-update chart README [skip ci]

This commit is contained in:
k8s-at-home[bot] 2022-04-05 17:58:37 +00:00
parent 95a834e73d
commit 5c62fc8d5d

View File

@ -1,6 +1,6 @@
# home-assistant
![Version: 12.2.0](https://img.shields.io/badge/Version-12.2.0-informational?style=flat-square) ![AppVersion: 2022.3.2](https://img.shields.io/badge/AppVersion-2022.3.2-informational?style=flat-square)
![Version: 13.0.0](https://img.shields.io/badge/Version-13.0.0-informational?style=flat-square) ![AppVersion: 2022.3.2](https://img.shields.io/badge/AppVersion-2022.3.2-informational?style=flat-square)
Home Assistant
@ -20,9 +20,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | influxdb | 1.1.9 |
| https://charts.bitnami.com/bitnami | influxdb | 4.0.8 |
| https://charts.bitnami.com/bitnami | mariadb | 10.4.4 |
| https://charts.bitnami.com/bitnami | postgresql | 10.16.2 |
| https://charts.bitnami.com/bitnami | postgresql | 11.1.13 |
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
## TL;DR
@ -175,7 +175,7 @@ endpoint in your Home-Assistant configuration. See the [official documentation](
## Changelog
### Version 12.2.0
### Version 13.0.0
#### Added
@ -183,8 +183,8 @@ N/A
#### Changed
* Upgraded `mariadb` chart dependency to version `10.4.4`.
* Upgraded `postgresql` chart dependency to version `10.16.2`.
* **Breaking**: Upgraded `influxdb` chart dependency to version `4.0.8`. Be sure to check out the documentation on how to set up the integration.
* Upgraded `postgresql` chart dependency to version `11.1.13`.
#### Fixed