humio / humio-helm-charts

Helm Charts for Humio Components
Apache License 2.0
9 stars 17 forks source link

how can I change the fluentbit image version? #124

Closed brightzheng100 closed 3 years ago

brightzheng100 commented 3 years ago

How can I change the fluentbit image version?

For example:

helm install humio-agent humio/humio-helm-charts \
  --set image=fluent/fluent-bit:1.7.2 \
  ...
SaaldjorMike commented 3 years ago

Fluent bit is installed using a subchart you need to use something like this:

--set humio-fluentbit.image=fluent/fluent-bit:1.7.2

Notice how it says humio-fluentbit. as the prefix. All the specific options for the fluent bit subchart can be found here along with their default values: https://github.com/humio/humio-helm-charts/blob/master/charts/humio-fluentbit/values.yaml