From 38a6e6f5f0e09f6b4cc786dce6a6bb422459f85e Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Fri, 18 Mar 2022 19:34:57 +0000
Subject: [PATCH] Update Fluentbit to use a readOnly mount of `/var/log`

---
 chart/templates/logging/fluentbit/values.yaml | 1 +
 chart/values.yaml                             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/chart/templates/logging/fluentbit/values.yaml b/chart/templates/logging/fluentbit/values.yaml
index 2b51ab77c0..f474fe106f 100644
--- a/chart/templates/logging/fluentbit/values.yaml
+++ b/chart/templates/logging/fluentbit/values.yaml
@@ -26,6 +26,7 @@ extraVolumes:
 extraVolumeMounts:
   - mountPath: /var/log/flb-storage/
     name: flb-storage
+    readOnly: false
   - mountPath: /etc/elasticsearch/certs/
     name: elasticsearch-certs
 {{- end }}
diff --git a/chart/values.yaml b/chart/values.yaml
index 1b746df8f5..df635bc089 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -467,7 +467,7 @@ fluentbit:
   git:
     repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git
     path: "./chart"
-    tag: "0.19.20-bb.0"
+    tag: "0.19.20-bb.1"
 
   # -- Flux reconciliation overrides specifically for the Fluent-Bit Package
   flux: {}
-- 
GitLab