mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +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
|
||||
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
|
||||
|
@ -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/)
|
||||
|
@ -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 -}}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user