fix(home-assistant): update appVersion

This commit is contained in:
WrenIX 2025-04-28 16:47:35 +02:00
parent d025b7c414
commit a7096605ce
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 5 additions and 5 deletions

View file

@ -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.20"
version: "0.3.21"
# renovate: image=ghcr.io/home-assistant/home-assistant
appVersion: "2025.4.3"
appVersion: "2025.4.4"
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
# home-assistant
![Version: 0.3.20](https://img.shields.io/badge/Version-0.3.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.4.3](https://img.shields.io/badge/AppVersion-2025.4.3-informational?style=flat-square)
![Version: 0.3.21](https://img.shields.io/badge/Version-0.3.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.4.4](https://img.shields.io/badge/AppVersion-2025.4.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.11.1-scratch"` | |
| nats.image.tag | string | `"2.11.2-scratch"` | |
| nats.livenessProbe.tcpSocket.port | string | `"nats"` | |
| nats.readinessProbe.tcpSocket.port | string | `"nats"` | |
| nats.resources.limits.cpu | string | `"100m"` | |

View file

@ -24,7 +24,7 @@ nats:
registry: docker.io
repository: library/nats
pullPolicy: IfNotPresent
tag: "2.11.1-scratch"
tag: "2.11.2-scratch"
service:
port:
nats: 4222