From 83176e01829e85a9452e364bffa1aeb46c1e440c Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 4 Nov 2024 16:50:03 -0600 Subject: [PATCH] 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 --- charts/fluent-bit/Chart.yaml | 6 +++--- charts/fluent-bit/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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