Skip to content

(fix): Add TektonScheduler, syncerservice and TektonMulticlusterProxyAAE CRDs to Helm chart#3265

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
mbpavan:fix/helm-add-missing-crds-upstream-main
Mar 9, 2026
Merged

(fix): Add TektonScheduler, syncerservice and TektonMulticlusterProxyAAE CRDs to Helm chart#3265
tekton-robot merged 1 commit intotektoncd:mainfrom
mbpavan:fix/helm-add-missing-crds-upstream-main

Conversation

@mbpavan
Copy link
Contributor

@mbpavan mbpavan commented Mar 5, 2026

With the current Helm chart, installing the operator with installCRDs=true does not create the TektonScheduler, syncerservice and TektonMulticlusterProxyAAE CRDs. This fixes helm install and upgrades

Changes

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

Testing

Fresh install (Kubernetes) works fine

Release Notes

NONE

@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Mar 5, 2026
@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 5, 2026
@mbpavan mbpavan force-pushed the fix/helm-add-missing-crds-upstream-main branch from 42219ea to 90e9936 Compare March 5, 2026 18:06
@mbpavan
Copy link
Contributor Author

mbpavan commented Mar 5, 2026

/kind bug

@tekton-robot tekton-robot added the kind/bug Categorizes issue or PR as related to a bug. label Mar 5, 2026
@pramodbindal
Copy link
Member

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 6, 2026
@anithapriyanatarajan
Copy link
Contributor

The operator and webhook register informers for these CRDs. Without them
installed, informers fail and the tektoninstallerset controller never
applies the webhook configs or Pipeline/Trigger installer sets, so
Pipelines and other components are not installed on Helm install.

Include both CRDs in kubernetes-crds.yaml and openshift-crds.yaml so
Kubernetes and OpenShift installs with installCRDs=true work correctly.
@mbpavan mbpavan force-pushed the fix/helm-add-missing-crds-upstream-main branch from 90e9936 to 66a6909 Compare March 6, 2026 07:31
@tekton-robot tekton-robot removed the lgtm Indicates that a PR is ready to be merged. label Mar 6, 2026
@mbpavan mbpavan changed the title (fix): Add TektonScheduler and TektonMulticlusterProxyAAE CRDs to Helm chart (fix): Add TektonScheduler, syncerservice and TektonMulticlusterProxyAAE CRDs to Helm chart Mar 6, 2026
@mbpavan
Copy link
Contributor Author

mbpavan commented Mar 6, 2026

@mbpavan - Do we need the syncer service - https://github.com/tektoncd/operator/blob/main/config/base/300-operator_v1alpha1_syncerservice_crd.yaml as well?

@anithapriyanatarajan added, please check now

@anithapriyanatarajan
Copy link
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 9, 2026
@anithapriyanatarajan
Copy link
Contributor

/approve

@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anithapriyanatarajan, pramodbindal

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [anithapriyanatarajan]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 9, 2026
@tekton-robot tekton-robot merged commit a07ab6d into tektoncd:main Mar 9, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants