Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="home-assistant-8.2.0"></a>
|
||||
### [home-assistant-8.2.0](https://github.com/truecharts/apps/compare/home-assistant-8.1.4...home-assistant-8.2.0) (2021-10-13)
|
||||
|
||||
|
||||
|
||||
<a name="home-assistant-8.1.4"></a>
|
||||
### [home-assistant-8.1.4](https://github.com/truecharts/apps/compare/home-assistant-8.1.3...home-assistant-8.1.4) (2021-10-13)
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
<a name="home-assistant-8.1.4"></a>
|
||||
### [home-assistant-8.1.4](https://github.com/truecharts/apps/compare/home-assistant-8.1.3...home-assistant-8.1.4) (2021-10-13)
|
||||
<a name="home-assistant-8.2.0"></a>
|
||||
### [home-assistant-8.2.0](https://github.com/truecharts/apps/compare/home-assistant-8.1.4...home-assistant-8.2.0) (2021-10-13)
|
||||
|
||||
@@ -22,12 +22,12 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| influxdb.database | string | `"home_assistant"` | |
|
||||
| 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.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"` | |
|
||||
| initContainers.init-db.volumeMounts[1].name | string | `"config"` | |
|
||||
| initContainers.init.command[0] | string | `"/config/init/init.sh"` | |
|
||||
| initContainers.init.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
|
||||
| initContainers.init.volumeMounts[0].mountPath | string | `"/config/init"` | |
|
||||
| initContainers.init.volumeMounts[0].name | string | `"init"` | |
|
||||
| initContainers.init.volumeMounts[1].mountPath | string | `"/config"` | |
|
||||
| initContainers.init.volumeMounts[1].name | string | `"config"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
|
||||
Reference in New Issue
Block a user