From 4eda949ba92b318406e88d9ee676f6f7b45ddbcc Mon Sep 17 00:00:00 2001 From: Piyush Garg Date: Mon, 27 Nov 2023 15:57:35 +0530 Subject: [PATCH] Update csv file This will sync csv file with components.yaml --- ...s-operator-rh.clusterserviceversion.template.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml b/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml index b2e4932226..58da809a75 100644 --- a/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml +++ b/operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml @@ -277,12 +277,12 @@ spec: ### Components - - Tekton Pipelines: v0.50.1 - - Tekton Triggers: v0.25.0 - - Pipelines as Code: 0.20.0 - - Tekton Chains: v0.17.0 - - Tekton Hub (tech-preview): v1.14.0 - - Tekton Results (tech-preview): v0.7.0 + - Tekton Pipelines: v0.53.2 + - Tekton Triggers: v0.25.3 + - Pipelines as Code: 0.22.4 + - Tekton Chains: v0.19.0 + - Tekton Hub (tech-preview): v1.15.1 + - Tekton Results (tech-preview): v0.8.1 ## Getting Started In order to get familiar with _OpenShift Pipelines_ concepts and create your first pipeline, follow the [OpenShift Pipelines Docs](https://docs.openshift.com/container-platform/OPENSHIFT_DOCS_VERSION/cicd/pipelines/creating-applications-with-cicd-pipelines.html).