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
#8601)

Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
Co-authored-by: Devin Buhl <[email protected]>
  • Loading branch information
bot-ross[bot] and onedr0p authored Jan 3, 2025
1 parent 264dafc commit f609b9b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/main/apps/default/zigbee/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
app:
image:
repository: ghcr.io/koenkk/zigbee2mqtt
tag: 1.42.0@sha256:732ae43d714610040bd049487b60af3b2dbcfdefb5f169897455b60d715e2131
tag: 2.0.0@sha256:6105a3a01a66bbfb98909a7c309d0707ec7b41728ac15d399747077225231545
env:
TZ: America/New_York
ZIGBEE2MQTT_DATA: /config
Expand Down Expand Up @@ -81,7 +81,9 @@ spec:
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities: { drop: ["ALL"] }
capabilities:
drop: ["ALL"]
add: ["NET_BIND_SERVICE"]
resources:
requests:
cpu: 10m
Expand Down

0 comments on commit f609b9b

Please sign in to comment.