File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This chart applies Fluentd and Fluent-bit custom resources to [Logging Operator]
3333| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
3434| ` fluentd.enabled ` | Install fluentd | true |
3535| ` fluentd.namespace ` | Specified fluentd installation namespace | same as operator namespace |
36- | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.1.4 ` |
36+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.5.0 ` |
3737| ` fluentd.image.repository ` | Fluentd container image repository | ` banzaicloud/fluentd ` |
3838| ` fluentd.image.pullPolicy ` | Fluentd container pull policy | ` IfNotPresent ` |
3939| ` fluentd.volumeModImage.tag ` | Fluentd volumeModImage container image tag | ` latest ` |
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Logging operator for Kubernetes based on Fluentd and Fluent-bit.
33name : logging-operator
4- version : 0.3.1
5- appVersion : 0.2.0
4+ version : 0.3.2
5+ appVersion : 0.2.1
66home : https://github.com/banzaicloud/logging-operator
77icon : https://banzaicloud.com/img/banzai-cloud-logo.png
88keywords :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The following tables lists the configurable parameters of the logging-operator c
4545| Parameter | Description | Default |
4646| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
4747| ` image.repository ` | Container image repository | ` banzaicloud/logging-operator ` |
48- | ` image.tag ` | Container image tag | ` 0.1.7 ` |
48+ | ` image.tag ` | Container image tag | ` 0.2.1 ` |
4949| ` image.pullPolicy ` | Container pull policy | ` IfNotPresent ` |
5050| ` nameOverride ` | Override name of app | `` |
5151| ` fullnameOverride ` | Override full name of app | `` |
@@ -92,7 +92,7 @@ $ helm install banzaicloud-stable/logging-operator-fluent
9292| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
9393| ` fluentd.enabled ` | Install fluentd | true |
9494| ` fluentd.namespace ` | Specified fluentd installation namespace | same as operator namespace |
95- | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.1.4 ` |
95+ | ` fluentd.image.tag ` | Fluentd container image tag | ` v1.5.0 ` |
9696| ` fluentd.image.repository ` | Fluentd container image repository | ` banzaicloud/fluentd ` |
9797| ` fluentd.image.pullPolicy ` | Fluentd container pull policy | ` IfNotPresent ` |
9898| ` fluentd.volumeModImage.tag ` | Fluentd volumeModImage container image tag | ` latest ` |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : banzaicloud/logging-operator
9- tag : 0.2.0
9+ tag : 0.2.1
1010 pullPolicy : IfNotPresent
1111
1212nameOverride : " "
You can’t perform that action at this time.
0 commit comments