helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Charts for Fluentd and Fluent Bit

Results 127 helm-charts issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently, when deploying multiple release of Fluent Bit using the Helm chart, we encounter conflicts in fixed UIDs used in...

Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 4. Release notes Sourced from azure/setup-helm's releases. v4.0.0 #121 update to node20 as node16 is deprecated Changelog Sourced from azure/setup-helm's changelog. Change Log [4.2.0] -...

dependencies

Provide realistic values for running fluent-bit as a non-root user. The security context comments in values.yaml are not usable: ```yaml podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: #...

I want to deploy a custom config with additional template variables, like the `fluent-bit.my-config` example below. When this config changes, I want to do a deploy rollout that restarts pods....

Fluentbit is not flushing or removing old node exprter device metrics which are no longer part of the system and still exposes it. Only restarting the node exporter would solve...

Suggested Change in order to fix [Issue 491](https://github.com/fluent/helm-charts/issues/491)

# Situation - I like to setup fluentd on kubernetes using the helm chart so it can receive rsyslog - In our environment, I have to setup a loadbalancer (external...

## install elasticsearch ``` helm repo add bitnami https //charts.bitnami.com/bitnami helm install elasticsearch bitnami/elasticsearch \ -n elasticsearch --create-namespace \ --version=8.10.3 ``` ## install fluentd ``` helm repo add fluent https://fluent.github.io/helm-charts...

Hi dear community, I've installed fluentbit helm chart on K8s (AWS EKS) and I am working with IAM roles for service accounts ([this way](https://github.com/fluent/fluent-bit-docs/blob/master/administration/aws-credentials.md#3-eks-web-identity-token-oidc)) to send logs to aws opensearch...

It would be awesome to have a changelog or notes added to every helm chart release. Why? --- Because a lot of projects heavily rely on dependency automation tooling like...