Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f287b6829c
commit
9e48cdf7a1
|
@ -1,8 +0,0 @@
|
|||
|
||||
<a name="home-assistant-8.0.6"></a>
|
||||
### [home-assistant-8.0.6](https://github.com/truecharts/apps/compare/home-assistant-8.0.5...home-assistant-8.0.6) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
<a name="home-assistant-8.0.7"></a>
|
||||
### [home-assistant-8.0.7](https://github.com/truecharts/apps/compare/home-assistant-8.0.6...home-assistant-8.0.7) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update container image ghcr.io/truecharts/home-assistant to v2021.10.4 ([#1125](https://github.com/truecharts/apps/issues/1125))
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.3.4
|
||||
digest: sha256:466b32ced71cf390f328801389648fd3a7a5ffb737231272e7073fb567cd5c20
|
||||
generated: "2021-10-12T09:34:52.207603323Z"
|
||||
generated: "2021-10-12T14:20:41.971144968Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2021.10.3"
|
||||
appVersion: "2021.10.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/home-assistant/home-assistant
|
||||
- https://github.com/cdr/code-server
|
||||
type: application
|
||||
version: 8.0.6
|
||||
version: 8.0.7
|
|
@ -16,7 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| git.deployKeyBase64 | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/truecharts/home-assistant"` | |
|
||||
| image.tag | string | `"v2021.10.3@sha256:ddc4b06d0712263614bd4a2e05cd65fdc2f710ffce4ed0a1ab59ed62361fde5a"` | |
|
||||
| image.tag | string | `"v2021.10.4@sha256:6f5892e307edd0b135f4ccab1ecee70518e0418b26e6264c23c67d1982eece86"` | |
|
||||
| influxdb.architecture | string | `"standalone"` | |
|
||||
| influxdb.authEnabled | bool | `false` | |
|
||||
| influxdb.database | string | `"home_assistant"` | |
|
|
@ -7,7 +7,7 @@
|
|||
image:
|
||||
repository: ghcr.io/truecharts/home-assistant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.10.3@sha256:ddc4b06d0712263614bd4a2e05cd65fdc2f710ffce4ed0a1ab59ed62361fde5a
|
||||
tag: v2021.10.4@sha256:6f5892e307edd0b135f4ccab1ecee70518e0418b26e6264c23c67d1982eece86
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: ghcr.io/truecharts/home-assistant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.10.3@sha256:ddc4b06d0712263614bd4a2e05cd65fdc2f710ffce4ed0a1ab59ed62361fde5a
|
||||
tag: v2021.10.4@sha256:6f5892e307edd0b135f4ccab1ecee70518e0418b26e6264c23c67d1982eece86
|
||||
|
||||
env: {}
|
||||
# TZ:
|
Loading…
Reference in New Issue