Skip to content

Commit

Permalink
fix: use newer fluentd image to get rid of recent CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
asekretenko committed Dec 28, 2023
1 parent 0b1c013 commit c18e363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/logging-operator/4.2.3/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ data:
fluentd:
podPriorityClassName: "dkp-critical-priority"
image:
# Explicitly use the default image. This should be updated when logging-operator is upgraded.
repository: ghcr.io/banzaicloud/fluentd
tag: v1.14.6-alpine-5
# The image should be updated when logging-operator is upgraded.
repository: ghcr.io/kube-logging/fluentd
tag: v1.16-full-build.122
resources:
limits:
memory: 400Mi
Expand Down

0 comments on commit c18e363

Please sign in to comment.