From 60bc7e1d891ca38f4d17752a8b87d3f483ad5160 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Jun 2021 11:13:48 +0000 Subject: [PATCH] chore(deps): update helm release zigbee2mqtt to v8 Signed-off-by: Auricom --- .../apps/home/zigbee2mqtt/helm-release.yaml | 46 +++++++++---------- .../monitoring/loki-stack/helm-release.yaml | 4 +- .../charts/grafana-loki-charts.yaml | 2 +- 3 files changed, 25 insertions(+), 27 deletions(-) diff --git a/cluster/apps/home/zigbee2mqtt/helm-release.yaml b/cluster/apps/home/zigbee2mqtt/helm-release.yaml index 3d20a2e9e..072597422 100644 --- a/cluster/apps/home/zigbee2mqtt/helm-release.yaml +++ b/cluster/apps/home/zigbee2mqtt/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://k8s-at-home.com/charts/ chart: zigbee2mqtt - version: 7.4.0 + version: 8.1.1 sourceRef: kind: HelmRepository name: k8s-at-home-charts @@ -62,36 +62,34 @@ spec: securityContext: privileged: true service: - annotations: - prometheus.io/probe: "true" - prometheus.io/protocol: "http" + main: + annotations: + prometheus.io/probe: "true" + prometheus.io/protocol: "http" 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: "zigbee.${SECRET_CLUSTER_DOMAIN}" - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - "zigbee.${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: "zigbee.${SECRET_CLUSTER_DOMAIN}" + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - "zigbee.${SECRET_CLUSTER_DOMAIN}" persistence: config: enabled: true existingClaim: zigbee2mqtt-config mountPath: "/data" - additionalVolumeMounts: - - name: usb + usb: + enabled: true mountPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 - additionalVolumes: - - name: usb - hostPath: - path: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 - type: CharDevice + hostPath: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: diff --git a/cluster/apps/monitoring/loki-stack/helm-release.yaml b/cluster/apps/monitoring/loki-stack/helm-release.yaml index 9db0c92cf..d380774cd 100644 --- a/cluster/apps/monitoring/loki-stack/helm-release.yaml +++ b/cluster/apps/monitoring/loki-stack/helm-release.yaml @@ -8,9 +8,9 @@ spec: interval: 5m chart: spec: - # renovate: registryUrl=https://grafana.github.io/loki/charts + # renovate: registryUrl=https://grafana.github.io/helm-charts chart: loki-stack - version: 2.1.2 + version: 2.4.1 sourceRef: kind: HelmRepository name: grafana-loki-charts diff --git a/cluster/base-custom/charts/grafana-loki-charts.yaml b/cluster/base-custom/charts/grafana-loki-charts.yaml index 8780e9346..0f111a415 100644 --- a/cluster/base-custom/charts/grafana-loki-charts.yaml +++ b/cluster/base-custom/charts/grafana-loki-charts.yaml @@ -6,5 +6,5 @@ metadata: namespace: flux-system spec: interval: 10m - url: https://grafana.github.io/loki/charts + url: https://grafana.github.io/helm-charts timeout: 3m