File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Logging operator CR for Fluentd and Fluent-bit.
33name : logging-operator-fluent
4- version : 0.1.3
4+ version : 0.1.4
55home : https://github.com/banzaicloud/logging-operator
66icon : https://banzaicloud.com/img/banzai-cloud-logo.png
77keywords :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This chart applies Fluentd and Fluent-bit custom resources to [Logging Operator]
2828| ` tls.sharedKey ` | Shared key between nodes (fluentd-fluentbit) | [ autogenerated] |
2929| ` fluentbit.enabled ` | Install fluent-bit | true |
3030| ` fluentbit.namespace ` | Specified fluentbit installation namespace | same as operator namespace |
31- | ` fluentbit.image.tag ` | Fluentbit container image tag | ` latest ` |
31+ | ` fluentbit.image.tag ` | Fluentbit container image tag | ` 1.1.3 ` |
3232| ` fluentbit.image.repository ` | Fluentbit container image repository | ` fluent/fluent-bit ` |
3333| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
3434| ` fluentd.enabled ` | Install fluentd | true |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ fluentbit:
1111 enabled : true
1212 namespace : " "
1313 image :
14- tag : " latest "
14+ tag : " 1.1.3 "
1515 repository : " fluent/fluent-bit"
1616 pullPolicy : " IfNotPresent"
1717
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ $ helm install banzaicloud-stable/logging-operator-fluent
8787| ` tls.sharedKey ` | Shared key between nodes (fluentd-fluentbit) | [ autogenerated] |
8888| ` fluentbit.enabled ` | Install fluent-bit | true |
8989| ` fluentbit.namespace ` | Specified fluentbit installation namespace | same as operator namespace |
90- | ` fluentbit.image.tag ` | Fluentbit container image tag | ` latest ` |
90+ | ` fluentbit.image.tag ` | Fluentbit container image tag | ` 1.1.3 ` |
9191| ` fluentbit.image.repository ` | Fluentbit container image repository | ` fluent/fluent-bit ` |
9292| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
9393| ` fluentd.enabled ` | Install fluentd | true |
You can’t perform that action at this time.
0 commit comments