Skip to content

Commit ce930d9

Browse files
pratap0007tekton-robot
authored andcommitted
chore(operatorhub): remove tech-preview label from Results
Tekton Results has graduated from tech-preview, update the ClusterServiceVersion template to reflect GA status. Signed-off-by: Shiv Verma <shverma@redhat.com>
1 parent 2445eb6 commit ce930d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ spec:
401401
- Pipelines as Code: v0.48.0
402402
- Tekton Chains: v0.27.3
403403
- Tekton Hub (tech-preview): v1.24.1
404-
- Tekton Results (tech-preview): v0.19.0
404+
- Tekton Results: v0.19.0
405405
- Manual Approval Gate (tech-preview): v0.9.0
406406
- Tekton Pruner: v0.4.1
407407
- Tekton Scheduler (tech-preview): v0.3.1

operatorhub/openshift/manifests/bases/openshift-pipelines-operator-rh.clusterserviceversion.template.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ spec:
400400
- Pipelines as Code: {{ with index .Versions "pipelines-as-code"}}{{ .Version }}{{end}}
401401
- Tekton Chains: {{ with index .Versions "chains"}}{{ .Version }}{{end}}
402402
- Tekton Hub (tech-preview): {{ with index .Versions "hub"}}{{ .Version }}{{end}}
403-
- Tekton Results (tech-preview): {{ with index .Versions "results"}}{{ .Version }}{{end}}
403+
- Tekton Results: {{ with index .Versions "results"}}{{ .Version }}{{end}}
404404
- Manual Approval Gate (tech-preview): {{ with index .Versions "manual-approval-gate"}}{{ .Version }}{{end}}
405405
- Tekton Pruner: {{ with index .Versions "pruner"}}{{ .Version }}{{end}}
406406
- Tekton Scheduler (tech-preview): {{ with index .Versions "scheduler"}}{{ .Version }}{{end}}

0 commit comments

Comments
 (0)