Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ spec:
kind: TektonTrigger
name: tektontriggers.operator.tekton.dev
version: v1alpha1
- description: |
TektonHub installs Tekton Hub on a cluster. The operator installs Tekton Hub on a cluster
if an instance of this CRD is created on your cluster with name `hub`. At present, the operator honors only
one CustomResource instance with the name `hub` to ensure only one set of Tekton Hub exists on a cluster.
displayName: TektonHubs
kind: TektonHub
name: tektonhubs.operator.tekton.dev
version: v1alpha1
- description: |
TektonInstallerSet internal CRD used by other component reconcilers to create kubernetes resources from their
release manifests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
operators.operatorframework.io/internal-objects: '["tektoninstallersets.operator.tekton.dev", "tektonconfigs.operator.tekton.dev","tektonpipelines.operator.tekton.dev","tektontriggers.operator.tekton.dev","tektonaddons.operator.tekton.dev", "tektonhubs.operator.tekton.dev", "tektonresults.operator.tekton.dev", "tektonchains.operator.tekton.dev", "openshiftpipelinesascodes.operator.tekton.dev", "manualapprovalgates.operator.tekton.dev","tektonpruners.operator.tekton.dev","tektonschedulers.operator.tekton.dev","tektonmulticlusterproxyaaes.operator.tekton.dev","syncerservices.operator.tekton.dev"]'
operators.operatorframework.io/internal-objects: '["tektoninstallersets.operator.tekton.dev", "tektonconfigs.operator.tekton.dev","tektonpipelines.operator.tekton.dev","tektontriggers.operator.tekton.dev","tektonaddons.operator.tekton.dev", "tektonresults.operator.tekton.dev", "tektonchains.operator.tekton.dev", "openshiftpipelinesascodes.operator.tekton.dev", "manualapprovalgates.operator.tekton.dev","tektonpruners.operator.tekton.dev","tektonschedulers.operator.tekton.dev","tektonmulticlusterproxyaaes.operator.tekton.dev","syncerservices.operator.tekton.dev"]'
repository: https://github.com/tektoncd/operator
support: Red Hat
labels:
Expand Down Expand Up @@ -176,27 +176,6 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:label
version: v1alpha1
- description: Represents an installation of latest version of Hub
displayName: Tekton Hub
kind: TektonHub
name: tektonhubs.operator.tekton.dev
resources:
- kind: tektoninstallersets
name: ''
version: v1alpha1
specDescriptors:
- description: Namespace where Addons installed
displayName: Target Namespace
path: targetNamespace
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:label
statusDescriptors:
- description: The version of Addons installed
displayName: Version
path: version
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:label
version: v1alpha1
- description: Represents an installation of latest version of OpenShift Pipelines As Code
displayName: OpenShift Pipelines As Code
kind: OpenShiftPipelinesAsCode
Expand Down Expand Up @@ -399,8 +378,7 @@ spec:
- Tekton Triggers: {{ with index .Versions "triggers"}}{{ .Version }}{{end}}
- Pipelines as Code: {{ with index .Versions "pipelines-as-code"}}{{ .Version }}{{end}}
- Tekton Chains: {{ with index .Versions "chains"}}{{ .Version }}{{end}}
- Tekton Hub (tech-preview): {{ with index .Versions "hub"}}{{ .Version }}{{end}}
- Tekton Results: {{ with index .Versions "results"}}{{ .Version }}{{end}}
- Tekton Results (tech-preview): {{ with index .Versions "results"}}{{ .Version }}{{end}}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Tekton Results (tech-preview): {{ with index .Versions "results"}}{{ .Version }}{{end}}
- Tekton Results: {{ with index .Versions "results"}}{{ .Version }}{{end}}

- Manual Approval Gate (tech-preview): {{ with index .Versions "manual-approval-gate"}}{{ .Version }}{{end}}
- Tekton Pruner: {{ with index .Versions "pruner"}}{{ .Version }}{{end}}
- Tekton Scheduler (tech-preview): {{ with index .Versions "scheduler"}}{{ .Version }}{{end}}
Expand Down
Loading