From 8099a64c9d06f0e6f16e7343028dbfa9baba8263 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 17 May 2026 08:13:18 +0300 Subject: [PATCH] Fix: Remove restrictive security contexts to allow containers to run --- charts/snappymail/values.yaml | 4 +--- charts/stalwart/values.yaml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/snappymail/values.yaml b/charts/snappymail/values.yaml index 88a93eb..5c3a18b 100644 --- a/charts/snappymail/values.yaml +++ b/charts/snappymail/values.yaml @@ -72,9 +72,7 @@ env: {} ## Pod Security Context securityContext: - fsGroup: 82 # www-data group in Alpine - runAsUser: 82 - runAsNonRoot: true + {} # SnappyMail needs to run with default permissions ## Node selector nodeSelector: {} diff --git a/charts/stalwart/values.yaml b/charts/stalwart/values.yaml index 6fca9dc..fa575fa 100644 --- a/charts/stalwart/values.yaml +++ b/charts/stalwart/values.yaml @@ -90,9 +90,7 @@ secret: ## Pod Security Context securityContext: - fsGroup: 1000 - runAsUser: 1000 - runAsNonRoot: true + {} # Allow Stalwart to run with its default user ## Node selector nodeSelector: {}