[homeassistant] fix pvc for postgresql (#1521)

* [homeassistant] fix pvc for postgresql

Signed-off-by: Lars Kerick <Brice187@users.noreply.github.com>

* [homeassistant] fix pvc for postgresql

* [homeassistant] add new line

Signed-off-by: Lars Kerick <Brice187@users.noreply.github.com>
This commit is contained in:
Lars Kerick 2022-04-18 21:09:55 +02:00 committed by GitHub
parent d7895d8672
commit 4aed6aa920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2022.4.0
description: Home Assistant
name: home-assistant
version: 13.0.1
version: 13.0.2
kubeVersion: ">=1.16.0-0"
keywords:
- home-assistant
@ -36,7 +36,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Upgraded image version to latest upstream release - 2022.4.0"
links:
- name: Upstream release notes
url: https://www.home-assistant.io/blog/2022/04/06/release-20224/
description: "Upgraded values.yaml to fix issue for postgresql pvc creation"

View File

@ -84,6 +84,7 @@ postgresql:
postgresqlPassword: home-assistant-pass
postgresqlDatabase: home-assistant
persistence:
primary:
enabled: false
# storageClass: ""