Skip to content

Commit

Permalink
fix: use fluentbit image from dockerhub (#3142)
Browse files Browse the repository at this point in the history
* fix: use fluentbit image from dockerhub

* chore: pr feedback

Co-authored-by: Jimmi Dyson <[email protected]>

* chore: pr feedback

---------

Co-authored-by: Jimmi Dyson <[email protected]>
  • Loading branch information
mhrabovcin and jimmidyson authored Feb 12, 2025
1 parent 32b8d99 commit 5933bcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ignore:
- docker.io/library/alpine:3.20.3

resources:
- container_image: cr.fluentbit.io/fluent/fluent-bit:3.2.4
- container_image: docker.io/fluent/fluent-bit:3.2.4
sources:
- license_path: LICENSE
ref: v${image_tag}
Expand Down
3 changes: 2 additions & 1 deletion services/fluent-bit/0.48.5/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ data:
---
# overriding the default image tag to be consistent with logging-operator
image:
repository: cr.fluentbit.io/fluent/fluent-bit
# Pull from docker hub rather than cr.fluentbit.io to avoid rate limiting.
repository: docker.io/fluent/fluent-bit
tag: 3.2.4
priorityClassName: "dkp-critical-priority"
Expand Down
2 changes: 1 addition & 1 deletion services/logging-operator/5.0.1/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ data:
image:
# Explicitly specify the version here. This should be updated when logging-operator is upgraded.
# Also, update the image in fluent-bit configuration if the image is upgraded here.
repository: cr.fluentbit.io/fluent/fluent-bit
repository: docker.io/fluent/fluent-bit
tag: 3.2.4
resources:
limits:
Expand Down

0 comments on commit 5933bcd

Please sign in to comment.