From 8dd5732c214b4afd17f72dd6dbff4b503db9bf64 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 26 Jan 2025 23:25:30 +0100 Subject: [PATCH] fix(home-assistant): update everything --- home-assistant/Chart.yaml | 4 ++-- home-assistant/README.md | 4 ++-- home-assistant/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home-assistant/Chart.yaml b/home-assistant/Chart.yaml index 62cdbed..3d00686 100644 --- a/home-assistant/Chart.yaml +++ b/home-assistant/Chart.yaml @@ -3,9 +3,9 @@ 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.3 +version: 0.3.4 # renovate: image=ghcr.io/home-assistant/home-assistant -appVersion: "2025.1.3" +appVersion: "2025.1.4" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/home-assistant/README.md b/home-assistant/README.md index 8532654..e281009 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.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.1.3](https://img.shields.io/badge/AppVersion-2025.1.3-informational?style=flat-square) +![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.1.4](https://img.shields.io/badge/AppVersion-2025.1.4-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.24-scratch"` | | +| nats.image.tag | string | `"2.10.25-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 8afd727..2b4080b 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.24-scratch" + tag: "2.10.25-scratch" service: port: nats: 4222