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
|
appVersion: 2022.4.0
|
||||||
description: Home Assistant
|
description: Home Assistant
|
||||||
name: home-assistant
|
name: home-assistant
|
||||||
version: 13.0.1
|
version: 13.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- home-assistant
|
- home-assistant
|
||||||
@ -36,7 +36,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: "Upgraded image version to latest upstream release - 2022.4.0"
|
description: "Upgraded values.yaml to fix issue for postgresql pvc creation"
|
||||||
links:
|
|
||||||
- name: Upstream release notes
|
|
||||||
url: https://www.home-assistant.io/blog/2022/04/06/release-20224/
|
|
||||||
|
@ -84,8 +84,9 @@ postgresql:
|
|||||||
postgresqlPassword: home-assistant-pass
|
postgresqlPassword: home-assistant-pass
|
||||||
postgresqlDatabase: home-assistant
|
postgresqlDatabase: home-assistant
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
primary:
|
||||||
# storageClass: ""
|
enabled: false
|
||||||
|
# storageClass: ""
|
||||||
|
|
||||||
# -- Enable and configure influxdb database subchart under this key.
|
# -- Enable and configure influxdb database subchart under this key.
|
||||||
# For more options see [influxdb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/influxdb)
|
# For more options see [influxdb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/influxdb)
|
||||||
|
Loading…
Reference in New Issue
Block a user