fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
555 stars 229 forks source link

Update fluentbit to v3.0.7 #1199

Closed joshuabaird closed 2 weeks ago

joshuabaird commented 2 weeks ago

What this PR does / why we need it:

Updates to 3.0.7 for patches/security updates.

Which issue(s) this PR fixes:

N/A

benjaminhuo commented 2 weeks ago

we're changing the image registry from dockerhub to ghcr in this PR @wanjunlei @wenchajun @Gentleelephant

benjaminhuo commented 2 weeks ago

@joshuabaird Thanks, don't forget to change the default fluentbit and fluentd tag for the workflow

joshuabaird commented 2 weeks ago

@benjaminhuo Looks like the image is actually being pushed as ghcr.io/fluent/fluent-operator/fluent-bit and not ghcr.io/fluent/fluent-operator/fluentbit (see the hyphen). PR incoming to fix.

benjaminhuo commented 2 weeks ago

ghcr.io/fluent/fluent-operator/fluent-bit

should be this with hyphen

The image has been pushed to dockerhub as well

image

joshuabaird commented 2 weeks ago

@benjaminhuo fix for the missing hyphen: https://github.com/fluent/fluent-operator/pull/1201