|
@@ -1,13 +1,3 @@
|
|
|
-image:
|
|
|
- pullPolicy: IfNotPresent
|
|
|
- repository: homeassistant/home-assistant
|
|
|
- tag: "2022.5.3"
|
|
|
-environmentVariables: []
|
|
|
-extraAppVolumeMounts: []
|
|
|
-web_port: 32000
|
|
|
-dnsConfig:
|
|
|
- options: []
|
|
|
-emptyDirVolumes: true
|
|
|
appVolumeMounts:
|
|
|
config:
|
|
|
emptyDir: true
|
|
@@ -15,11 +5,19 @@ appVolumeMounts:
|
|
|
media:
|
|
|
emptyDir: true
|
|
|
mountPath: /media
|
|
|
-ownerUID: 568
|
|
|
-ownerGID: 568
|
|
|
+dnsConfig:
|
|
|
+ options: []
|
|
|
+emptyDirVolumes: true
|
|
|
+environmentVariables: []
|
|
|
+extraAppVolumeMounts: []
|
|
|
hostNetwork: false
|
|
|
-timezone: "America/Los_Angeles"
|
|
|
-
|
|
|
+image:
|
|
|
+ pullPolicy: IfNotPresent
|
|
|
+ repository: homeassistant/home-assistant
|
|
|
+ tag: 2022.6.0
|
|
|
+ixChartContext: {}
|
|
|
+ownerGID: 568
|
|
|
+ownerUID: 568
|
|
|
postgresAppVolumeMounts:
|
|
|
postgres-backup:
|
|
|
emptyDir: true
|
|
@@ -34,4 +32,5 @@ postgresql:
|
|
|
dataVolume:
|
|
|
datasetName: ix-postgres_data
|
|
|
mountPath: /var/lib/postgresql/data
|
|
|
-ixChartContext: {}
|
|
|
+timezone: America/Los_Angeles
|
|
|
+web_port: 32000
|