From 23554064c243c595d35431438088225efe48c9a0 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Mon, 12 Jan 2026 20:13:46 +1100 Subject: [PATCH] trying to set UID/GID explicitly to avoud s6-setuidgid --- values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values.yaml b/values.yaml index 1305b6e..9070d5c 100644 --- a/values.yaml +++ b/values.yaml @@ -285,6 +285,8 @@ commonLabels: {} extraEnv: S6_YES_I_WANT_A_WORLD_WRITABLE_RUN_BECAUSE_KUBERNETES: "1" + PLEX_UID: "1000" + PLEX_GID: "1000" # extraEnv: # This claim is optional, and is only used for the first startup of PMS # The claim is obtained from https://www.plex.tv/claim/ is is only valid for a few minutes