@@ -50,7 +50,7 @@ metadata:
50
50
capabilities : Basic Install
51
51
categories : OpenShift Optional,Developer Tools
52
52
containerImage : quay.io/devfile/registry-operator:v0.3.0
53
- createdAt : " 2024-08-13T13:58:24Z "
53
+ createdAt : " 2024-08-20T09:11:27Z "
54
54
description : Deploy and manage Devfile Registries on Kubernetes and OpenShift
55
55
with the Devfile Registry operator.
56
56
operators.operatorframework.io/builder : operator-sdk-v1.36.0
@@ -116,19 +116,35 @@ spec:
116
116
- description: Sets the image pull policy for the container
117
117
displayName: Image Pull Policy
118
118
path: devfileIndex.imagePullPolicy
119
+ - description: Sets the memory limit for the container
120
+ displayName: Memory Limit
121
+ path: devfileIndex.memoryLimit
119
122
- description: Sets the container image containing devfile stacks to be deployed
120
123
on the Devfile Registry
121
124
displayName: Devfile Index Image
122
125
path: devfileIndexImage
126
+ - description: Overrides the fully qualified app name of the devfile registry
127
+ displayName: Fullname Override
128
+ path: fullnameOverride
123
129
- description: Sets the registry server deployment to run under headless mode
124
130
displayName: Headless
125
131
path: headless
132
+ - description: Overrides the entire hostname and domain of the devfile registry
133
+ ingress
134
+ displayName: Hostname Override
135
+ path: hostnameOverride
126
136
- displayName: K8s
127
137
path: k8s
138
+ - description: Ingress class for a Kubernetes cluster. Defaults to nginx.
139
+ displayName: Ingress Class
140
+ path: k8s.ingressClass
128
141
- description: Ingress domain for a Kubernetes cluster. This MUST be explicitly
129
142
specified on Kubernetes. There are no defaults
130
143
displayName: Ingress Domain
131
144
path: k8s.ingressDomain
145
+ - description: Overrides the app name of the devfile registry
146
+ displayName: Name Override
147
+ path: nameOverride
132
148
- description: Sets the OCI registry container spec to be deployed on the Devfile
133
149
Registry
134
150
displayName: Oci Registry
@@ -139,6 +155,9 @@ spec:
139
155
- description: Sets the image pull policy for the container
140
156
displayName: Image Pull Policy
141
157
path: ociRegistry.imagePullPolicy
158
+ - description: Sets the memory limit for the container
159
+ displayName: Memory Limit
160
+ path: ociRegistry.memoryLimit
142
161
- description: |-
143
162
Overrides the container image used for the OCI registry.
144
163
Recommended to leave blank and default to the image specified by the operator.
@@ -154,6 +173,9 @@ spec:
154
173
- description: Sets the image pull policy for the container
155
174
displayName: Image Pull Policy
156
175
path: registryViewer.imagePullPolicy
176
+ - description: Sets the memory limit for the container
177
+ displayName: Memory Limit
178
+ path: registryViewer.memoryLimit
157
179
- description: Overrides the container image used for the registry viewer.
158
180
displayName: Registry Viewer Image
159
181
path: registryViewerImage
0 commit comments