From feb4e499eee2d0db19247da79e284752776bfede Mon Sep 17 00:00:00 2001 From: Alexey Karasev Date: Wed, 7 May 2025 12:32:45 +0500 Subject: [PATCH] chore(deps): bump fluentbit image --- charts/qubership-logging-operator/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/qubership-logging-operator/templates/_helpers.tpl b/charts/qubership-logging-operator/templates/_helpers.tpl index 1e99a00a..21daedc7 100644 --- a/charts/qubership-logging-operator/templates/_helpers.tpl +++ b/charts/qubership-logging-operator/templates/_helpers.tpl @@ -305,7 +305,7 @@ Image can be found from: {{- if .Values.fluentbit.dockerImage -}} {{- printf "%s" .Values.fluentbit.dockerImage -}} {{- else -}} - {{- print "docker.io/fluent/fluent-bit:4.0.0" -}} + {{- print "docker.io/fluent/fluent-bit:4.0.1" -}} {{- end -}} {{- end -}}