[bitnami/fluent-bit] Global StorageClass as default value (#28019)

This commit is contained in:
Juan Ariza Toledano
2024-07-16 13:33:46 +02:00
committed by GitHub
parent 79df4a43da
commit f4718c2bbc
5 changed files with 26 additions and 19 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 2.3.9 (2024-07-12)
## 2.3.10 (2024-07-16)
* [bitnami/fluent-bit] Release 2.3.9 ([#27923](https://github.com/bitnami/charts/pull/27923))
* [bitnami/fluent-bit] Global StorageClass as default value ([#28019](https://github.com/bitnami/charts/pull/28019))
## <small>2.3.9 (2024-07-12)</small>
* [bitnami/fluent-bit] Release 2.3.9 (#27923) ([a435aaa](https://github.com/bitnami/charts/commit/a435aaa3769fb1c91d1a7317c531c3056bc9539c)), closes [#27923](https://github.com/bitnami/charts/issues/27923)
## <small>2.3.8 (2024-07-10)</small>

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.4
digest: sha256:73045308add144761f12bc13cbad9fddcdce25c6919140e0683d18622bf56ba0
generated: "2024-07-12T04:52:07.051005063Z"
version: 2.20.5
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
generated: "2024-07-16T12:06:17.596165+02:00"

View File

@@ -10,22 +10,22 @@ annotations:
apiVersion: v2
appVersion: 3.1.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Fluent Bit is a Fast and Lightweight Log Processor and Forwarder. It has been made with a strong focus on performance to allow the collection of events from different sources without complexity.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/fluent-bit/img/fluent-bit-stack-220x234.png
keywords:
- fluent-bit
- logging
- monitoring
- fluent-bit
- logging
- monitoring
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: fluent-bit
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
version: 2.3.9
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
version: 2.3.10

View File

@@ -119,7 +119,8 @@ As an alternative, use one of the preset configurations for pod affinity, pod an
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
| `global.imageRegistry` | Global Docker image registry | `""` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
### Common parameters

View File

@@ -9,7 +9,8 @@
## @param global.imageRegistry Global Docker image registry
## @param global.imagePullSecrets Global Docker registry secret names as an array
## @param global.storageClass Global StorageClass for Persistent Volume(s)
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
##
global:
imageRegistry: ""
@@ -18,6 +19,7 @@ global:
## - myRegistryKeySecretName
##
imagePullSecrets: []
defaultStorageClass: ""
storageClass: ""
## Compatibility adaptations for Kubernetes platforms
##