diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index b4790178..0121ee03 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 2.12.01 +appVersion: 2.12.06 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. name: deconz -version: 6.2.0 +version: 6.3.0 kubeVersion: ">=1.16.0-0" keywords: - deconz @@ -13,7 +13,7 @@ home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/deconz icon: https://avatars1.githubusercontent.com/u/4217524?s=400&v=4 sources: - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/marthoc/docker-deconz + - https://github.com/deconz-community/deconz-docker maintainers: - name: billimek email: jeff@billimek.com @@ -24,4 +24,8 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. + description: Changed repository from `marthoc/deconz` to `deconzcommunity/deconz`. + - kind: changed + description: Bumped application version to `2.12.06` from https://phoscon.de/en/changelog/. + - kind: changed + description: Changed config mounthPath to `/opt/deCONZ` as required by new image. diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index 8d382dd2..9d36e6a7 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -1,6 +1,6 @@ # deconz -![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 2.12.01](https://img.shields.io/badge/AppVersion-2.12.01-informational?style=flat-square) +![Version: 6.3.0](https://img.shields.io/badge/Version-6.3.0-informational?style=flat-square) ![AppVersion: 2.12.06](https://img.shields.io/badge/AppVersion-2.12.06-informational?style=flat-square) 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. @@ -9,7 +9,7 @@ deCONZ is an easy to use control software, with which you can set up and control ## Source Code * -* +* ## Requirements @@ -86,8 +86,8 @@ N/A | env.DECONZ_WS_PORT | int | `443` | Websocket listen port | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"marthoc/deconz"` | image repository | -| image.tag | string | `"2.12.01"` | image tag | +| image.repository | string | `"deconzcommunity/deconz"` | image repository | +| image.tag | string | `"2.12.06"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence.usb | object | See values.yaml | Configure a hostPathMount to mount a USB device in the container. | @@ -96,7 +96,7 @@ N/A ## Changelog -### Version 6.2.0 +### Version 6.3.0 #### Added @@ -104,7 +104,9 @@ N/A #### Changed -* Upgraded `common` chart dependency to version `4.3.0`. +* Changed repository from `marthoc/deconz` to `deconzcommunity/deconz`. +* Bumped application version to `2.12.06` from https://phoscon.de/en/changelog/. +* Changed config mounthPath to `/opt/deCONZ` as required by new image. #### Fixed @@ -120,6 +122,3 @@ A historical overview of changes can be found on [ArtifactHUB](https://artifacth - Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose) - Ask a [question](https://github.com/k8s-at-home/organization/discussions) - Join our [Discord](https://discord.gg/sTMX7Vh) community - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v0.1.1](https://github.com/k8s-at-home/helm-docs/releases/v0.1.1) diff --git a/charts/stable/deconz/values.yaml b/charts/stable/deconz/values.yaml index 6aacd03c..c840fb0f 100644 --- a/charts/stable/deconz/values.yaml +++ b/charts/stable/deconz/values.yaml @@ -7,9 +7,9 @@ image: # -- image repository - repository: marthoc/deconz + repository: deconzcommunity/deconz # -- image tag - tag: 2.12.01 + tag: 2.12.06 # -- image pull policy pullPolicy: IfNotPresent @@ -63,7 +63,7 @@ securityContext: persistence: config: enabled: false - mountPath: /root/.local/share/dresden-elektronik/deCONZ + mountPath: /opt/deCONZ # -- Configure a hostPathMount to mount a USB device in the container. # @default -- See values.yaml usb: