diff --git a/charts/stable/home-assistant/CHANGELOG.md b/charts/stable/home-assistant/CHANGELOG.md
index 00525dbd698..cc72f031a44 100644
--- a/charts/stable/home-assistant/CHANGELOG.md
+++ b/charts/stable/home-assistant/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13)
+
+
+
### [home-assistant-8.1.0](https://github.com/truecharts/apps/compare/home-assistant-8.0.8...home-assistant-8.1.0) (2021-10-13)
diff --git a/charts/stable/home-assistant/app-changelog.md b/charts/stable/home-assistant/app-changelog.md
index b76d3389f32..8269247a744 100644
--- a/charts/stable/home-assistant/app-changelog.md
+++ b/charts/stable/home-assistant/app-changelog.md
@@ -1,3 +1,3 @@
-
-### [home-assistant-8.1.0](https://github.com/truecharts/apps/compare/home-assistant-8.0.8...home-assistant-8.1.0) (2021-10-13)
+
+### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13)
diff --git a/charts/stable/home-assistant/helm-values.md b/charts/stable/home-assistant/helm-values.md
index ea4c1541aa7..4a310246458 100644
--- a/charts/stable/home-assistant/helm-values.md
+++ b/charts/stable/home-assistant/helm-values.md
@@ -11,7 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env | object | `{}` | |
+| env.PUID | int | `568` | |
| git.deployKey | string | `""` | |
| git.deployKeyBase64 | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
@@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
| influxdb.enabled | bool | `false` | |
| influxdb.persistence.enabled | bool | `false` | |
| initContainers.init-db.command[0] | string | `"/config/init/init.sh"` | |
-| initContainers.init-db.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
+| initContainers.init-db.image | string | `"{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"` | |
| initContainers.init-db.volumeMounts[0].mountPath | string | `"/config/init"` | |
| initContainers.init-db.volumeMounts[0].name | string | `"init"` | |
| initContainers.init-db.volumeMounts[1].mountPath | string | `"/config"` | |
@@ -33,9 +33,12 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| prometheus.serviceMonitor.enabled | bool | `false` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8123` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/stable/home-assistant/CHANGELOG.md b/docs/apps/stable/home-assistant/CHANGELOG.md
index 00525dbd698..cc72f031a44 100644
--- a/docs/apps/stable/home-assistant/CHANGELOG.md
+++ b/docs/apps/stable/home-assistant/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+
+### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13)
+
+
+
### [home-assistant-8.1.0](https://github.com/truecharts/apps/compare/home-assistant-8.0.8...home-assistant-8.1.0) (2021-10-13)
diff --git a/docs/apps/stable/home-assistant/helm-values.md b/docs/apps/stable/home-assistant/helm-values.md
index ea4c1541aa7..4a310246458 100644
--- a/docs/apps/stable/home-assistant/helm-values.md
+++ b/docs/apps/stable/home-assistant/helm-values.md
@@ -11,7 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env | object | `{}` | |
+| env.PUID | int | `568` | |
| git.deployKey | string | `""` | |
| git.deployKeyBase64 | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
@@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here
| influxdb.enabled | bool | `false` | |
| influxdb.persistence.enabled | bool | `false` | |
| initContainers.init-db.command[0] | string | `"/config/init/init.sh"` | |
-| initContainers.init-db.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
+| initContainers.init-db.image | string | `"{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"` | |
| initContainers.init-db.volumeMounts[0].mountPath | string | `"/config/init"` | |
| initContainers.init-db.volumeMounts[0].name | string | `"init"` | |
| initContainers.init-db.volumeMounts[1].mountPath | string | `"/config"` | |
@@ -33,9 +33,12 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
-| persistence.varrun.enabled | bool | `true` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) |
| prometheus.serviceMonitor.enabled | bool | `false` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8123` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/index.yaml b/docs/index.yaml
index 60f1074b9b6..e72fc057810 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -66458,6 +66458,41 @@ entries:
- https://github.com/truecharts/apps/releases/download/heimdall-3.1.5/heimdall-3.1.5.tgz
version: 3.1.5
home-assistant:
+ - apiVersion: v2
+ appVersion: 2021.10.4
+ created: "2021-10-13T10:36:14.839743471Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.14
+ description: home-assistant App for TrueNAS SCALE
+ digest: 6d8a0cef06e3e8c2caedc62466bf0e81196cf3ad487bfbe3d457fb0d8bc24a23
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
+ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Home_Assistant_Logo.svg/519px-Home_Assistant_Logo.svg.png
+ keywords:
+ - home-assistant
+ - hass
+ - homeassistant
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: 35702532+tprelog@users.noreply.github.com
+ name: tprelog
+ url: truecharts.org
+ name: home-assistant
+ sources:
+ - https://github.com/home-assistant/home-assistant
+ - https://github.com/cdr/code-server
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/home-assistant-8.1.1/home-assistant-8.1.1.tgz
+ version: 8.1.1
- apiVersion: v2
appVersion: 2021.10.4
created: "2021-10-13T10:05:25.174817414Z"
@@ -204259,4 +204294,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-10-13T10:05:25.25225128Z"
+generated: "2021-10-13T10:36:14.915151159Z"