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