diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml
index e6403cfe..6b57a66d 100644
--- a/charts/fluent-bit/Chart.yaml
+++ b/charts/fluent-bit/Chart.yaml
@@ -5,8 +5,8 @@ keywords:
   - logging
   - fluent-bit
   - fluentd
-version: 0.47.10
-appVersion: 3.1.9
+version: 0.47.11
+appVersion: 3.1.10
 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
 home: https://fluentbit.io/
 sources:
@@ -23,4 +23,4 @@ maintainers:
 annotations:
   artifacthub.io/changes: |
     - kind: changed
-      description: "Updated Fluent Bit OCI image to v3.1.9"
+      description: "Updated Fluent Bit OCI image to v3.1.10"
diff --git a/charts/fluent-bit/values.yaml b/charts/fluent-bit/values.yaml
index d84ab662..2705819e 100644
--- a/charts/fluent-bit/values.yaml
+++ b/charts/fluent-bit/values.yaml
@@ -12,7 +12,7 @@ image:
   # Set to "-" to not use the default value
   tag:
   digest:
-  pullPolicy: IfNotPresent
+  pullPolicy: Always
 
 testFramework:
   enabled: true