Skip to content

Commit 8b8932e

Browse files
pepovahma
authored andcommitted
Set fluentbit image tag to 1.1.3 (#107)
* Set fluentbit image tag to 1.1.3 * Chart version bupm
1 parent 620a3a2 commit 8b8932e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/logging-operator-fluent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Logging operator CR for Fluentd and Fluent-bit.
33
name: logging-operator-fluent
4-
version: 0.1.3
4+
version: 0.1.4
55
home: https://github.com/banzaicloud/logging-operator
66
icon: https://banzaicloud.com/img/banzai-cloud-logo.png
77
keywords:

charts/logging-operator-fluent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This chart applies Fluentd and Fluent-bit custom resources to [Logging Operator]
2828
| `tls.sharedKey` | Shared key between nodes (fluentd-fluentbit) | [autogenerated] |
2929
| `fluentbit.enabled` | Install fluent-bit | true |
3030
| `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace |
31-
| `fluentbit.image.tag` | Fluentbit container image tag | `latest` |
31+
| `fluentbit.image.tag` | Fluentbit container image tag | `1.1.3` |
3232
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
3333
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
3434
| `fluentd.enabled` | Install fluentd | true |

charts/logging-operator-fluent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fluentbit:
1111
enabled: true
1212
namespace: ""
1313
image:
14-
tag: "latest"
14+
tag: "1.1.3"
1515
repository: "fluent/fluent-bit"
1616
pullPolicy: "IfNotPresent"
1717

charts/logging-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $ helm install banzaicloud-stable/logging-operator-fluent
8787
| `tls.sharedKey` | Shared key between nodes (fluentd-fluentbit) | [autogenerated] |
8888
| `fluentbit.enabled` | Install fluent-bit | true |
8989
| `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace |
90-
| `fluentbit.image.tag` | Fluentbit container image tag | `latest` |
90+
| `fluentbit.image.tag` | Fluentbit container image tag | `1.1.3` |
9191
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
9292
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
9393
| `fluentd.enabled` | Install fluentd | true |

0 commit comments

Comments
 (0)