Skip to content

Commit 7f46530

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 935e528 commit 7f46530

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
@@ -380,7 +380,7 @@ spec:
380380
- Pipelines as Code: v0.49.0
381381
- Tekton Chains: v0.28.0
382382
- Tekton Hub (tech-preview): v1.24.1
383-
- Tekton Results (tech-preview): v0.19.0
383+
- Tekton Results: v0.19.0
384384
- Manual Approval Gate (tech-preview): v0.9.0
385385
- Tekton Pruner: v0.4.1
386386
- 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)