diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index 8629a479..c814b4e1 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.12.01 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: 5.1.0 +version: 5.1.1 kubeVersion: ">=1.16.0-0" keywords: - deconz diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md index b6530a5a..5ce09946 100644 --- a/charts/stable/deconz/README.md +++ b/charts/stable/deconz/README.md @@ -1,6 +1,6 @@ # deconz -![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![AppVersion: 2.12.01](https://img.shields.io/badge/AppVersion-2.12.01-informational?style=flat-square) +![Version: 5.1.1](https://img.shields.io/badge/Version-5.1.1-informational?style=flat-square) ![AppVersion: 2.12.01](https://img.shields.io/badge/AppVersion-2.12.01-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. @@ -100,6 +100,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [5.1.1] + +#### Fixed + +- Fixed the `DECONZ_VNC_PASSWORD` example. + ### [5.0.0] #### Changed @@ -124,6 +130,10 @@ This will preserve all devices, settings and access tokens. The configuration ca - Initial release using common chart +[5.1.1]: #511 +[5.0.0]: #500 +[3.0.0]: #300 + ## Support - See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/) diff --git a/charts/stable/deconz/README_CHANGELOG.md.gotmpl b/charts/stable/deconz/README_CHANGELOG.md.gotmpl index 6e8df8e8..d125ee44 100644 --- a/charts/stable/deconz/README_CHANGELOG.md.gotmpl +++ b/charts/stable/deconz/README_CHANGELOG.md.gotmpl @@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [5.1.1] + +#### Fixed + +- Fixed the `DECONZ_VNC_PASSWORD` example. + ### [5.0.0] #### Changed @@ -32,4 +38,8 @@ This will preserve all devices, settings and access tokens. The configuration ca #### Changed - Initial release using common chart + +[5.1.1]: #511 +[5.0.0]: #500 +[3.0.0]: #300 {{- end -}} diff --git a/charts/stable/deconz/values.yaml b/charts/stable/deconz/values.yaml index ba66b961..6aacd03c 100644 --- a/charts/stable/deconz/values.yaml +++ b/charts/stable/deconz/values.yaml @@ -30,10 +30,9 @@ env: DECONZ_VNC_PORT: 5900 # -- If VNC is enabled (DECONZ_VNC_MODE=1) you can change the default password "changeme" using a Secret. DECONZ_VNC_PASSWORD: - # envFrom: - # secretKeyRef: - # name: deconz-vnc-password - # key: password + # secretKeyRef: + # name: deconz-vnc-password + # key: password # -- Configures service settings for the chart. # @default -- See values.yaml