-
{
"hub-mirror": [
"gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/controller:v0.44.4",
"gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/resolvers:v0.44.4",
…
-
### Project Name
Tekton
### Project Website
https://tekton.dev
### Contact Details 1
@afrittoli
### Contact Details 2
@dibyom
### Links to communication channels
https://github.com/tektoncd/c…
-
# Expected Behavior
I'd like to have `tkn eventlistener logs ` less verbose, only related to something specific.
For the moment, [changing loglevel](https://tekton.dev/docs/triggers/troubleshoot…
-
Hi
I'm getting error during following commands:
oc apply -f 00-release.yaml
for i in $(find addons | grep yaml)
do
oc apply -f ${i}
done
Error from server (InternalError): error…
-
tkn version
```
Client version: 0.28.0
Pipeline version: v0.50.0
Triggers version: v0.24.1
Dashboard version: v0.38.0
```
k8s version:
`v1.25.4+rke2r1`
I have manifets:
```
apiVersion:…
-
# Expected Behavior
```
task.tekton.dev/hello created
```
# Actual Behavior
```
Error from server (InternalError): error when creating "hello-world.yaml": Internal error occurred: failed c…
-
### Feature request
Helm chart values.yaml support extraEnvVars,
```
tekton-operator-lifecycle:
extraEnvVars:
- name: FOO
value: "bar"
```
I hope install in offline environment…
-
### Feature request
Why don't we add support for deploying Tekton Pipelines, Chains, Dashboard via tkn CLI? IMHO, it'd be great if I could type:
```shell
$ tkn install cd
$ tkn install trigger…
-
oc -n reversewords-ci create -f webhook.yaml
triggertemplate.triggers.tekton.dev/reverseword-build-triggertemplate created
Error from server (BadRequest): error when creating "webhook.yaml": admissi…
-
# Expected Behavior
Incoming data parsed by trigger binding should be escaped so that it's not possible to execute injection attack.
In my example below, I expect to see
`Hello Pavol && echo I wa…