fix(home-assistant): update dependencies

This commit is contained in:
WrenIX 2025-04-01 22:15:27 +02:00
parent c11166db8d
commit d44838f5b1
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.3.16"
version: "0.3.17"
# renovate: image=ghcr.io/home-assistant/home-assistant
appVersion: "2025.3.4"
maintainers:

View file

@ -7,7 +7,7 @@ description: "Home Assistant with tooling to run on an k3s pi"
# home-assistant
![Version: 0.3.16](https://img.shields.io/badge/Version-0.3.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.3.4](https://img.shields.io/badge/AppVersion-2025.3.4-informational?style=flat-square)
![Version: 0.3.17](https://img.shields.io/badge/Version-0.3.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2025.3.4](https://img.shields.io/badge/AppVersion-2025.3.4-informational?style=flat-square)
Home Assistant with tooling to run on an k3s pi
@ -113,7 +113,7 @@ helm uninstall home-assistant-release
| zigbee2mqtt.image.pullPolicy | string | `"IfNotPresent"` | |
| zigbee2mqtt.image.registry | string | `"docker.io"` | |
| zigbee2mqtt.image.repository | string | `"koenkk/zigbee2mqtt"` | |
| zigbee2mqtt.image.tag | string | `"2.1.3"` | |
| zigbee2mqtt.image.tag | string | `"2.2.0"` | |
| zigbee2mqtt.ingress.hosts | list | `[]` | |
| zigbee2mqtt.securityContext.privileged | bool | `true` | |

View file

@ -50,7 +50,7 @@ zigbee2mqtt:
registry: docker.io
repository: koenkk/zigbee2mqtt
pullPolicy: IfNotPresent
tag: 2.1.3
tag: 2.2.0
device: /dev/ttyACM0
securityContext:
privileged: true