OLM bundle manifests missing OpenAPI schemas
Open
@pratap0007 is already working on this.
Since Sep 7, 2026.
kind/bug
- Dominant language
- Go
- Stars
- 608
- Forks
- 263
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 125
Description
Description
PR #3340 added controller-gen generated OpenAPI schemas to all operator CRDs in config/base/generated-crds/ and Helm charts. However, the OLM bundle manifests still have no schemas:
operatorhub/openshift/release-artifacts/bundle/manifests/— all CRDs have 0 properties, onlyx-kubernetes-preserve-unknown-fieldsoperatorhub/kubernetes/release-artifacts/bundle/manifests/— same
This means users installing via OLM don't benefit from the OpenAPI schema work.
Expected
OLM bundle CRD manifests should include the same structural schemas as the generated CRDs and Helm charts.
How to verify
# These should have properties, not just preserve-unknown-fields
grep -c 'properties:' operatorhub/openshift/release-artifacts/bundle/manifests/operator.tekton.dev_tektonconfigs.yaml
# Currently returns 0
/kind bug
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.