[deconz] Fix example (#1062)

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-06-24 08:40:38 +02:00 committed by GitHub
parent 584c3aa4ed
commit 06f98bdd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 6 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2.12.01 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. 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 name: deconz
version: 5.1.0 version: 5.1.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- deconz - deconz

View File

@ -1,6 +1,6 @@
# deconz # 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. 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). 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] ### [5.0.0]
#### Changed #### Changed
@ -124,6 +130,10 @@ This will preserve all devices, settings and access tokens. The configuration ca
- Initial release using common chart - Initial release using common chart
[5.1.1]: #511
[5.0.0]: #500
[3.0.0]: #300
## Support ## Support
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/) - See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)

View File

@ -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). 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] ### [5.0.0]
#### Changed #### Changed
@ -32,4 +38,8 @@ This will preserve all devices, settings and access tokens. The configuration ca
#### Changed #### Changed
- Initial release using common chart - Initial release using common chart
[5.1.1]: #511
[5.0.0]: #500
[3.0.0]: #300
{{- end -}} {{- end -}}

View File

@ -30,10 +30,9 @@ env:
DECONZ_VNC_PORT: 5900 DECONZ_VNC_PORT: 5900
# -- If VNC is enabled (DECONZ_VNC_MODE=1) you can change the default password "changeme" using a Secret. # -- If VNC is enabled (DECONZ_VNC_MODE=1) you can change the default password "changeme" using a Secret.
DECONZ_VNC_PASSWORD: DECONZ_VNC_PASSWORD:
# envFrom: # secretKeyRef:
# secretKeyRef: # name: deconz-vnc-password
# name: deconz-vnc-password # key: password
# key: password
# -- Configures service settings for the chart. # -- Configures service settings for the chart.
# @default -- See values.yaml # @default -- See values.yaml