Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
51b33bd601
commit
62a3a8297a
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="deconz-3.0.18"></a>
|
||||||
|
### [deconz-3.0.18](https://github.com/truecharts/apps/compare/deconz-3.0.17...deconz-3.0.18) (2021-10-21)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* fix identation on values.yaml ([#1210](https://github.com/truecharts/apps/issues/1210))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="deconz-3.0.17"></a>
|
<a name="deconz-3.0.17"></a>
|
||||||
### [deconz-3.0.17](https://github.com/truecharts/apps/compare/deconz-3.0.16...deconz-3.0.17) (2021-10-20)
|
### [deconz-3.0.17](https://github.com/truecharts/apps/compare/deconz-3.0.16...deconz-3.0.17) (2021-10-20)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
<a name="deconz-3.0.8"></a>
|
<a name="deconz-3.0.8"></a>
|
||||||
### [deconz-3.0.8](https://github.com/truecharts/apps/compare/deconz-3.0.7...deconz-3.0.8) (2021-10-13)
|
### [deconz-3.0.8](https://github.com/truecharts/apps/compare/deconz-3.0.7...deconz-3.0.8) (2021-10-13)
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* update non-major deps helm releases ([#1133](https://github.com/truecharts/apps/issues/1133))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="deconz-3.0.7"></a>
|
|
||||||
### [deconz-3.0.7](https://github.com/truecharts/apps/compare/deconz-3.0.6...deconz-3.0.7) (2021-10-12)
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.3.14
|
version: 8.3.14
|
||||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||||
generated: "2021-10-20T22:14:17.946238326Z"
|
generated: "2021-10-21T12:59:54.031828626Z"
|
|
@ -22,10 +22,9 @@ name: deconz
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dresden-elektronik/deconz-rest-plugin
|
- https://github.com/dresden-elektronik/deconz-rest-plugin
|
||||||
- https://github.com/marthoc/docker-deconz
|
- https://github.com/marthoc/docker-deconz
|
||||||
version: 3.0.17
|
version: 3.0.18
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
|
@ -49,9 +49,15 @@ service:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 80
|
port: 80
|
||||||
|
websocket:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
websocket:
|
websocket:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 443
|
port: 443
|
||||||
|
vnc:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
vnc:
|
vnc:
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 5900
|
port: 5900
|
Loading…
Reference in New Issue