[bitnami/fluent-bit] Release 0.4.9 (#17869)

* [bitnami/fluent-bit] Release 0.4.9 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-07-25 12:35:05 +02:00
committed by GitHub
parent b3268eec0a
commit e2d44cdf1e
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ annotations:
category: Analytics
licenses: Apache-2.0
apiVersion: v2
appVersion: 2.1.7
appVersion: 2.1.8
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -25,4 +25,4 @@ maintainers:
name: fluent-bit
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
version: 0.4.8
version: 0.4.9

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.7-debian-11-r0` |
| `image.tag` | Fluent Bit image tag (immutable tags are recommended) | `2.1.8-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

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