fix(home-assistant): update dependencies

This commit is contained in:
WrenIX 2024-12-23 12:04:56 +01:00
parent 8d6d7560a8
commit 742b680c63
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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"` | |

View file

@ -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