diff --git a/charts/logging-demo/Chart.yaml b/charts/logging-demo/Chart.yaml index 6fda8aab4..e43dc2f20 100644 --- a/charts/logging-demo/Chart.yaml +++ b/charts/logging-demo/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.2.0-rc4" +appVersion: "3.2.0" description: A Helm chart for Kubernetes name: logging-demo -version: 3.1.0 +version: 3.2.0 icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png diff --git a/charts/logging-operator-logging/Chart.yaml b/charts/logging-operator-logging/Chart.yaml index 7593dddae..ad976532b 100644 --- a/charts/logging-operator-logging/Chart.yaml +++ b/charts/logging-operator-logging/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "3.2.0-rc4" +appVersion: "3.2.0" description: A Helm chart to configure logging resource for the Logging operator name: logging-operator-logging -version: 3.1.0 +version: 3.2.0 icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png diff --git a/charts/logging-operator-logging/README.md b/charts/logging-operator-logging/README.md index ff25a292d..eb8aa1095 100644 --- a/charts/logging-operator-logging/README.md +++ b/charts/logging-operator-logging/README.md @@ -22,7 +22,7 @@ The following tables lists the configurable parameters of the logging-operator-l | `fluentbit.enabled` | Install fluent-bit | true | | `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace | | `fluentbit.tolerations` | Tolerations for fluentbit daemonset | none | -| `fluentbit.image.tag` | Fluentbit container image tag | `1.4.1` | +| `fluentbit.image.tag` | Fluentbit container image tag | `1.4.4` | | `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` | | `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` | | `fluentbit.podPriorityClassName` | Priority class name for fluentbit pods | none | diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index 251ee58be..f76c17114 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "3.2.0-rc4" +appVersion: "3.2.0" description: A Helm chart to install Banzai Cloud logging-operator name: logging-operator -version: 3.1.0 +version: 3.2.0 diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index f00f5047a..7205ff538 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the logging-operator c | Parameter | Description | Default | | --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ | | `image.repository` | Container image repository | `banzaicloud/logging-operator` | -| `image.tag` | Container image tag | `3.2.0-rc2` | +| `image.tag` | Container image tag | `3.2.0` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `nameOverride` | Override name of app | `` | | `fullnameOverride` | Override full name of app | `` | diff --git a/charts/logging-operator/values.yaml b/charts/logging-operator/values.yaml index acf4d9ada..b19f706e3 100644 --- a/charts/logging-operator/values.yaml +++ b/charts/logging-operator/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: banzaicloud/logging-operator - tag: 3.2.0-rc2 + tag: 3.2.0 pullPolicy: IfNotPresent imagePullSecrets: []