diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index 7607365256c71e9fdb3e716f233c5e54cb55af9d..d1ee903867ae5bafc71f09935d378cb8d535d7c6 100644
--- a/chart/templates/deployment.yaml
+++ b/chart/templates/deployment.yaml
@@ -251,8 +251,8 @@ spec:
         resources:
 {{ toYaml .Values.resourcesRedis | indent 12 }}
         securityContext:
-          runAsUser: 100
-          runAsGroup: 101
+          runAsUser: 999
+          runAsGroup: 999
           allowPrivilegeEscalation: false
       # Fetcher Container
       - name: {{ .Chart.Name }}-fetcher