From 742b680c63604d43be41824042d325d06c29f5c7 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Mon, 23 Dec 2024 12:04:56 +0100 Subject: [PATCH] fix(home-assistant): update dependencies --- 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 853fa12..dc6a3bf 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.11 +version: 0.2.12 # renovate: image=ghcr.io/home-assistant/home-assistant appVersion: "2024.12.3" maintainers: diff --git a/home-assistant/README.md b/home-assistant/README.md index 29e42d8..cbf9f4b 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.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2024.12.3](https://img.shields.io/badge/AppVersion-2024.12.3-informational?style=flat-square) +![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2024.12.3](https://img.shields.io/badge/AppVersion-2024.12.3-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.23-scratch"` | | +| nats.image.tag | string | `"2.10.24-scratch"` | | | nats.livenessProbe.tcpSocket.port | string | `"nats"` | | | nats.readinessProbe.tcpSocket.port | string | `"nats"` | | | nats.resources.limits.cpu | string | `"100m"` | | diff --git a/home-assistant/values.yaml b/home-assistant/values.yaml index 3656a95..a3e051c 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.23-scratch" + tag: "2.10.24-scratch" service: port: nats: 4222