File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The following tables lists the configurable parameters of the logging-operator-l
2727| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
2828| ` fluentbit.podPriorityClassName ` | Priority class name for fluentbit pods | none |
2929| ` fluentd.enabled ` | Install fluentd | true |
30- | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.9.2-alpine-7 ` |
30+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.9.2-alpine-8 ` |
3131| ` fluentd.image.repository ` | Fluentd container image repository | ` banzaicloud/fluentd ` |
3232| ` fluentd.image.pullPolicy ` | Fluentd container pull policy | ` IfNotPresent ` |
3333| ` fluentd.volumeModImage.tag ` | Fluentd volumeModImage container image tag | ` latest ` |
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ The following tables lists the configurable parameters of the logging-operator-l
114114| ` fluentbit.image.repository ` | Fluentbit container image repository | ` fluent/fluent-bit ` |
115115| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
116116| ` fluentd.enabled ` | Install fluentd | true |
117- | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.9.2-alpine-7 ` |
117+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.9.2-alpine-8 ` |
118118| ` fluentd.image.repository ` | Fluentd container image repository | ` banzaicloud/fluentd ` |
119119| ` fluentd.image.pullPolicy ` | Fluentd container pull policy | ` IfNotPresent ` |
120120| ` fluentd.volumeModImage.tag ` | Fluentd volumeModImage container image tag | ` latest ` |
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ func (l *Logging) SetDefaults() (*Logging, error) {
100100 copy .Spec .FluentdSpec .Image .Repository = "banzaicloud/fluentd"
101101 }
102102 if copy .Spec .FluentdSpec .Image .Tag == "" {
103- copy .Spec .FluentdSpec .Image .Tag = "v1.9.2-alpine-7 "
103+ copy .Spec .FluentdSpec .Image .Tag = "v1.9.2-alpine-8 "
104104 }
105105 if copy .Spec .FluentdSpec .Image .PullPolicy == "" {
106106 copy .Spec .FluentdSpec .Image .PullPolicy = "IfNotPresent"
You can’t perform that action at this time.
0 commit comments