From 4f4c9e1c5d12419ba3fa6ed7ea6f3462984cd1b0 Mon Sep 17 00:00:00 2001
From: Rajesh Rajendran <rjshrjndrn@users.noreply.github.com>
Date: Thu, 11 Feb 2021 05:11:57 +0000
Subject: [PATCH] Fluentbit change image version to 1.6.10 and (#2218)

Increased storage backlog size limit to 20G

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
---
 .../helm_charts/logging/fluent-bit/templates/configMap.yaml | 6 +++---
 kubernetes/helm_charts/logging/fluent-bit/values.yaml       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kubernetes/helm_charts/logging/fluent-bit/templates/configMap.yaml b/kubernetes/helm_charts/logging/fluent-bit/templates/configMap.yaml
index 8c3579e20..ab7cf9110 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 cf2ed26c7..63c3222f0 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
-- 
GitLab