[bitnami/fluent-bit] Release 0.4.11 (#18661)

* [bitnami/fluent-bit] Release 0.4.11 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-08-19 17:09:43 +02:00
committed by GitHub
parent 5377a5da3c
commit e53a890734
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: fluent-bit
image: docker.io/bitnami/fluent-bit:2.1.8-debian-11-r20
image: docker.io/bitnami/fluent-bit:2.1.8-debian-11-r24
apiVersion: v2
appVersion: 2.1.8
dependencies:
@@ -28,4 +28,4 @@ maintainers:
name: fluent-bit
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
version: 0.4.10
version: 0.4.11

View File

@@ -80,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.8-debian-11-r20` |
| `image.tag` | Fluent Bit image tag (immutable tags are recommended) | `2.1.8-debian-11-r24` |
| `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

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