diff --git a/kubernetes/helm_charts/logging/fluent-bit/templates/configMap.yaml b/kubernetes/helm_charts/logging/fluent-bit/templates/configMap.yaml
index 8c3579e20724b13863de72c698a2b027f0417fd4..ab7cf9110a7f0f9aaf66a570528935db2d37b8fc 100644
--- a/kubernetes/helm_charts/logging/fluent-bit/templates/configMap.yaml
+++ b/kubernetes/helm_charts/logging/fluent-bit/templates/configMap.yaml
@@ -12,7 +12,7 @@ data:
         # Merge application log to kubernetes structure
         Merge_Log           On
         # Disabling merge key as all the fileds will be in the root
-        # Else all merged content will be under 
+        # Else all merged content will be under
         # log_processed:
         #    {
         #    }
@@ -22,7 +22,7 @@ data:
         Merge_Parser        catchall
         # Don't need merged logs
         # More over, we're using custom parser, which catch all and tag it as log
-        Keep_Log            Off 
+        Keep_Log            Off
         # Annotate pod to select the parser
         # annotaions:
         #   fluentbit.io/parsers: nginx2
@@ -98,7 +98,7 @@ data:
         # After this LRU will kick in; that means LeastRecentlyUsed will get deleted
         # 1 chunk =~ 2MB
         # This config has some issues; see https://github.com/fluent/fluent-bit/issues/2688
-        # storage.total_limit_size 20G
+        storage.total_limit_size 20G
   parsers.conf: |
     [PARSER]
         Name   apache
diff --git a/kubernetes/helm_charts/logging/fluent-bit/values.yaml b/kubernetes/helm_charts/logging/fluent-bit/values.yaml
index cf2ed26c7938121479a05e36e9cfccd89a0c035c..63c3222f09bc27c2a6582ba57ef8bb7804d4260e 100644
--- a/kubernetes/helm_charts/logging/fluent-bit/values.yaml
+++ b/kubernetes/helm_charts/logging/fluent-bit/values.yaml
@@ -8,7 +8,7 @@ image:
   repository: fluent/fluent-bit
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
-  tag: "1.6.3"
+  tag: "1.6.10"
 
 es_host: log-es.logging.svc.cluster.local
 es_port: 9200