Skip to content

Commit

Permalink
ecamp3-logging: switch to self built fluentd image
Browse files Browse the repository at this point in the history
This is the image:
https://github.com/fluent/fluent-operator/blob/2de2b934e4d9f4475e278da7d9db74d89ef9a037/cmd/fluent-watcher/fluentd/Dockerfile.amd64
built in a devcontainer of the repository and then pushed to dockerhub.
The command to build the container was:
@BacLuc ➜ /workspaces/fluent-operator (master) $ docker build . -f cmd/fluent-watcher/fluentd/Dockerfile.amd64 -t docker.io/bacluc/fluentd:1.15.3

They seem to have problem with the images they publish in the fluent-operator repository.
It also contains the following fix: fluent/fluent-operator#1195
  • Loading branch information
BacLuc committed Jun 9, 2024
1 parent 19c68c7 commit 3a30e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ops/ecamp3-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ fluent-operator:
watchedNamespaces:
- default
- ingress-nginx
image:
repository: bacluc/fluentd
tag: 1.15.3
enable: true

fluentd:
Expand Down

0 comments on commit 3a30e92

Please sign in to comment.