Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deconz-6.0.0"></a>
|
||||
### [deconz-6.0.0](https://github.com/truecharts/apps/compare/deconz-5.0.7...deconz-6.0.0) (2021-12-11)
|
||||
|
||||
#### Feat
|
||||
|
||||
* move user/pass/secrets/keys from `env` to `secret` ([#1501](https://github.com/truecharts/apps/issues/1501))
|
||||
|
||||
|
||||
|
||||
<a name="deconz-5.0.7"></a>
|
||||
### [deconz-5.0.7](https://github.com/truecharts/apps/compare/deconz-5.0.6...deconz-5.0.7) (2021-12-11)
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | See below | environment variables. See [image docs](https://github.com/marthoc/docker-deconz/blob/master/README.md) for more details. |
|
||||
| env.DECONZ_DEVICE | string | `nil` | Override the location where deCONZ looks for the RaspBee/Conbee device. |
|
||||
| env.DECONZ_VNC_MODE | int | `1` | Enable VNC access to the container to view the deCONZ ZigBee mesh |
|
||||
| env.DECONZ_VNC_PASSWORD | string | `nil` | If VNC is enabled (DECONZ_VNC_MODE=1) you can change the default password "changeme" using a Secret. |
|
||||
| env.DECONZ_VNC_PORT | int | `5900` | VNC server listen port |
|
||||
| env.DECONZ_WEB_PORT | int | `8080` | Web UI listen port |
|
||||
| env.DECONZ_WS_PORT | int | `6080` | Websocket listen port |
|
||||
@@ -26,6 +25,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| secret.DECONZ_VNC_PASSWORD | string | `""` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
Reference in New Issue
Block a user