diff --git a/charts/stable/deconz/CHANGELOG.md b/charts/stable/deconz/CHANGELOG.md
index 1f176264d97..efd2934a1c3 100644
--- a/charts/stable/deconz/CHANGELOG.md
+++ b/charts/stable/deconz/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+
+### [deconz-5.0.0](https://github.com/truecharts/apps/compare/deconz-4.0.12...deconz-5.0.0) (2021-11-28)
+
+#### Fix
+
+* move conflicting ports to 10xxx range ([#1415](https://github.com/truecharts/apps/issues/1415))
+* Move to different container repo ([#1418](https://github.com/truecharts/apps/issues/1418))
+
+
+
### [deconz-4.0.12](https://github.com/truecharts/apps/compare/deconz-4.0.11...deconz-4.0.12) (2021-11-23)
diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml
index d305a51da7d..77e50d70f51 100644
--- a/charts/stable/deconz/Chart.yaml
+++ b/charts/stable/deconz/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: "2.13.01"
+appVersion: "2.13.02"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/deconz/helm-values.md b/charts/stable/deconz/helm-values.md
index de37d4b2c1c..5762fe6a65b 100644
--- a/charts/stable/deconz/helm-values.md
+++ b/charts/stable/deconz/helm-values.md
@@ -17,12 +17,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.DECONZ_VNC_MODE | int | `1` | Enable VNC access to the container to view the deCONZ ZigBee mesh |
| env.DECONZ_VNC_PASSWORD | string | `nil` | If VNC is enabled (DECONZ_VNC_MODE=1) you can change the default password "changeme" using a Secret. |
| env.DECONZ_VNC_PORT | int | `5900` | VNC server listen port |
-| env.DECONZ_WEB_PORT | int | `80` | Web UI listen port |
-| env.DECONZ_WS_PORT | int | `443` | Websocket listen port |
+| env.DECONZ_WEB_PORT | int | `8080` | Web UI listen port |
+| env.DECONZ_WS_PORT | int | `6080` | Websocket listen port |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
-| image.repository | string | `"ghcr.io/truecharts/deconz"` | image repository |
-| image.tag | string | `"v2.13.01@sha256:92a7a439e6010e21265fa5beaa47b0172bc6b6682f4e2d26bcd43c772ff7ddbd"` | image tag |
+| image.repository | string | `"ghcr.io/deconz-community/deconz-docker"` | image repository |
+| image.tag | string | `"v2.13.02@sha256:ed4a88ee75eeaf04155c3e733cf38011247139ed265d178b67ddde46889eca8c"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/stable/deconz/CHANGELOG.md b/docs/apps/stable/deconz/CHANGELOG.md
index 1f176264d97..efd2934a1c3 100644
--- a/docs/apps/stable/deconz/CHANGELOG.md
+++ b/docs/apps/stable/deconz/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
+
+### [deconz-5.0.0](https://github.com/truecharts/apps/compare/deconz-4.0.12...deconz-5.0.0) (2021-11-28)
+
+#### Fix
+
+* move conflicting ports to 10xxx range ([#1415](https://github.com/truecharts/apps/issues/1415))
+* Move to different container repo ([#1418](https://github.com/truecharts/apps/issues/1418))
+
+
+
### [deconz-4.0.12](https://github.com/truecharts/apps/compare/deconz-4.0.11...deconz-4.0.12) (2021-11-23)
diff --git a/docs/apps/stable/deconz/helm-values.md b/docs/apps/stable/deconz/helm-values.md
index de37d4b2c1c..5762fe6a65b 100644
--- a/docs/apps/stable/deconz/helm-values.md
+++ b/docs/apps/stable/deconz/helm-values.md
@@ -17,12 +17,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.DECONZ_VNC_MODE | int | `1` | Enable VNC access to the container to view the deCONZ ZigBee mesh |
| env.DECONZ_VNC_PASSWORD | string | `nil` | If VNC is enabled (DECONZ_VNC_MODE=1) you can change the default password "changeme" using a Secret. |
| env.DECONZ_VNC_PORT | int | `5900` | VNC server listen port |
-| env.DECONZ_WEB_PORT | int | `80` | Web UI listen port |
-| env.DECONZ_WS_PORT | int | `443` | Websocket listen port |
+| env.DECONZ_WEB_PORT | int | `8080` | Web UI listen port |
+| env.DECONZ_WS_PORT | int | `6080` | Websocket listen port |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
-| image.repository | string | `"ghcr.io/truecharts/deconz"` | image repository |
-| image.tag | string | `"v2.13.01@sha256:92a7a439e6010e21265fa5beaa47b0172bc6b6682f4e2d26bcd43c772ff7ddbd"` | image tag |
+| image.repository | string | `"ghcr.io/deconz-community/deconz-docker"` | image repository |
+| image.tag | string | `"v2.13.02@sha256:ed4a88ee75eeaf04155c3e733cf38011247139ed265d178b67ddde46889eca8c"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/index.yaml b/docs/index.yaml
index ec6c0a03740..54e655dec1b 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -30078,6 +30078,40 @@ entries:
- https://github.com/truecharts/apps/releases/download/davos-0.0.2/davos-0.0.2.tgz
version: 0.0.2
deconz:
+ - annotations:
+ truecharts.org/SCALE-support: "true"
+ truecharts.org/catagories: |
+ - media
+ truecharts.org/grade: U
+ apiVersion: v2
+ appVersion: 2.13.02
+ created: "2021-11-28T13:47:55.687975641Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.9.3
+ 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.
+ digest: 36e495f6eda98d1c64fc86c3943f7f86b34be85bf76f334002dc96e91b294b5e
+ home: https://github.com/truechartsapps/tree/master/charts/stable/deconz
+ icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4
+ 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/dresden-elektronik/deconz-rest-plugin
+ - https://github.com/marthoc/docker-deconz
+ urls:
+ - https://github.com/truecharts/apps/releases/download/deconz-5.0.0/deconz-5.0.0.tgz
+ version: 5.0.0
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -251393,4 +251427,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-11-25T20:05:15.000361992Z"
+generated: "2021-11-28T13:47:55.768293824Z"