From f609b9be93cf7d8a4e2b5de4935a4ba4c904255b Mon Sep 17 00:00:00 2001 From: "bot-ross[bot]" <98030736+bot-ross[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:41:33 -0500 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20ghcr.io/koenkk/zig?= =?UTF-8?q?bee2mqtt=20(=201.42.0=20=E2=86=92=202.0.0=20)=20(#8601)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com> Co-authored-by: Devin Buhl --- kubernetes/main/apps/default/zigbee/app/helmrelease.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/default/zigbee/app/helmrelease.yaml b/kubernetes/main/apps/default/zigbee/app/helmrelease.yaml index 76a453c219f6e..ef54e7db7da07 100644 --- a/kubernetes/main/apps/default/zigbee/app/helmrelease.yaml +++ b/kubernetes/main/apps/default/zigbee/app/helmrelease.yaml @@ -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 @@ -81,7 +81,9 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - capabilities: { drop: ["ALL"] } + capabilities: + drop: ["ALL"] + add: ["NET_BIND_SERVICE"] resources: requests: cpu: 10m