-
Bug
-
Resolution: Done
-
Normal
-
Pipelines 1.18.0
-
None
-
1
-
False
-
-
False
-
-
-
ODC Sprint 3271
Description of problem:
On PipelineRun view, there is a link to Pipeline but it points to v1beta1 instead of v1
Prerequisites (if any, like setup, operators/versions):
Pipelines 1.18.0
any version of OpenShift
Steps to Reproduce
# install Pipelines operator
- create a pipeline run
- click on pipeline link
Actual results:
Even though pipeline run is v1, link points to v1beta1 version of pipeline, e.g.
- https://example.com/k8s/ns/test/tekton.dev~v1~PipelineRun/new-pipeline-vts6s7
- https://example.com/k8s/ns/test/tekton.dev~v1beta1~Pipeline/new-pipeline
Expected results:
Link points to v1 pipeline
Reproducibility (Always/Intermittent/Only Once):
always
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):