mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[deconz] Update repository/tag and config mountPath (#1374)
* [deconz] Update repository/tag and config mountPath The deconz image repository has changed from marthoc/deconz to deconzcommunity/deconz and also requires to mounth the config to /opt/deCONZ. Also updated to the lastest stable version "Crossfade 2.12.06" from the Phoscon changelog (https://phoscon.de/en/changelog/). Signed-off-by: Daan van Gorkum <djvg@djvg.net>
This commit is contained in:
parent
d111bcdcad
commit
9e8aa6d2eb
@ -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.
|
||||
|
@ -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
|
||||
|
||||
* <https://github.com/dresden-elektronik/deconz-rest-plugin>
|
||||
* <https://github.com/marthoc/docker-deconz>
|
||||
* <https://github.com/deconz-community/deconz-docker>
|
||||
|
||||
## 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)
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user