From 1c70cad08bb2493760ea41dc21d571ef6afa7b2b Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Tue, 4 Feb 2025 10:19:02 +0100 Subject: [PATCH] chore: bump flunetbit image Signed-off-by: Bence Csati --- pkg/sdk/extensions/extensionsconfig/config.go | 4 ++-- pkg/sdk/logging/api/v1beta1/logging_types.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/sdk/extensions/extensionsconfig/config.go b/pkg/sdk/extensions/extensionsconfig/config.go index 8606fc098..f1283554b 100644 --- a/pkg/sdk/extensions/extensionsconfig/config.go +++ b/pkg/sdk/extensions/extensionsconfig/config.go @@ -71,7 +71,7 @@ var Global = GlobalConfig{ // HostTailer configuration var HostTailer = HostTailerConfig{ - FluentBitImage: "docker.io/fluent/fluent-bit:3.1.8", + FluentBitImage: "docker.io/fluent/fluent-bit:3.2.5", TailerAffix: "host-tailer", } @@ -85,7 +85,7 @@ var EventTailer = EventTailerConfig{ // TailerWebhook configuration var TailerWebhook = TailerWebhookConfig{ - FluentBitImage: "docker.io/fluent/fluent-bit:3.1.8", + FluentBitImage: "docker.io/fluent/fluent-bit:3.2.5", AnnotationKey: "sidecar.logging-extensions.banzaicloud.io/tail", ServerPath: "/tailer-webhook", ServerPort: 9443, diff --git a/pkg/sdk/logging/api/v1beta1/logging_types.go b/pkg/sdk/logging/api/v1beta1/logging_types.go index 04802ef28..7b7d57a02 100644 --- a/pkg/sdk/logging/api/v1beta1/logging_types.go +++ b/pkg/sdk/logging/api/v1beta1/logging_types.go @@ -200,7 +200,7 @@ var Version string const ( DefaultFluentbitImageRepository = "docker.io/fluent/fluent-bit" - DefaultFluentbitImageTag = "3.1.8" + DefaultFluentbitImageTag = "3.2.5" DefaultFluentbitBufferVolumeImageRepository = "ghcr.io/kube-logging/node-exporter" DefaultFluentbitBufferVolumeImageTag = "v0.8.0" DefaultFluentbitBufferStorageVolumeName = "fluentbit-buffer"