[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:
ᗪєνιη ᗷυнʟ 2020-10-14 10:37:26 -04:00 committed by GitHub
parent 930df4c36b
commit 0470f937bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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: