-
Installed the latest Tekton pipelines, triggers etc. into a new OKD 4.7 (4.7.0-0.okd-2021-07-03-190901) cluster using the following steps:
oc adm policy add-scc-to-user anyuid -z tekton-pipelines-con…
-
Good day!
We use the "flux" gitops system for deployment in kubernetes. With this deployment, flux enriches all its monitored resources with kustomize.toolkit.fluxcd.io labels.
```yaml
kind: EventL…
-
Today build v1 can define image change triggers on pipelines, and the image change trigger controller in the openshift controller manager can trigger builds with those ICT settings when imagestreamtag…
-
Hi, thanks for sharing the great project!
Would you mind if I contribute a [Helmfile](https://github.com/roboll/helmfile) integration as a [deployment plugin](https://github.com/GoogleCloudPlatform…
-
# Expected Behavior
Tekton triggers example uses a git resource for its public repo, creating an impression in the newcomer that this is how git repos are acquired. (Not wholly incorrect, it seems…
-
# Expected Behavior
The eventListener (sink) is should receive the expected payload from bitbucket push.
# Actual Behavior
{"level":"error","ts":"2021-08-06T14:43:14.827Z","logger":"eventlistener",…
-
Tekton dashboard interactive tutorial in Katacoda fails for cluster version 1.18
```
{"level":"fatal","ts":"2021-08-26T14:06:09.866Z","logger":"tekton-pipelines-controller","caller":"sharedmain/ma…
-
I was able to get the Tekton EventListener to trigger a TaskRun upon git push events via GitHub webhooks. I need to extend this so that it triggers a full-blown PipelineRun, rather than a simple TaskR…
-
# Expected Behavior
I get an appropriate response that the pipelinerun failed to create (e.g an http 500)
# Actual Behavior
Silently fails with a HTTP 202 code
# Steps to Reproduce the Problem
…
-
OCP Version: 4.6.12
Openshift Pipelines Version: 1.2.3
Tekton Pipelines: v0.16.3
Tekton Triggers: v0.8.1
ClusterTasks based on Tekton Catalog 0.16
I followed the tutorial step by step. After cr…