diff --git a/chart/values.yaml b/chart/values.yaml
index 30488321f98b01d8b1f9071e96dc278170ee88bb..4d5e1744832f3d6d03d790a2b2f219426610240e 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -2920,11 +2920,7 @@ memcached:
     # -- Memcached Docker image pull policy
     pullPolicy: IfNotPresent
   # -- The SecurityContext override for memcached pods
-  podSecurityContext:
-    fsGroup: 10001
-    runAsGroup: 10001
-    runAsNonRoot: true
-    runAsUser: 10001
+  podSecurityContext: {}
   # -- The name of the PriorityClass for memcached pods
   priorityClassName: null
   # -- The SecurityContext for memcached containers
@@ -2933,6 +2929,10 @@ memcached:
     capabilities:
       drop: [ALL]
     allowPrivilegeEscalation: false
+    fsGroup: 10001
+    runAsGroup: 10001
+    runAsNonRoot: true
+    runAsUser: 10001
 memcachedExporter:
   # -- Whether memcached metrics should be exported
   enabled: false
@@ -2949,6 +2949,10 @@ memcachedExporter:
     capabilities:
       drop: [ALL]
     allowPrivilegeEscalation: false
+    fsGroup: 10001
+    runAsGroup: 10001
+    runAsNonRoot: true
+    runAsUser: 10001
   # -- Extra args to add to the exporter container.
   # Example:
   # extraArgs: