fix(home-assistant): update
This commit is contained in:
parent
e97206fa96
commit
8745454542
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
|
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.2.9
|
version: 0.2.10
|
||||||
# renovate: image=ghcr.io/home-assistant/home-assistant
|
# renovate: image=ghcr.io/home-assistant/home-assistant
|
||||||
appVersion: "2024.12.1"
|
appVersion: "2024.12.2"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -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.22-scratch"` | |
|
| nats.image.tag | string | `"2.10.23-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.22-scratch"
|
tag: "2.10.23-scratch"
|
||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
nats: 4222
|
nats: 4222
|
||||||
|
|
Loading…
Add table
Reference in a new issue