Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/fluent-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fluentbit:
registry: ghcr.io
repository: fluent/fluent-operator/fluent-bit
# renovate: datasource=docker depName=ghcr.io/fluent/fluent-operator/fluent-bit
tag: "4.0.1"
tag: "4.0.9"

# fluentbit resources. If you do want to specify resources, adjust them as necessary
# You can adjust it based on the log volume.
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentbit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FLUENT_BIT_BASE_VERSION=3.2.4 \
ARG FLUENT_BIT_BASE_VERSION=4.0.9 \
GO_VERSION=1.24.1

FROM golang:${GO_VERSION}-alpine3.21 as buildergo
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentbit/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FLUENT_BIT_BASE_VERSION=3.2.4 \
ARG FLUENT_BIT_BASE_VERSION=4.0.9 \
GO_VERSION=1.24.1

FROM golang:${GO_VERSION}-alpine3.21 as buildergo
Expand Down
2 changes: 1 addition & 1 deletion cmd/fluent-watcher/fluentbit/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.9