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,31 +26,34 @@ spec:
securityContext:
privileged: true
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
hosts:
- host: zwave.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- zwave.${SECRET_CLUSTER_DOMAIN}
main:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
hosts:
- host: zwave.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- zwave.${SECRET_CLUSTER_DOMAIN}
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
additionalVolumeMounts:
- name: usb
main:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
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