@@ -22,18 +22,18 @@ The easiest way to get started is using the Helm chart. Official images are not
2222git clone
[email protected] :vmware/kube-fluentd-operator.git
2323helm install kfo ./kube-fluentd-operator/charts/log-router \
2424 --set rbac.create=true \
25- --set image.tag=v1.17.2 \
25+ --set image.tag=v1.17.6 \
2626 --set image.repository=vmware/kube-fluentd-operator
2727```
2828
2929Alternatively, deploy the Helm chart from a Github release:
3030
3131``` bash
32- CHART_URL=' https://github.com/vmware/kube-fluentd-operator/releases/download/v1.17.2 /log-router-0.4.0.tgz'
32+ CHART_URL=' https://github.com/vmware/kube-fluentd-operator/releases/download/v1.17.6 /log-router-0.4.0.tgz'
3333
3434helm install kfo ${CHART_URL} \
3535 --set rbac.create=true \
36- --set image.tag=v1.17.2 \
36+ --set image.tag=v1.17.6 \
3737 --set image.repository=vmware/kube-fluentd-operator
3838```
3939
@@ -635,31 +635,10 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
635635| Fluentd version | Operator version |
636636| ----------------------------| -------------------------|
637637| 0.12.x | 1.0.0 |
638- | 1.1.0 | 1.2.0 |
639- | 1.1.3 | 1.3.0 |
640- | 1.2.6 | 1.8.0 |
641- | 1.5.2 | 1.10.0 |
642- | 1.9.1 | 1.12.0 |
643- | 1.12.2 | 1.14.0 |
644- | 1.12.3 | 1.14.1 |
645- | 1.13.0 | 1.15.0 |
646- | 1.13.1 | 1.15.1 |
647- | 1.13.3 | 1.15.2 |
648- | 1.14.0 | 1.15.3 |
649- | 1.14.1 | 1.16.0 |
650- | 1.14.2 | 1.16.1 |
651- | 1.14.2 | 1.16.2 |
652- | 1.14.4 | 1.16.3 |
653- | 1.14.4 | 1.16.4 |
654- | 1.14.4 | 1.16.5 |
655- | 1.14.6 | 1.16.6 |
656- | 1.14.6 | 1.16.7 |
657- | 1.15.3 | 1.16.8 |
658- | 1.15.3 | 1.17.0 |
659638| 1.15.3 | 1.17.1 |
660- | 1.16.1 | 1.17.2 |
639+ | 1.16.1 | 1.17.6 |
661640
662- ## Plugins in latest release (1.17.2 )
641+ ## Plugins in latest release (1.17.6 )
663642
664643` kube-fluentd-operator ` aims to be easy to use and flexible. It also favors sending logs to multiple destinations using ` <copy> ` and as such comes with many plugins pre-installed:
665644
@@ -686,9 +665,8 @@ This projects tries to keep up with major releases for [Fluentd docker image](ht
686665* fluent-plugin-mail (0.3.0)
687666* fluent-plugin-mongo (1.5.0)
688667* fluent-plugin-multi-format-parser (1.0.0)
689- * fluent-plugin-out-http (1.3.3)
690668* fluent-plugin-papertrail (0.2.8)
691- * fluent-plugin-prometheus (2.0.3 )
669+ * fluent-plugin-prometheus (2.1.0 )
692670* fluent-plugin-record-modifier (2.1.0)
693671* fluent-plugin-record-reformer (0.9.1)
694672* fluent-plugin-redis (0.3.5)
0 commit comments