mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[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:
parent
d7895d8672
commit
4aed6aa920
@ -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"
|
||||
|
@ -84,6 +84,7 @@ postgresql:
|
||||
postgresqlPassword: home-assistant-pass
|
||||
postgresqlDatabase: home-assistant
|
||||
persistence:
|
||||
primary:
|
||||
enabled: false
|
||||
# storageClass: ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user