Skip to content

Commit

Permalink
feat(container)!: Update ghcr.io/koenkk/zigbee2mqtt (1.42.0 → 2.0.0) (#…
Browse files Browse the repository at this point in the history
…3259)

Co-authored-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
  • Loading branch information
bot-blake[bot] authored and buroa committed Jan 3, 2025
1 parent 527dc63 commit c9144ac
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions kubernetes/apps/home/zigbee2mqtt/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,21 @@ spec:
app:
image:
repository: ghcr.io/koenkk/zigbee2mqtt
tag: 1.42.0@sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131
tag: 2.0.0@sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545
env:
TZ: ${TIMEZONE}
ZIGBEE2MQTT_DATA: /config
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_DISCOVERY_TOPIC: homeassistant
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_ENTITY_ATTRIBUTES: false
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_LEGACY_TRIGGERS: false
ZIGBEE2MQTT_CONFIG_ADVANCED_HOMEASSISTANT_STATUS_TOPIC: homeassistant/status
ZIGBEE2MQTT_CONFIG_ADVANCED_LAST_SEEN: ISO_8601
ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_API: false
ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_AVAILABILITY_PAYLOAD: false
ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_LEVEL: info # debug
ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_OUTPUT: '["console"]'
ZIGBEE2MQTT_CONFIG_ADVANCED_TRANSMIT_POWER: 20
ZIGBEE2MQTT_CONFIG_AVAILABILITY_ACTIVE_TIMEOUT: 60
ZIGBEE2MQTT_CONFIG_AVAILABILITY_PASSIVE_TIMEOUT: 2000
ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_LEGACY: false
ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_RETAIN: true
ZIGBEE2MQTT_CONFIG_EXPERIMENTAL_NEW_API: true
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT: true
ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: &port 8080
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_DISCOVERY_TOPIC: homeassistant
ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_STATUS_TOPIC: homeassistant/status
ZIGBEE2MQTT_CONFIG_MQTT_INCLUDE_DEVICE_INFORMATION: true
ZIGBEE2MQTT_CONFIG_MQTT_KEEPALIVE: 60
ZIGBEE2MQTT_CONFIG_MQTT_REJECT_UNAUTHORIZED: true
Expand Down Expand Up @@ -82,7 +77,7 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
add: [CAP_NET_BIND_SERVICE]
add: [NET_BIND_SERVICE]
drop: [ALL]
defaultPodOptions:
securityContext:
Expand Down Expand Up @@ -115,4 +110,4 @@ spec:
controller: *app
ports:
http:
port: 8080
port: *port

0 comments on commit c9144ac

Please sign in to comment.