@@ -49,25 +49,24 @@ metadata:
49
49
]
50
50
capabilities : Basic Install
51
51
categories : OpenShift Optional,Developer Tools
52
- containerImage : quay.io/devfile/registry-operator:v0.2 .0
53
- createdAt : " 2023-11-20T18:36:27Z "
52
+ containerImage : quay.io/devfile/registry-operator:v0.3 .0
53
+ createdAt : " 2024-08-13T13:58:24Z "
54
54
description : Deploy and manage Devfile Registries on Kubernetes and OpenShift
55
55
with the Devfile Registry operator.
56
- operators.operatorframework.io/builder : operator-sdk-v1.28 .0
56
+ operators.operatorframework.io/builder : operator-sdk-v1.36 .0
57
57
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
58
58
repository : https://github.com/devfile/registry-operator
59
59
support : Red Hat
60
- name : registry-operator.v0.2 .0
60
+ name : registry-operator.v0.3 .0
61
61
namespace : placeholder
62
62
spec :
63
63
apiservicedefinitions : {}
64
64
customresourcedefinitions :
65
65
owned :
66
- - description : ClusterDevfileRegistriesList is a custom resource where cluster
67
- admins can add a list of Devfile Registries to allow devfiles to be visible
68
- at the cluster level. In order to be added to the list, the Devfile Registries
69
- must be reachable, supports the Devfile v2.0 spec and above, and is not using
70
- the default namespace.
66
+ - description : |-
67
+ ClusterDevfileRegistriesList is a custom resource where cluster admins can add a list of Devfile Registries to allow devfiles to be visible
68
+ at the cluster level. In order to be added to the list, the Devfile Registries must be reachable, supports the Devfile v2.0 spec and above,
69
+ and is not using the default namespace.
71
70
displayName: Cluster Devfile Registries List
72
71
kind: ClusterDevfileRegistriesList
73
72
name: clusterdevfileregistrieslists.registry.devfile.io
@@ -95,10 +94,10 @@ spec:
95
94
displayName: Conditions
96
95
path: conditions
97
96
version: v1alpha1
98
- - description : DevfileRegistry is a custom resource allows you to create and manage
99
- your own index server and registry viewer. In order to be added, the Devfile
100
- Registry must be reachable, supports the Devfile v2.0 spec and above, and
101
- is not using the default namespace.
97
+ - description : |-
98
+ DevfileRegistry is a custom resource allows you to create and manage your own index server and registry viewer.
99
+ In order to be added, the Devfile Registry must be reachable, supports the Devfile v2.0 spec and above, and is
100
+ not using the default namespace.
102
101
displayName: Devfile Registry
103
102
kind: DevfileRegistry
104
103
name: devfileregistries.registry.devfile.io
@@ -140,8 +139,9 @@ spec:
140
139
- description: Sets the image pull policy for the container
141
140
displayName: Image Pull Policy
142
141
path: ociRegistry.imagePullPolicy
143
- - description : Overrides the container image used for the OCI registry. Recommended
144
- to leave blank and default to the image specified by the operator.
142
+ - description: |-
143
+ Overrides the container image used for the OCI registry.
144
+ Recommended to leave blank and default to the image specified by the operator.
145
145
displayName: Oci Registry Image
146
146
path: ociRegistryImage
147
147
- description: Sets the registry viewer container spec to be deployed on the
@@ -159,36 +159,37 @@ spec:
159
159
path: registryViewerImage
160
160
- displayName: Storage
161
161
path: storage
162
- - description : Instructs the operator to deploy the DevfileRegistry with persistent
163
- storage Disabled by default.
162
+ - description: |-
163
+ Instructs the operator to deploy the DevfileRegistry with persistent storage
164
+ Disabled by default.
164
165
displayName: Enabled
165
166
path: storage.enabled
166
- - description : Configures the size of the devfile registry's persistent volume,
167
- if enabled. Defaults to 1Gi.
167
+ - description: |-
168
+ Configures the size of the devfile registry's persistent volume, if enabled.
169
+ Defaults to 1Gi.
168
170
displayName: Registry Volume Size
169
171
path: storage.registryVolumeSize
170
172
- displayName: Telemetry
171
173
path: telemetry
172
- - description : Specify a telemetry key to allow devfile specific data to be
173
- sent to a client's own Segment analytics source. If the write key is specified
174
- then telemetry will be enabled
174
+ - description: |-
175
+ Specify a telemetry key to allow devfile specific data to be sent to a client's own Segment analytics source.
176
+ If the write key is specified then telemetry will be enabled
175
177
displayName: Key
176
178
path: telemetry.key
177
179
- description: The registry name (can be any string) that is used as identifier
178
180
for devfile telemetry.
179
181
displayName: Registry Name
180
182
path: telemetry.registryName
181
- - description : Specify a telemetry write key for the registry viewer component
182
- to allow data to be sent to a client's own Segment analytics source. If
183
- the write key is specified then telemetry for the registry viewer component
184
- will be enabled
183
+ - description: |-
184
+ Specify a telemetry write key for the registry viewer component to allow data to be sent to a client's own Segment analytics source.
185
+ If the write key is specified then telemetry for the registry viewer component will be enabled
185
186
displayName: Registry Viewer Write Key
186
187
path: telemetry.registryViewerWriteKey
187
188
- displayName: TLS
188
189
path: tls
189
- - description : Instructs the operator to deploy the DevfileRegistry with TLS
190
- enabled. Enabled by default. Disabling is only recommended for development
191
- or test.
190
+ - description: |-
191
+ Instructs the operator to deploy the DevfileRegistry with TLS enabled.
192
+ Enabled by default. Disabling is only recommended for development or test.
192
193
displayName: Enabled
193
194
path: tls.enabled
194
195
- description: Name of an optional, pre-existing TLS secret to use for TLS termination
@@ -204,11 +205,10 @@ spec:
204
205
displayName: URL
205
206
path: url
206
207
version: v1alpha1
207
- - description : DevfileRegistriesList is a custom resource where namespace users
208
- can add a list of Devfile Registries to allow devfiles to be visible at the
209
- namespace level. In order to be added to the list, the Devfile Registries
210
- must be reachable, supports the Devfile v2.0 spec and above, and is not using
211
- the default namespace.
208
+ - description : |-
209
+ DevfileRegistriesList is a custom resource where namespace users can add a list of Devfile Registries to allow devfiles to be visible
210
+ at the namespace level. In order to be added to the list, the Devfile Registries must be reachable, supports the Devfile v2.0 spec
211
+ and above, and is not using the default namespace.
212
212
displayName: Devfile Registries List
213
213
kind: DevfileRegistriesList
214
214
name: devfileregistrieslists.registry.devfile.io
@@ -448,7 +448,7 @@ spec:
448
448
- --leader-elect
449
449
command :
450
450
- /manager
451
- image : quay.io/devfile/registry-operator:v0.2 .0
451
+ image : quay.io/devfile/registry-operator:v0.3 .0
452
452
imagePullPolicy : Always
453
453
livenessProbe :
454
454
httpGet :
@@ -569,7 +569,7 @@ spec:
569
569
provider :
570
570
name : Red Hat
571
571
url : https://redhat.com
572
- version : 0.2 .0
572
+ version : 0.3 .0
573
573
webhookdefinitions :
574
574
- admissionReviewVersions :
575
575
- v1
0 commit comments