Skip to content

Commit 4dca1b3

Browse files
committed
feat: bump fluentbit to 4.1.0
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 9495fee commit 4dca1b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/sdk/extensions/extensionsconfig/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var Global = GlobalConfig{
7171

7272
// HostTailer configuration
7373
var HostTailer = HostTailerConfig{
74-
FluentBitImage: "ghcr.io/fluent/fluent-bit:4.0.3",
74+
FluentBitImage: "ghcr.io/fluent/fluent-bit:4.1.0",
7575
TailerAffix: "host-tailer",
7676
}
7777

@@ -85,7 +85,7 @@ var EventTailer = EventTailerConfig{
8585

8686
// TailerWebhook configuration
8787
var TailerWebhook = TailerWebhookConfig{
88-
FluentBitImage: "ghcr.io/fluent/fluent-bit:4.0.3",
88+
FluentBitImage: "ghcr.io/fluent/fluent-bit:4.1.0",
8989
AnnotationKey: "sidecar.logging-extensions.banzaicloud.io/tail",
9090
ServerPath: "/tailer-webhook",
9191
ServerPort: 9443,

pkg/sdk/logging/api/v1beta1/logging_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ var Version string
199199

200200
const (
201201
DefaultFluentbitImageRepository = "ghcr.io/fluent/fluent-bit"
202-
DefaultFluentbitImageTag = "4.0.3"
202+
DefaultFluentbitImageTag = "4.1.0"
203203
DefaultFluentbitBufferVolumeImageRepository = "ghcr.io/kube-logging/logging-operator/node-exporter"
204204
DefaultFluentbitBufferVolumeImageTag = "latest"
205205
DefaultFluentbitBufferStorageVolumeName = "fluentbit-buffer"

0 commit comments

Comments
 (0)