Compare commits

..

1 Commits

Author SHA1 Message Date
ᗪєνιη ᗷυнʟ
0470f937bf [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
2020-10-14 10:37:26 -04:00
3 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 4.0.3
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
name: zwave2mqtt
version: 3.0.1
version: 4.0.0
keywords:
- zwave
- mqtt

View File

@@ -62,3 +62,14 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
```console
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
- mountPath: /usr/src/app/store
name: config
- mountPath: /usr/local/etc/openzwave
name: config
subPath: openzwave
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes: