How to specify Tekton Pipelines version from tekton-operator TektonConfig CR? #1911
Unanswered
dohoangkhiem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to use the tekton-operator to simplify the installation process with the TektonConfig and the profile 'all', but after installation with the latest operator release (https://storage.googleapis.com/tekton-releases/operator/latest/release.yaml), the tekton-pipelines component version is still v0.50.3, which is quite old and missing some features I need.
I see there's the file https://github.com/tektoncd/operator/blob/main/components.yaml in operator's repo, which updates components versions to latest, but it seems the file is not used when installing operator? How could I achieve using operator while still be able to install latest (or specific version) of Tekton Pipelines (and other components)? Currently If I try to install tekton-pipelines separately with newer version, then operator will always revert it back to v0.50.3.
Beta Was this translation helpful? Give feedback.
All reactions