-
Notifications
You must be signed in to change notification settings - Fork 304
Open
Description
Describe the issue
We are fetching the crds from https://github.com/fluent/fluent-operator/releases/download/v${var.chart_version}/setup.yaml
As the Helm chart release is done only on the charts repository https://github.com/fluent/helm-charts/releases/tag/fluent-operator-3.4.2 there is currently no matching setup.yaml.
Options to fix this:
- Publish a release on operator repo.
- Attach the setup.yaml on the chart release.
- Having another way (helm chart, e.g. fluent-operator-crds) to publish the crds.
To Reproduce
N.A.
Expected behavior
The CRDs for 3.4.2 or newer releases are published in some form.
Your Environment
N.A.
How did you install fluent operator?
We have a piece of Terraform which installs both CRDs as shown above, as well the Chart by taking a version variable.
Additional context
We are in the process of improving the release process, so we need to think about how we want to handle this.
Metadata
Metadata
Assignees
Labels
No labels