Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump fluentd to latest version #2783

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,11 @@
- license_path: LICENSE
ref: v${image_tag%-d2iq.0}
url: https://github.com/weaviate/weaviate
- container_image: ghcr.io/kube-logging/fluentd:v1.16-full-build.122
- container_image: ghcr.io/kube-logging/fluentd:v1.16-4.8-full-build.155
sources:
- url: https://github.com/fluent/fluentd
ref: ${image_tag%-full-build.122}
ref: ${image_tag%-full-build.155}
license_path: LICENSE

Check failure on line 491 in licenses.d2iq.yaml

View workflow job for this annotation

GitHub Actions / Check licenses.d2iq.yaml

failed to access git repository: unable to get URL "https://api.github.com/repos/fluent/fluentd/contents/?ref=v1.16-4.8": 404 Not Found
- container_image: nvcr.io/nvidia/cloud-native/dcgm:3.3.7-1-ubuntu22.04
sources:
- url: https://github.com/NVIDIA/DCGM
Expand Down
2 changes: 1 addition & 1 deletion services/logging-operator/4.2.5/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ data:
image:
# The image should be updated when logging-operator is upgraded.
repository: ghcr.io/kube-logging/fluentd
tag: v1.16-full-build.122
tag: v1.16-4.8-full-build.155
resources:
limits:
memory: 400Mi
Expand Down
Loading