From 8d105f1874b72a7dc59dd613c9d1f39e0cb51bf4 Mon Sep 17 00:00:00 2001 From: marcofranssen <694733+marcofranssen@users.noreply.github.com> Date: Tue, 18 Aug 2026 07:52:55 +0000 Subject: [PATCH] build(deps): bump fluent-bit to 5.1.1 - Updated VERSION file - Updated manifest files - Updated values.yaml in Helm chart Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/fluent-operator/values.yaml | 2 +- cmd/fluent-watcher/fluentbit/VERSION | 2 +- config/samples/fluentbit_v1alpha2_fluentbit.yaml | 2 +- .../forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml | 2 +- manifests/kubeedge/fluentbit-fluentbit-edge.yaml | 2 +- manifests/logging-stack/fluentbit-fluentBit.yaml | 2 +- manifests/quick-start/fluentbit.yaml | 2 +- manifests/regex-parser/fluentbit-fluentBit.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/fluent-operator/values.yaml b/charts/fluent-operator/values.yaml index 863fb3dc8..73a4c025b 100644 --- a/charts/fluent-operator/values.yaml +++ b/charts/fluent-operator/values.yaml @@ -194,7 +194,7 @@ fluentbit: repository: fluent/fluent-operator/fluent-bit # -- Fluent Bit image tag # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - tag: "5.1.0" + tag: "5.1.1" # -- Fluent Bit resource requests and limits. You can adjust it based on the log volume. # If you do want to specify resources, adjust them as necessary diff --git a/cmd/fluent-watcher/fluentbit/VERSION b/cmd/fluent-watcher/fluentbit/VERSION index 831446cbd..ac14c3dfa 100644 --- a/cmd/fluent-watcher/fluentbit/VERSION +++ b/cmd/fluent-watcher/fluentbit/VERSION @@ -1 +1 @@ -5.1.0 +5.1.1 diff --git a/config/samples/fluentbit_v1alpha2_fluentbit.yaml b/config/samples/fluentbit_v1alpha2_fluentbit.yaml index 3c7fcef4a..1db062fbe 100644 --- a/config/samples/fluentbit_v1alpha2_fluentbit.yaml +++ b/config/samples/fluentbit_v1alpha2_fluentbit.yaml @@ -6,7 +6,7 @@ metadata: app: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.1 imagePullPolicy: IfNotPresent positionDB: hostPath: diff --git a/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml b/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml index 89ad9177d..50b4ec1f1 100644 --- a/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml +++ b/docs/best-practice/forwarding-logs-via-http/deploy/fluentbit-fluentBit.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.1 positionDB: hostPath: path: /var/lib/fluent-bit/ diff --git a/manifests/kubeedge/fluentbit-fluentbit-edge.yaml b/manifests/kubeedge/fluentbit-fluentbit-edge.yaml index a4696339d..91ae145a5 100644 --- a/manifests/kubeedge/fluentbit-fluentbit-edge.yaml +++ b/manifests/kubeedge/fluentbit-fluentbit-edge.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.1 positionDB: hostPath: path: /var/lib/fluent-bit/ diff --git a/manifests/logging-stack/fluentbit-fluentBit.yaml b/manifests/logging-stack/fluentbit-fluentBit.yaml index 907616ec2..738ca5834 100644 --- a/manifests/logging-stack/fluentbit-fluentBit.yaml +++ b/manifests/logging-stack/fluentbit-fluentBit.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.1 positionDB: hostPath: path: /var/lib/fluent-bit/ diff --git a/manifests/quick-start/fluentbit.yaml b/manifests/quick-start/fluentbit.yaml index a87b6f616..4d8d6c374 100644 --- a/manifests/quick-start/fluentbit.yaml +++ b/manifests/quick-start/fluentbit.yaml @@ -7,7 +7,7 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.1 fluentBitConfigName: fluent-bit-config --- diff --git a/manifests/regex-parser/fluentbit-fluentBit.yaml b/manifests/regex-parser/fluentbit-fluentBit.yaml index 6ebcc254b..f999a2b17 100644 --- a/manifests/regex-parser/fluentbit-fluentBit.yaml +++ b/manifests/regex-parser/fluentbit-fluentBit.yaml @@ -7,5 +7,5 @@ metadata: app.kubernetes.io/name: fluent-bit spec: # renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit - image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.0 + image: ghcr.io/fluent/fluent-operator/fluent-bit:5.1.1 fluentBitConfigName: fluent-bit-config