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>
|
||||
|
||||
|
||||
<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>
|
||||
### [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>
|
||||
### [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
|
||||
version: 8.3.14
|
||||
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
|
||||
generated: "2021-10-20T22:14:17.946238326Z"
|
||||
generated: "2021-10-21T12:59:54.031828626Z"
|
|
@ -22,10 +22,9 @@ name: deconz
|
|||
sources:
|
||||
- https://github.com/dresden-elektronik/deconz-rest-plugin
|
||||
- https://github.com/marthoc/docker-deconz
|
||||
version: 3.0.17
|
||||
version: 3.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -49,9 +49,15 @@ service:
|
|||
ports:
|
||||
main:
|
||||
port: 80
|
||||
websocket:
|
||||
enabled: true
|
||||
ports:
|
||||
websocket:
|
||||
enabled: true
|
||||
port: 443
|
||||
vnc:
|
||||
enabled: true
|
||||
ports:
|
||||
vnc:
|
||||
enabled: true
|
||||
port: 5900
|
Loading…
Reference in New Issue