mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
Breaking Changes: Upgrading to 3.0.0 (#154)
Upgrading zwave2mqtt to the 3.0.0 release. See [the release notes](https://github.com/OpenZWave/Zwave2Mqtt/releases/tag/v3.0.0) for all of the breaking changes Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
877e5c46a1
commit
68d7a640b3
@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: "2.2.0"
|
||||
appVersion: "3.0.0"
|
||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
||||
name: zwave2mqtt
|
||||
version: 1.0.3
|
||||
version: 2.0.0
|
||||
keywords:
|
||||
- zwave
|
||||
- mqtt
|
||||
|
@ -65,6 +65,8 @@ spec:
|
||||
name: usb
|
||||
- mountPath: /usr/src/app/store
|
||||
name: config
|
||||
- mountPath: /usr/local/etc/openzwave
|
||||
name: config
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
volumes:
|
||||
|
@ -7,7 +7,7 @@ strategyType: Recreate
|
||||
|
||||
image:
|
||||
repository: robertslando/zwave2mqtt
|
||||
tag: 2.2.0
|
||||
tag: 3.0.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# timezone to run the service as
|
||||
|
Loading…
Reference in New Issue
Block a user