Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-13 10:36:16 +00:00
parent 1640f5f743
commit 8c3d78ac5a
6 changed files with 60 additions and 9 deletions

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="home-assistant-8.1.1"></a>
### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13)
<a name="home-assistant-8.1.0"></a>
### [home-assistant-8.1.0](https://github.com/truecharts/apps/compare/home-assistant-8.0.8...home-assistant-8.1.0) (2021-10-13)

View File

@ -1,3 +1,3 @@
<a name="home-assistant-8.1.0"></a>
### [home-assistant-8.1.0](https://github.com/truecharts/apps/compare/home-assistant-8.0.8...home-assistant-8.1.0) (2021-10-13)
<a name="home-assistant-8.1.1"></a>
### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13)

View File

@ -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

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="home-assistant-8.1.1"></a>
### [home-assistant-8.1.1](https://github.com/truecharts/apps/compare/home-assistant-8.1.0...home-assistant-8.1.1) (2021-10-13)
<a name="home-assistant-8.1.0"></a>
### [home-assistant-8.1.0](https://github.com/truecharts/apps/compare/home-assistant-8.0.8...home-assistant-8.1.0) (2021-10-13)

View File

@ -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

View File

@ -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"