Skip to content

Commit 3a30e92

Browse files
committed
ecamp3-logging: switch to self built fluentd image
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
1 parent 19c68c7 commit 3a30e92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ops/ecamp3-logging/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ fluent-operator:
1919
watchedNamespaces:
2020
- default
2121
- ingress-nginx
22+
image:
23+
repository: bacluc/fluentd
24+
tag: 1.15.3
2225
enable: true
2326

2427
fluentd:

0 commit comments

Comments
 (0)