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
|
apiVersion: v1
|
||||||
appVersion: "2.2.0"
|
appVersion: "3.0.0"
|
||||||
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: 1.0.3
|
version: 2.0.0
|
||||||
keywords:
|
keywords:
|
||||||
- zwave
|
- zwave
|
||||||
- mqtt
|
- mqtt
|
||||||
|
@ -65,6 +65,8 @@ 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
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -7,7 +7,7 @@ strategyType: Recreate
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: robertslando/zwave2mqtt
|
repository: robertslando/zwave2mqtt
|
||||||
tag: 2.2.0
|
tag: 3.0.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# timezone to run the service as
|
# timezone to run the service as
|
||||||
|
Loading…
Reference in New Issue
Block a user