fix(home-assistant): update everything
This commit is contained in:
parent
b8d36b5296
commit
8dd5732c21
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
|
|||
|
||||
# home-assistant
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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"` | |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue