chore(deps): update helm release zwavejs2mqtt to v4

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-16 20:01:44 +00:00
committed by auricom
parent ed228c5ac4
commit 1cdfc169fb

View File

@@ -11,7 +11,7 @@ spec:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: zwavejs2mqtt
version: 3.5.0
version: 4.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
@@ -26,6 +26,7 @@ spec:
securityContext:
privileged: true
ingress:
main:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
@@ -40,17 +41,19 @@ spec:
- hosts:
- zwave.${SECRET_CLUSTER_DOMAIN}
service:
main:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
additionalVolumeMounts:
- name: usb
persistence:
config:
enabled: true
existingClaim: zwavejs2mqtt-config
mountPath: /usr/src/app/store
usb:
enabled: true
hostPath: /dev/serial/by-id/usb-0658_0200-if00
mountPath: /dev/serial/by-id/usb-0658_0200-if00
additionalVolumes:
- name: usb
hostPath:
path: /dev/serial/by-id/usb-0658_0200-if00
type: CharDevice
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
@@ -61,8 +64,3 @@ spec:
operator: In,
values: ["true"],
}
persistence:
config:
enabled: true
existingClaim: zwavejs2mqtt-config
mountPath: /usr/src/app/store