Skip to content

Commit 83176e0

Browse files
committed
feat(fluent-bit): Updated image to v3.1.10
The following PR updates the Fluent Bit image to the latest version available: v3.1.10. In addition, I am reverting the change that was done in the PullPolicy for the main image from 'IfNotPresent' to 'Always'. As you know, we don't do user-telemetry in Fluent Bit, our only indicator of adoption is the number of deployments/downloads from the containers registry. Users can always tweak this value, so I am just changing the default. Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
1 parent 149d575 commit 83176e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/fluent-bit/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ keywords:
55
- logging
66
- fluent-bit
77
- fluentd
8-
version: 0.47.10
9-
appVersion: 3.1.9
8+
version: 0.47.11
9+
appVersion: 3.1.10
1010
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
1111
home: https://fluentbit.io/
1212
sources:
@@ -23,4 +23,4 @@ maintainers:
2323
annotations:
2424
artifacthub.io/changes: |
2525
- kind: changed
26-
description: "Updated Fluent Bit OCI image to v3.1.9"
26+
description: "Updated Fluent Bit OCI image to v3.1.10"

charts/fluent-bit/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
# Set to "-" to not use the default value
1313
tag:
1414
digest:
15-
pullPolicy: IfNotPresent
15+
pullPolicy: Always
1616

1717
testFramework:
1818
enabled: true

0 commit comments

Comments
 (0)