[bitnami/fluent-bit] Release 0.4.1 (#16662)

* [bitnami/fluent-bit] Release 0.4.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-05-16 02:53:45 +01:00
committed by GitHub
parent a679ee4ff6
commit 2447669130
4 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.2.5
digest: sha256:318f438acfeaced11d9060877d615caf1985417d2865810defaa886d3496f8d3
generated: "2023-05-03T13:57:20.573905+02:00"
version: 2.3.0
digest: sha256:11bbe86be64062d37b725f4dbc909aba3585b4976624ee9d27522366d3f956ea
generated: "2023-05-15T20:42:09.050942742Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: Analytics
licenses: Apache-2.0
apiVersion: v2
appVersion: 2.1.2
appVersion: 2.1.3
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -22,4 +22,4 @@ maintainers:
name: fluent-bit
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
version: 0.4.0
version: 0.4.1

View File

@@ -8,8 +8,6 @@ Fluent Bit is a Fast and Lightweight Log Processor and Forwarder. It has been ma
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Looking to use Fluent Bit in production? Try [VMware Application Catalog](https://bitnami.com/enterprise), the enterprise edition of Bitnami Application Catalog.
## TL;DR
```console
@@ -82,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | ---------------------------------------------------------------------------------------------------------- | -------------------- |
| `image.registry` | Fluent Bit image registry | `docker.io` |
| `image.repository` | Fluent Bit image repository | `bitnami/fluent-bit` |
| `image.tag` | Fluent Bit image tag (immutable tags are recommended) | `2.1.2-debian-11-r6` |
| `image.tag` | Fluent Bit image tag (immutable tags are recommended) | `2.1.3-debian-11-r0` |
| `image.digest` | Fluent Bit image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Fluent Bit image pull secrets | `[]` |

View File

@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/fluent-bit
tag: 2.1.2-debian-11-r6
tag: 2.1.3-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'