-
# Expected Behavior
The search bar to display information on the site, and perhaps relevant tasks on Tekton Hub.
# Actual Behavior
The search displayed ads, logs, and some somewhat relevant link…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kubernetes Version
k8s: 1.28.7
Tekton Pipelines: 0.56.2
### Shipwright Version
0.12.0
### Current Behavi…
-
# Expected Behavior
When I define a `Task` like so:
```yaml
steps:
- image: ':$(params.version)'
imagePullPolicy: IfNotPresent
```
I expect to see a pod created like so:
```y…
-
# Expected Behavior
When using an external DB and setting the `db_host` and `db_name` parameters in `TektonResult`, I would expect that these setting are used.
# Actual Behavior
The `db_host` and…
-
# Expected Behavior
On https://tekton.dev/docs/pipelines/pipelines/ there are links like
* For an end-to-end example, see [PipelineRun with when expressions](https://github.com/tektoncd/pipeline…
-
## Issue
The task "source-build" fails using our PipelineRun - https://github.com/redhat-buildpacks/builder-ubi-base/blob/main/.tekton/pipelinerun-builder-ubi-base.yaml#L438-L457 and reports such a…
-
# Expected Behavior
If I create a Task which claims to emit a result, but it doesn't, the TaskRun should fail, i.e. I should be able to rely on the interface a Task claims to provide.
# Actual B…
-
I wanted to create this ticket to kick off the discussion around how we can make Tekton API (`pkg/apis` package) easier to use. Currently, due to the heavy coupling issues in Tekton API, the vendors b…
-
In the [`README.md`](https://github.com/vdemeester/vegetable-resolver#task-type-and-injection) we talke about task type as contract.
> The idea behind *Task types* is more easily explained with an
…
-
We need to provide the ability to set a failure criteria in the container vulnerability scanning task which would result in the termination of the build. The build results, along with the scan output…