diff --git a/chart/templates/logging/elasticsearch-kibana/values.yaml b/chart/templates/logging/elasticsearch-kibana/values.yaml
index 5cc121f342a7ac3098de6b481b7a99cabc8b377b..ed693ee274c2c09f61533d29b609af7ca2b23ae8 100644
--- a/chart/templates/logging/elasticsearch-kibana/values.yaml
+++ b/chart/templates/logging/elasticsearch-kibana/values.yaml
@@ -121,17 +121,74 @@ elasticsearch:
       {{ include "istioAnnotation" . }}
     {{- end }}
   ingest:
+    initContainers:
+      - name: elastic-internal-init-filesystem
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
+      - name: elastic-internal-suspend
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
     {{- if .Values.istio.enabled }}
+      - name: elastic-internal-init-keystore
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
     podAnnotations:
       {{ include "istioAnnotation" . }}
     {{- end }}
   ml:
+    initContainers:
+      - name: elastic-internal-init-filesystem
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
+      - name: elastic-internal-suspend
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
     {{- if .Values.istio.enabled }}
+      - name: elastic-internal-init-keystore
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
     podAnnotations:
       {{ include "istioAnnotation" . }}
     {{- end }}
   coord:
+    initContainers:
+      - name: elastic-internal-init-filesystem
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
+      - name: elastic-internal-suspend
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
     {{- if .Values.istio.enabled }}
+      - name: elastic-internal-init-keystore
+        securityContext:
+          privileged: false
+          capabilities:
+            drop:
+              - ALL
     podAnnotations:
       {{ include "istioAnnotation" . }}
     {{- end }}
diff --git a/chart/values.yaml b/chart/values.yaml
index 9667d025e5915e2b9f0c1be9725922cf0636d4f1..589f33ebb7e49e7c5c1f2329eec75a7c559f5c69 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -418,7 +418,9 @@ logging:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/elasticsearch-kibana.git
     path: "./chart"
-    tag: "0.8.0-bb.1"
+    branch: "55-dropall"
+    tag: null
+    #tag: "0.8.0-bb.1"
 
   # -- Flux reconciliation overrides specifically for the Logging (EFK) Package
   flux: