From ddaaa0f2f20118b58d90d0e20eebe4086fd7e308 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 20 Nov 2024 18:06:31 +0000 Subject: [PATCH] feat(fluent-bit): Updated image to 3.2.1 Signed-off-by: Steve Hipwell --- charts/fluent-bit/Chart.yaml | 6 +++--- charts/fluent-bit/values.yaml | 9 ++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml index 6b57a66d..c9a9802d 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.11 -appVersion: 3.1.10 +version: 0.48.0 +appVersion: 3.2.1 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.10" + description: "Updated Fluent Bit OCI image to v3.2.1." diff --git a/charts/fluent-bit/values.yaml b/charts/fluent-bit/values.yaml index 2705819e..94c6f47c 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: Always + pullPolicy: IfNotPresent testFramework: enabled: true @@ -98,14 +98,13 @@ service: # nodePort: 30020 # clusterIP: 172.16.10.1 annotations: {} -# prometheus.io/path: "/api/v1/metrics/prometheus" -# prometheus.io/port: "2020" -# prometheus.io/scrape: "true" + # prometheus.io/path: "/api/v1/metrics/prometheus" + # prometheus.io/port: "2020" + # prometheus.io/scrape: "true" externalIPs: [] # externalIPs: # - 2.2.2.2 - serviceMonitor: enabled: false # namespace: monitoring