From 0a5e2252a448541f57700db09581191ce6220fa3 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 2 Mar 2025 21:39:22 +0100 Subject: [PATCH] fix(home-assistant): updates of dependencies --- home-assistant/Chart.yaml | 2 +- home-assistant/README.md | 6 +++--- home-assistant/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home-assistant/Chart.yaml b/home-assistant/Chart.yaml index 8a1e39e..fc1f2d5 100644 --- a/home-assistant/Chart.yaml +++ b/home-assistant/Chart.yaml @@ -3,7 +3,7 @@ name: home-assistant description: Home Assistant with tooling to run on an k3s pi icon: https://www.home-assistant.io/images/favicon-192x192.png type: application -version: "0.3.9" +version: "0.3.10" # renovate: image=ghcr.io/home-assistant/home-assistant appVersion: "2025.2.5" maintainers: diff --git a/home-assistant/README.md b/home-assistant/README.md index 757d5e4..97af75e 100644 --- a/home-assistant/README.md +++ b/home-assistant/README.md @@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi" # home-assistant -![Version: 0.3.9](https://img.shields.io/badge/Version-0.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.2.5](https://img.shields.io/badge/AppVersion-2025.2.5-informational?style=flat-square) +![Version: 0.3.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.2.5](https://img.shields.io/badge/AppVersion-2025.2.5-informational?style=flat-square) Home Assistant with tooling to run on an k3s pi @@ -70,7 +70,7 @@ helm uninstall home-assistant-release | nats.image.pullPolicy | string | `"IfNotPresent"` | | | nats.image.registry | string | `"docker.io"` | | | nats.image.repository | string | `"library/nats"` | | -| nats.image.tag | string | `"2.10.25-scratch"` | | +| nats.image.tag | string | `"2.10.26-scratch"` | | | nats.livenessProbe.tcpSocket.port | string | `"nats"` | | | nats.readinessProbe.tcpSocket.port | string | `"nats"` | | | nats.resources.limits.cpu | string | `"100m"` | | @@ -113,7 +113,7 @@ helm uninstall home-assistant-release | zigbee2mqtt.image.pullPolicy | string | `"IfNotPresent"` | | | zigbee2mqtt.image.registry | string | `"docker.io"` | | | zigbee2mqtt.image.repository | string | `"koenkk/zigbee2mqtt"` | | -| zigbee2mqtt.image.tag | string | `"2.1.1"` | | +| zigbee2mqtt.image.tag | string | `"2.1.3"` | | | zigbee2mqtt.ingress.hosts | list | `[]` | | | zigbee2mqtt.securityContext.privileged | bool | `true` | | diff --git a/home-assistant/values.yaml b/home-assistant/values.yaml index d245797..09c936e 100644 --- a/home-assistant/values.yaml +++ b/home-assistant/values.yaml @@ -24,7 +24,7 @@ nats: registry: docker.io repository: library/nats pullPolicy: IfNotPresent - tag: "2.10.25-scratch" + tag: "2.10.26-scratch" service: port: nats: 4222 @@ -50,7 +50,7 @@ zigbee2mqtt: registry: docker.io repository: koenkk/zigbee2mqtt pullPolicy: IfNotPresent - tag: 2.1.1 + tag: 2.1.3 device: /dev/ttyACM0 securityContext: privileged: true