How do you manage Tekton components installation and lifecycle management #1054
Replies: 3 comments 2 replies
-
Currently we create our own Helm charts from the YAML files that were released. Very simplified: diff the manifests to see what changed and adjust the charts. It doesn't support all the features, just the ones we need. But to be honestly, every time I do this I wonder if I should switch to either a kustomize based process or check again if the operator would work in a cluster without direct internet access (last time I checked was a long time ago, so maybe it could). |
Beta Was this translation helpful? Give feedback.
-
Shipwright's operator has an API dependency on the Tekton Operator - we use the |
Beta Was this translation helpful? Give feedback.
-
Alright, I wonder how much this is a "close-to-truth" view of the community. However, I think it shows there is some value in having the operator, upstream, even without OLM. |
Beta Was this translation helpful? Give feedback.
-
This poll is to gather feedback on how the community manages tekton components installation as well as their lifecycle (upgrade, …)
The idea is to figure out how, in general, our community manages Tekton components lifecycle so that we can focus on the right thing related to components lifecycle management.
Note on the "options", if you are using a
gitops
-based flow to manager components lifecycle, please either choose other options or the "underlying" mechanism used (e.g. argocd with kustomize would go into "A custom setup based ofkustomize
", …).11 votes ·
Beta Was this translation helpful? Give feedback.
All reactions