[bitnami/fluent-bit] Release 0.4.2 (#16772)

* [bitnami/fluent-bit] Release 0.4.2 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-21 16:31:30 +01:00
committed by GitHub
parent 339c0fa925
commit 15f5495a5f
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.3.0
digest: sha256:11bbe86be64062d37b725f4dbc909aba3585b4976624ee9d27522366d3f956ea
generated: "2023-05-15T20:42:09.050942742Z"
version: 2.4.0
digest: sha256:8c1a5dc923412d11d4d841420494b499cb707305c8b9f87f45ea1a8bf3172cb3
generated: "2023-05-21T14:13:34.050297717Z"

View File

@@ -22,4 +22,4 @@ maintainers:
name: fluent-bit
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
version: 0.4.1
version: 0.4.2

View File

@@ -78,7 +78,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.3-debian-11-r0` |
| `image.tag` | Fluent Bit image tag (immutable tags are recommended) | `2.1.3-debian-11-r2` |
| `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 | `[]` |
@@ -285,4 +285,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

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