-
# Expected Behavior
If I set `chains.tekton.dev/transparency-upload=true` on a Pipeline, this should propagate down to child Tasks during a run.
# Actual Behavior
Pipelines controller filters…
-
**As a** [developer]
**I need** [to define our CD pipeline and tasks in .tekton/pipeline.yaml and .tekton/tasks.yaml files]
**So that** [our deployment process can be automated]
### Details a…
-
# Expected Behavior
Users should be able to use a Trigger with binding or template param values that contain the newline `\n` character.
# Actual Behavior
TriggerTemplate errors out. I trie…
-
# Expected Behavior
I would expect after some time Chains under the load memory consumption would become constant - it will start freeing memory.
Is this expected, or is this some sort of memory…
-
{
"hub-mirror": [
"gcr.io/tekton-releases/github.com/tektoncd/triggers/cmd/webhook:v0.25.3"
]
}
-
{
"hub-mirror": [
"gcr.io/tekton-releases/github.com/tektoncd/triggers/cmd/controller:v0.25.3"
]
}
-
# Expected behavior
When looking at a TaskRun and PipelineRun I should be able to see labels associated to it.
This will greatly help filtering similar taskruns and pipelineruns.
One cool feature w…
-
### Feature request
Test various Tekton components and branches against the versions of k8s supported for that component.
### Use case
Validate that Tekton can run on the versions of k8s avai…
-
# Expected Behavior
using tekton chain to sign a pipelineRun object
# Actual Behavior
after pipelineRun finished. Nothing attached to the pipelineRun annotations and tekton-chains-controller pod…
-
TriggerTemplates are really important to us as we use them to lay down non Tekton resources like ConfigMaps and Secrets however we have been forced to write our own implementation because our eventing…