Skip to content

Commit

Permalink
feat(fluent-bit): Updated image to v3.1.10
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
edsiper committed Nov 4, 2024
1 parent 149d575 commit ba8c803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
2 changes: 1 addition & 1 deletion charts/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
# Set to "-" to not use the default value
tag:
digest:
pullPolicy: IfNotPresent
pullPolicy: Always

testFramework:
enabled: true
Expand Down

0 comments on commit ba8c803

Please sign in to comment.