Skip to content

Commit 8f3f165

Browse files
authored
Lo 0.2.1 (#108)
* logging-operator image update 0.2.0 -> 0.2.1 * readMe update
1 parent 8b8932e commit 8f3f165

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/logging-operator-fluent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

charts/logging-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Logging operator for Kubernetes based on Fluentd and Fluent-bit.
33
name: logging-operator
4-
version: 0.3.1
5-
appVersion: 0.2.0
4+
version: 0.3.2
5+
appVersion: 0.2.1
66
home: https://github.com/banzaicloud/logging-operator
77
icon: https://banzaicloud.com/img/banzai-cloud-logo.png
88
keywords:

charts/logging-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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` |

charts/logging-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: banzaicloud/logging-operator
9-
tag: 0.2.0
9+
tag: 0.2.1
1010
pullPolicy: IfNotPresent
1111

1212
nameOverride: ""

0 commit comments

Comments
 (0)