fix(home-assistant): update nats
This commit is contained in:
parent
0a9cd7f761
commit
d9c2ecda3d
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ name: home-assistant
|
||||||
description: Home Assistant with tooling to run on an k3s pi
|
description: Home Assistant with tooling to run on an k3s pi
|
||||||
icon: https://www.home-assistant.io/images/favicon-192x192.png
|
icon: https://www.home-assistant.io/images/favicon-192x192.png
|
||||||
type: application
|
type: application
|
||||||
version: "0.3.14"
|
version: "0.3.15"
|
||||||
# renovate: image=ghcr.io/home-assistant/home-assistant
|
# renovate: image=ghcr.io/home-assistant/home-assistant
|
||||||
appVersion: "2025.3.3"
|
appVersion: "2025.3.3"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
|
||||||
|
|
||||||
# home-assistant
|
# home-assistant
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Home Assistant with tooling to run on an k3s pi
|
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.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| nats.image.registry | string | `"docker.io"` | |
|
| nats.image.registry | string | `"docker.io"` | |
|
||||||
| nats.image.repository | string | `"library/nats"` | |
|
| nats.image.repository | string | `"library/nats"` | |
|
||||||
| nats.image.tag | string | `"2.10.26-scratch"` | |
|
| nats.image.tag | string | `"2.11.0-scratch"` | |
|
||||||
| nats.livenessProbe.tcpSocket.port | string | `"nats"` | |
|
| nats.livenessProbe.tcpSocket.port | string | `"nats"` | |
|
||||||
| nats.readinessProbe.tcpSocket.port | string | `"nats"` | |
|
| nats.readinessProbe.tcpSocket.port | string | `"nats"` | |
|
||||||
| nats.resources.limits.cpu | string | `"100m"` | |
|
| nats.resources.limits.cpu | string | `"100m"` | |
|
||||||
|
|
|
@ -24,7 +24,7 @@ nats:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/nats
|
repository: library/nats
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "2.10.26-scratch"
|
tag: "2.11.0-scratch"
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
nats: 4222
|
nats: 4222
|
||||||
|
|
Loading…
Add table
Reference in a new issue