tektoncd / tektoncd/operator

OLM bundle manifests missing OpenAPI schemas

Open
#3,872 1 comment 0 reactions 1 assignee View on GitHub

@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, only x-kubernetes-preserve-unknown-fields
  • operatorhub/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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.