operator icon indicating copy to clipboard operation
operator copied to clipboard

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

Results 149 operator issues
Sort by recently updated
recently updated
newest added

Add a check to ignore namespaces with DeletionTimestamp set Signed-off-by: Nikhil Thomas # Changes # Submitter Checklist These are the criteria that every PR should meet, please check them off...

approved
size/XS
lgtm
release-note

This patch fixes to update ConfigMap's values and whenever corresponding keys gets change in the Hub CR Signed-off-by: Shiv Verma # Changes # Submitter Checklist These are the criteria that...

lgtm
release-note
size/L

This patch fixes to update ConfigMap's values and whenever corresponding keys gets change in the Hub CR Signed-off-by: Shiv Verma # Changes # Submitter Checklist These are the criteria that...

lgtm
release-note
size/L

Bumps [github.com/cli/go-gh](https://github.com/cli/go-gh) from 0.0.3 to 0.1.0. Release notes Sourced from github.com/cli/go-gh's releases. go-gh 0.1.0 New features Add repository.ParseWithHost by @​samcoe in cli/go-gh#41 New packages: Export ssh package by @​samcoe in...

size/XXL
do-not-merge/release-note-label-needed
ok-to-test
dependencies

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.22.0. Release notes Sourced from go.uber.org/zap's releases. v1.22.0 Enhancements: #1071[]: Add zap.Objects and zap.ObjectValues field constructors to log arrays of objects. With these two constructors,...

size/XL
do-not-merge/release-note-label-needed
ok-to-test
dependencies

Bumps [github.com/tektoncd/pipeline](https://github.com/tektoncd/pipeline) from 0.38.2 to 0.38.3. Release notes Sourced from github.com/tektoncd/pipeline's releases. Tekton Pipeline release v0.38.3 "Ocicat Ava" -Docs @ v0.38.3 -Examples @ v0.38.3 Installation one-liner kubectl apply -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.38.3/release.yaml...

size/XS
do-not-merge/release-note-label-needed
ok-to-test
dependencies

Is the Tekton helm chart published in a chart repository? currently, the instructions point to cloning the git repository and installing the helm chart from there which isn't entirely useful...

lifecycle/rotten

This issue is to make sure that all defaulting logic is moved to the location where all the other defaulting logic lives. For example: The following items could be something...

lifecycle/rotten

Currently, we run all controller in a single container https://github.com/tektoncd/operator/blob/main/cmd/kubernetes/operator/main.go as we are adding new components the logs are getting more and more an it is getting difficult to debug...

kind/feature
lifecycle/rotten

At present, CRDs like TektonPipeline, TektonTriggers, TektonDashboard etc, store name of the TektonInstallerSet Instances in their Status. This was required as the active TektonInstaller set was fetched (Get) using the...

lifecycle/rotten