From 9a8fba28eeb9003ad4b96ccde04f9e975d495a13 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 4 Dec 2024 00:14:45 +0100 Subject: [PATCH] fix(home-assistant): update appVersion --- home-assistant/Chart.yaml | 2 +- home-assistant/README.md | 4 ++-- home-assistant/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home-assistant/Chart.yaml b/home-assistant/Chart.yaml index 1f00635..781e0f9 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.2.7 +version: 0.2.8 # renovate: image=ghcr.io/home-assistant/home-assistant appVersion: "2024.11.3" maintainers: diff --git a/home-assistant/README.md b/home-assistant/README.md index f68f6b7..ac29e65 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.2.7](https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2024.11.3](https://img.shields.io/badge/AppVersion-2024.11.3-informational?style=flat-square) +![Version: 0.2.8](https://img.shields.io/badge/Version-0.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2024.11.3](https://img.shields.io/badge/AppVersion-2024.11.3-informational?style=flat-square) Home Assistant with tooling to run on an k3s pi @@ -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 | `"1.41.0"` | | +| zigbee2mqtt.image.tag | string | `"1.42.0"` | | | zigbee2mqtt.ingress.hosts | list | `[]` | | | zigbee2mqtt.securityContext.privileged | bool | `true` | | diff --git a/home-assistant/values.yaml b/home-assistant/values.yaml index f765128..ad0c253 100644 --- a/home-assistant/values.yaml +++ b/home-assistant/values.yaml @@ -50,7 +50,7 @@ zigbee2mqtt: registry: docker.io repository: koenkk/zigbee2mqtt pullPolicy: IfNotPresent - tag: 1.41.0 + tag: 1.42.0 device: /dev/ttyACM0 securityContext: privileged: true