diff --git a/charts/fluent-operator/Chart.yaml b/charts/fluent-operator/Chart.yaml index 7b3d23c1c..a478f2b68 100644 --- a/charts/fluent-operator/Chart.yaml +++ b/charts/fluent-operator/Chart.yaml @@ -15,12 +15,12 @@ description: A Helm chart for Kubernetes # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.5.0 +version: 2.5.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.5.0 +appVersion: 2.5.1 dependencies: - name: fluent-bit-crds diff --git a/charts/fluent-operator/templates/fluentbitconfig-fluentBitConfig.yaml b/charts/fluent-operator/templates/fluentbitconfig-fluentBitConfig.yaml index 50e6d0123..b6e57cf24 100644 --- a/charts/fluent-operator/templates/fluentbitconfig-fluentBitConfig.yaml +++ b/charts/fluent-operator/templates/fluentbitconfig-fluentBitConfig.yaml @@ -20,6 +20,9 @@ spec: filterSelector: matchLabels: fluentbit.fluent.io/enabled: "true" + parserSelector: + matchLabels: + fluentbit.fluent.io/enabled: "true" outputSelector: matchLabels: fluentbit.fluent.io/enabled: "true" diff --git a/charts/fluent-operator/templates/fluentbitconfig-fluentbitconfig-edge.yaml b/charts/fluent-operator/templates/fluentbitconfig-fluentbitconfig-edge.yaml index 91c069b8f..3ba76d1bd 100644 --- a/charts/fluent-operator/templates/fluentbitconfig-fluentbitconfig-edge.yaml +++ b/charts/fluent-operator/templates/fluentbitconfig-fluentbitconfig-edge.yaml @@ -16,6 +16,10 @@ spec: matchLabels: fluentbit.fluent.io/enabled: "true" node-role.kubernetes.io/edge: "true" + parserSelector: + matchLabels: + fluentbit.fluent.io/enabled: "true" + node-role.kubernetes.io/edge: "true" outputSelector: matchLabels: fluentbit.fluent.io/enabled: "true"