mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 15:59:09 +00:00
[deconz] Fix example (#1062)
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
584c3aa4ed
commit
06f98bdd5a
@ -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
|
||||||
|
@ -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/)
|
||||||
|
@ -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 -}}
|
||||||
|
@ -30,7 +30,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user