Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-06 11:12:15 +00:00
parent 0d7d51ab12
commit 7c26985599
10 changed files with 2297 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [deconz-11.0.0](https://github.com/truecharts/charts/compare/deconz-10.0.16...deconz-11.0.0) (2023-05-06)
### Fix
- Breaking change port to new common ([#8790](https://github.com/truecharts/charts/issues/8790))
## [deconz-10.0.16](https://github.com/truecharts/charts/compare/deconz-10.0.15...deconz-10.0.16) (2023-05-03)
### Chore
- update container image tccr.io/truecharts/deconz to v2.22.00 ([#8564](https://github.com/truecharts/charts/issues/8564))
### Fix
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
- already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts ([#8720](https://github.com/truecharts/charts/issues/8720))
## [deconz-10.0.15](https://github.com/truecharts/charts/compare/deconz-10.0.14...deconz-10.0.15) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [deconz-10.0.14](https://github.com/truecharts/charts/compare/deconz-10.0.13...deconz-10.0.14) (2023-02-07)
### Chore
- update container image tccr.io/truecharts/deconz to 2.20.01
## [deconz-10.0.13](https://github.com/truecharts/charts/compare/deconz-10.0.12...deconz-10.0.13) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [deconz-10.0.12](https://github.com/truecharts/charts/compare/deconz-10.0.11...deconz-10.0.12) (2023-01-20)
### Chore
- update container image tccr.io/truecharts/deconz to v2.20.01
## [deconz-10.0.11](https://github.com/truecharts/charts/compare/deconz-10.0.10...deconz-10.0.11) (2023-01-10)
### Chore
- update container image tccr.io/truecharts/deconz to v2.20.00
## [deconz-10.0.10](https://github.com/truecharts/charts/compare/deconz-10.0.9...deconz-10.0.10) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [deconz-10.0.9](https://github.com/truecharts/charts/compare/deconz-10.0.8...deconz-10.0.9) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [deconz-10.0.8](https://github.com/truecharts/charts/compare/deconz-10.0.7...deconz-10.0.8) (2022-12-25)
### Chore
- update helm general non-major

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "2.22.00"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.6
description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
home: https://truecharts.org/charts/stable/deconz
icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png
keywords:
- deconz
- home-automation
- zigbee
- conbee
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: deconz
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/deconz
- https://github.com/dresden-elektronik/deconz-rest-plugin
- https://github.com/marthoc/docker-deconz
version: 11.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [deconz-11.0.0](https://github.com/truecharts/charts/compare/deconz-10.0.16...deconz-11.0.0) (2023-05-06)
### Fix
- Breaking change port to new common ([#8790](https://github.com/truecharts/charts/issues/8790))

View File

@ -0,0 +1,8 @@
deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/deconz](https://truecharts.org/charts/stable/deconz)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,62 @@
image:
repository: tccr.io/truecharts/deconz
tag: 2.22.00@sha256:41538ed01e8460acad5c1247afd572d52d1c54e8a1fcc51c9713899f5da6bde7
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
securityContext:
capabilities:
add:
- NET_BIND_SERVICE
env:
DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}"
DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}"
DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}"
DECONZ_UID: "{{ .Values.securityContext.container.PUID }}"
DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}"
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
# Example: /dev/ttyUSB0
DECONZ_DEVICE: ""
DECONZ_UPNP: 0
DECONZ_START_VERBOSE: 0
# -- Enable VNC access to the container to view the deCONZ ZigBee mesh
DECONZ_VNC_MODE: 1
DECONZ_VNC_PASSWORD: ""
service:
main:
ports:
main:
port: 10008
websocket:
enabled: true
ports:
websocket:
enabled: true
port: 10001
vnc:
enabled: true
ports:
vnc:
enabled: true
port: 10002
persistence:
config:
enabled: true
mountPath: "/opt/deCONZ"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File