tektoncd / pipeline

A cloud-native Pipeline resource.
https://tekton.dev
Apache License 2.0
8.44k stars 1.77k forks source link

Helm chart outdated #8112

Closed rupertgti closed 2 months ago

rupertgti commented 2 months ago

Expected Behavior

To have an updated helm chart to use recent applications to deploy apps in a cluster with version controlled and provide to other tools like Jenkins X. Helm charts provide visibility through platforms such as artifact hub and make it easy to install and update.

Actual Behavior

Helm chart outdated

Additional Info

There are other tries to give visibility about this "problem"

https://github.com/tektoncd/pipeline/issues/5886#issuecomment-1358000244 and proposals to create one: https://github.com/tektoncd/pipeline/issues/5886#issuecomment-1552355412 https://github.com/tektoncd/pipeline/issues/5136

There's another Tekton helm chart from the CDF that's outdated: https://github.com/cdfoundation/tekton-helm-chart

Why don't you want to give a push to this even if there are proposals for collaboration?

Thank you

vdemeester commented 2 months ago

Helm chart outdated

By this you mean the chart in https://github.com/cdfoundation/tekton-helm-chart or another chart somewhere ? If yes, this is not maintained by us, and an issue about it being outdated would need to be there.

That said, yes, there are request for providing an helm chart, and the operator does provide one (for the operator).

rupertgti commented 2 months ago

Sorry for my lack of knowledge or doubt but, tekton operator helm chart include only pipeline component? Have the possibility to have the complete installation in a helm chart like these instructions? https://tekton.dev/docs/operator/install/ it seems only the pipeline (lite) is installed (no dashboard, no trigger...etc)

vdemeester commented 2 months ago

The helm chart in the operator installs the operator and let's you then do what you want with it. The operator itself manages most components in the tektoncd org.

cc @tektoncd/operator-maintainers