diff --git a/chart/templates/logging/fluentbit/values.yaml b/chart/templates/logging/fluentbit/values.yaml
index 2b51ab77c0cacb9e54d243ae128048db496db046..f474fe106fa5fa120a6a35b2877d627f66c12593 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 1b746df8f5da646be6da1c0472ae98e504b26276..df635bc089182a2c6bafcbdb1263b7b116f1fa69 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: {}