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 @@ -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-6 ` |
30+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.9.2-alpine-7 ` |
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 @@ -113,7 +113,7 @@ The following tables lists the configurable parameters of the logging-operator-l
113113| ` fluentbit.image.repository ` | Fluentbit container image repository | ` fluent/fluent-bit ` |
114114| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
115115| ` fluentd.enabled ` | Install fluentd | true |
116- | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.9.2-alpine-6 ` |
116+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.9.2-alpine-7 ` |
117117| ` fluentd.image.repository ` | Fluentd container image repository | ` banzaicloud/fluentd ` |
118118| ` fluentd.image.pullPolicy ` | Fluentd container pull policy | ` IfNotPresent ` |
119119| ` fluentd.volumeModImage.tag ` | Fluentd volumeModImage container image tag | ` latest ` |
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ spec:
226226 fluentd:
227227 image:
228228 repository: banzaicloud/fluentd
229- tag: v1.9.2-alpine-6
229+ tag: v1.9.2-alpine-7
230230 pullPolicy: IfNotPresent
231231 fluentbit: {}
232232 controlNamespace: logging
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ func (l *Logging) SetDefaults() (*Logging, error) {
9595 copy .Spec .FluentdSpec .Image .Repository = "banzaicloud/fluentd"
9696 }
9797 if copy .Spec .FluentdSpec .Image .Tag == "" {
98- copy .Spec .FluentdSpec .Image .Tag = "v1.9.2-alpine-6 "
98+ copy .Spec .FluentdSpec .Image .Tag = "v1.9.2-alpine-7 "
9999 }
100100 if copy .Spec .FluentdSpec .Image .PullPolicy == "" {
101101 copy .Spec .FluentdSpec .Image .PullPolicy = "IfNotPresent"
You can’t perform that action at this time.
0 commit comments