Nikhil Thomas
Nikhil Thomas
> Tekton Pipeline version: N/A [Latest version available on OperatorHub is 1.6.1] I am assuming that you are on OpenShift 4.x. We have had other operators making the dependency work...
/remove-lifecycle stale this is very important. 😬 looks like https://github.com/operator-framework/community-operators/pull/3971 not merging because of a webhook related crash.
/lifecycle frozen
at present the release flow is as follows. 1. a maitainer runs this script: https://github.com/tektoncd/operator/blob/bed3d6308c6682700ba05d00e88d8d5eaf8a976a/hack/release-setup-branch.sh#L7 **this script will:** a. create release branch b. query and lists recent releases from projects...
May be the place to add changes for helm is between step 1.e and 1.f. However, the challenge we might face is that the image references are created only during...
There is one way. We can do this be specifying image overrides as environment variables in the operator controller deployment. refer #610
We can think about a labels and annotations section in our CRD spec(s). That is, instead of adding labels only on namespaces, if we apply 1 or more labels to...
Another concern is everincresaing size of TektonConfig CR spec. May be it is time to think about supporting a `tekton--config` configMap per component. Then we can specifiy the name of...
additional details: - we agree this is a valuable feature - if we do this, any changes to any resources managed by operaotr should be declaratively done through operator's API(s)...
I think it is a great idea. I think this will greatly improve developer experience. With the addition of TektonInstallerSet, the component lifecycle logs (something not found, fresh install, dependencies...