Provide support for devfile registries
Issue tracking repo: https://github.com/devfile/api with label area/registry
We recommend using the Devfile Registry Operator to install a Devfile Registry on your Kubernetes or OpenShift cluster. Consult its Readme for more information.
Alternatively, a Helm chart is also provided if you do not wish to use an operator. To install (with Helm 3) run:
$ helm install devfile-registry deploy/chart/devfile-registry/ --set global.ingress.domain=<ingress-domain>
For more information on the Helm chart, consult its readme.