Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4126a24b83
commit
1aca91f4cc
|
@ -1,4 +0,0 @@
|
|||
|
||||
<a name="home-assistant-8.1.2"></a>
|
||||
### [home-assistant-8.1.2](https://github.com/truecharts/apps/compare/home-assistant-8.1.1...home-assistant-8.1.2) (2021-10-13)
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
<a name="home-assistant-8.1.3"></a>
|
||||
### [home-assistant-8.1.3](https://github.com/truecharts/apps/compare/home-assistant-8.1.2...home-assistant-8.1.3) (2021-10-13)
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 3.0.14
|
||||
digest: sha256:0c1ecfaee7e9cdd1d1971984ab8e22f3a74fb994b546e555904277f24bdf01f7
|
||||
generated: "2021-10-13T12:23:23.188286205Z"
|
||||
generated: "2021-10-13T12:40:56.404906363Z"
|
|
@ -29,4 +29,4 @@ sources:
|
|||
- https://github.com/home-assistant/home-assistant
|
||||
- https://github.com/cdr/code-server
|
||||
type: application
|
||||
version: 8.1.2
|
||||
version: 8.1.3
|
|
@ -12,10 +12,10 @@ image:
|
|||
initContainers:
|
||||
init-db:
|
||||
image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}"
|
||||
command: ["/usr/sbin/init.sh"]
|
||||
command: ["/config/init/init.sh"]
|
||||
volumeMounts:
|
||||
- name: init
|
||||
mountPath: /usr/sbin
|
||||
mountPath: /config/init
|
||||
- name: config
|
||||
mountPath: /config
|
||||
|
Loading…
Reference in New Issue