File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 3.2.0-rc4 "
2+ appVersion : " 3.2.0"
33description : A Helm chart for Kubernetes
44name : logging-demo
5- version : 3.1 .0
5+ version : 3.2 .0
66icon : https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 3.2.0-rc4 "
2+ appVersion : " 3.2.0"
33description : A Helm chart to configure logging resource for the Logging operator
44name : logging-operator-logging
5- version : 3.1 .0
5+ version : 3.2 .0
66icon : https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The following tables lists the configurable parameters of the logging-operator-l
2222| ` fluentbit.enabled ` | Install fluent-bit | true |
2323| ` fluentbit.namespace ` | Specified fluentbit installation namespace | same as operator namespace |
2424| ` fluentbit.tolerations ` | Tolerations for fluentbit daemonset | none |
25- | ` fluentbit.image.tag ` | Fluentbit container image tag | ` 1.4.1 ` |
25+ | ` fluentbit.image.tag ` | Fluentbit container image tag | ` 1.4.4 ` |
2626| ` fluentbit.image.repository ` | Fluentbit container image repository | ` fluent/fluent-bit ` |
2727| ` fluentbit.image.pullPolicy ` | Fluentbit container pull policy | ` IfNotPresent ` |
2828| ` fluentbit.podPriorityClassName ` | Priority class name for fluentbit pods | none |
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 3.2.0-rc4 "
2+ appVersion : " 3.2.0"
33description : A Helm chart to install Banzai Cloud logging-operator
44name : logging-operator
5- version : 3.1 .0
5+ version : 3.2 .0
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the logging-operator c
4949| Parameter | Description | Default |
5050| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
5151| ` image.repository ` | Container image repository | ` banzaicloud/logging-operator ` |
52- | ` image.tag ` | Container image tag | ` 3.2.0-rc2 ` |
52+ | ` image.tag ` | Container image tag | ` 3.2.0 ` |
5353| ` image.pullPolicy ` | Container pull policy | ` IfNotPresent ` |
5454| ` nameOverride ` | Override name of app | `` |
5555| ` fullnameOverride ` | Override full name of app | `` |
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 : 3.2.0-rc2
9+ tag : 3.2.0
1010 pullPolicy : IfNotPresent
1111
1212imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments