Skip to content

helm chart: v4 refactor#1869

Open
joshuabaird wants to merge 22 commits intofluent:masterfrom
joshuabaird:chore/helm-v4-refactor
Open

helm chart: v4 refactor#1869
joshuabaird wants to merge 22 commits intofluent:masterfrom
joshuabaird:chore/helm-v4-refactor

Conversation

@joshuabaird
Copy link
Collaborator

@joshuabaird joshuabaird commented Feb 13, 2026

This PR implements several re-factors for the initial Helm chart v4 release of fluent-operator:

  • Include fluent-bit and fluentd CRDs in the crds/ directory of the fluent-operator chart to follow Helmv3 standards and best practices
  • Adds a new fluent-operator-crds chart that enables optional advanced/out-of-band management of the fluentd and fluent-bit CRDs
  • Remove legacy CRD chart dependencies from the fluent-operator chart
  • Remove legacy (also unreleased!) fluent-bit-crds and fluentd-crds charts (no longer necessary since we introduced the fluent-operator-crds chart)
  • Reformat fluent-operator's values.yaml to be compatible with helm-docs so we can autogenerate docs for the chart
  • Moves our "non-standard" README content to _docs.md so it gets picked up by templating already in place over in fluent/helm-charts
  • Updates v4 MIGRATION doc

@joshuabaird joshuabaird force-pushed the chore/helm-v4-refactor branch from 9e97d2b to d3e721f Compare February 13, 2026 19:44
@joshuabaird joshuabaird changed the title helm: v4 refactor helm chart: v4 refactor Feb 13, 2026
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
@joshuabaird joshuabaird force-pushed the chore/helm-v4-refactor branch from c17fc63 to 6817b70 Compare February 25, 2026 20:54
Signed-off-by: Josh Baird <jbaird@galileo.io>
@joshuabaird joshuabaird marked this pull request as ready for review February 26, 2026 14:25
Copy link

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshuabaird this looks like a better pattern, I've added a couple of nits that may be useful.

RE the bigger picture, I think the following are worth considering.

  • Don't keep the README in this repo
    • Keep the README template in the helm-charts repos and generate the README as part of the PR to copy the chart there
    • This will make it clearer that the chart in this repo shouldn't be used
  • Don't Update Chart.yaml version in this repo
    • Keep version static (e.g. 0.0.1-dev.0)
    • Update appVersion as appropriate
    • Set the version in the PR to copy the chart to the helm-charts repo
    • This will make it clearer that the chart in this repo shouldn't be used

Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
Signed-off-by: Josh Baird <jbaird@galileo.io>
@joshuabaird joshuabaird requested a review from stevehipwell March 5, 2026 19:42
@joshuabaird joshuabaird requested review from marcofranssen and removed request for stevehipwell March 5, 2026 19:42
Rename values key from 'fluent-bit' to 'fluentbit' in fluent-operator-crds
chart. Hyphenated keys cannot be accessed via dot notation in Go templates
(.Values.fluent-bit.enabled is parsed as arithmetic subtraction), causing
a hard parse error on helm template/lint.

Signed-off-by: Josh Baird <jbaird@galileo.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants