Feature request
I would like to propose moving the Tekton Operator Helm chart into a dedicated repository—for example:
github.com/tektoncd/operator-helm-chart
The goal is to isolate the Helm chart from the operator source code and make it a standalone installation and distribution method.
Motivation
A dedicated repository could provide several benefits:
- Make the chart easier to discover, use, test, and maintain.
- Allow contributors to work on the chart without navigating the complete operator codebase.
- Give the chart its own release lifecycle and versioning strategy.
- Provide clearer documentation focused specifically on Helm-based installation.
- Simplify automated chart validation, packaging, and publishing.
- Make the chart easier to distribute through services such as Artifact Hub.
Distribution
As part of this work, we should define how the chart will be released and distributed to the wider community. This could include:
- Publishing the chart as an OCI artifact to
ghcr.io.
- Listing the chart on Artifact Hub.
- Signing releases and publishing provenance information.
- Automating chart testing and publishing through GitHub Actions.
- Documenting the relationship between the chart version and the Tekton Operator version.
For example, users could install the operator from an OCI registry with:
helm install tekton-operator \
oci://ghcr.io/tektoncd/charts/tekton-operator \
--version <version>
The OCI repository could also be consumed directly by GitOps tools such as Flux.
Compatibility and ownership
Before separating the chart, we would need to agree on:
- Who maintains and reviews chart changes.
- How chart changes are tested against Operator releases.
- Whether chart and Operator versions should remain aligned.
- How breaking changes are communicated.
- How existing chart users are migrated to the new repository and registry location.
Contribution
I would be happy to help with this work, including:
- Creating or restructuring the Helm chart repository.
- Improving the chart structure and documentation.
- Adding chart tests and release automation.
- Setting up OCI publishing.
- Preparing the chart for listing on Artifact Hub.
- Documenting installation through Helm and GitOps tools such as Flux.
If the maintainers are open to this direction, I would be glad to help prepare a more detailed implementation and migration plan.
Feature request
I would like to propose moving the Tekton Operator Helm chart into a dedicated repository—for example:
github.com/tektoncd/operator-helm-chartThe goal is to isolate the Helm chart from the operator source code and make it a standalone installation and distribution method.
Motivation
A dedicated repository could provide several benefits:
Distribution
As part of this work, we should define how the chart will be released and distributed to the wider community. This could include:
ghcr.io.For example, users could install the operator from an OCI registry with:
The OCI repository could also be consumed directly by GitOps tools such as Flux.
Compatibility and ownership
Before separating the chart, we would need to agree on:
Contribution
I would be happy to help with this work, including:
If the maintainers are open to this direction, I would be glad to help prepare a more detailed implementation and migration plan.