mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
[zwave2mqtt] Remove the persistent /usr/local/etc/openzwave volume (#90)
* Remove the persistent /usr/local/etc/openzwave volume * Bump chart version * bump to major version * add upgrade instructions
This commit is contained in:
parent
930df4c36b
commit
0470f937bf
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.0.3
|
appVersion: 4.0.3
|
||||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
||||||
name: zwave2mqtt
|
name: zwave2mqtt
|
||||||
version: 3.0.1
|
version: 4.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- zwave
|
- zwave
|
||||||
- mqtt
|
- mqtt
|
||||||
|
@ -62,3 +62,14 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
|
|||||||
```console
|
```console
|
||||||
helm install --name my-release -f values.yaml stable/zwave2mqtt
|
helm install --name my-release -f values.yaml stable/zwave2mqtt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Upgrading an existing Release to a new major version
|
||||||
|
|
||||||
|
A major chart version change (like 2.2.2 -> 3.0.0) indicates that there is an
|
||||||
|
incompatible breaking change needing manual actions.
|
||||||
|
|
||||||
|
### Upgrading from 3.x.x to 4.x.x
|
||||||
|
|
||||||
|
Upgrading to this release it is suggested to enable the flag in Settings > Zwave > Auto update database
|
||||||
|
|
||||||
|
In order to use an updated configuration for the devices, you have to send a refreshNodeInfo to that node
|
||||||
|
@ -65,9 +65,6 @@ spec:
|
|||||||
name: usb
|
name: usb
|
||||||
- mountPath: /usr/src/app/store
|
- mountPath: /usr/src/app/store
|
||||||
name: config
|
name: config
|
||||||
- mountPath: /usr/local/etc/openzwave
|
|
||||||
name: config
|
|
||||||
subPath: openzwave
|
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user