chore(deps): update helm release zigbee2mqtt to v8

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-15 11:13:48 +00:00
committed by auricom
parent c0bc6e5cb5
commit 60bc7e1d89
3 changed files with 25 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ spec:
spec: spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/ # renovate: registryUrl=https://k8s-at-home.com/charts/
chart: zigbee2mqtt chart: zigbee2mqtt
version: 7.4.0 version: 8.1.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -62,36 +62,34 @@ spec:
securityContext: securityContext:
privileged: true privileged: true
service: service:
annotations: main:
prometheus.io/probe: "true" annotations:
prometheus.io/protocol: "http" prometheus.io/probe: "true"
prometheus.io/protocol: "http"
ingress: ingress:
enabled: true main:
annotations: enabled: true
kubernetes.io/ingress.class: "nginx" annotations:
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify" kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/" nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
hosts: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
- host: "zigbee.${SECRET_CLUSTER_DOMAIN}" hosts:
paths: - host: "zigbee.${SECRET_CLUSTER_DOMAIN}"
- path: / paths:
pathType: Prefix - path: /
tls: pathType: Prefix
- hosts: tls:
- "zigbee.${SECRET_CLUSTER_DOMAIN}" - hosts:
- "zigbee.${SECRET_CLUSTER_DOMAIN}"
persistence: persistence:
config: config:
enabled: true enabled: true
existingClaim: zigbee2mqtt-config existingClaim: zigbee2mqtt-config
mountPath: "/data" mountPath: "/data"
additionalVolumeMounts: usb:
- name: usb enabled: true
mountPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 mountPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
additionalVolumes: hostPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
- name: usb
hostPath:
path: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
type: CharDevice
affinity: affinity:
nodeAffinity: nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:

View File

@@ -8,9 +8,9 @@ spec:
interval: 5m interval: 5m
chart: chart:
spec: spec:
# renovate: registryUrl=https://grafana.github.io/loki/charts # renovate: registryUrl=https://grafana.github.io/helm-charts
chart: loki-stack chart: loki-stack
version: 2.1.2 version: 2.4.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: grafana-loki-charts name: grafana-loki-charts

View File

@@ -6,5 +6,5 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 10m interval: 10m
url: https://grafana.github.io/loki/charts url: https://grafana.github.io/helm-charts
timeout: 3m timeout: 3m