operator-registry
operator-registry copied to clipboard
Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.
**Description of the change:** This PR adds support to the `opm render` command for package manifest and bundle directories. Two notes: 1. When rendering bundle directories, there is no metadata...
**Description of the change:** collect informative (name/package and schema type) errors in Load() **Motivation for the change:** able to fix all load errors in one go. **Reviewer Checklist** - [...
**Description of the change:** updates to the newer health check api that has a `watch` endpoint. **Motivation for the change:** keeping up with grpc, but also hopeful that the watch...
Signed-off-by: akihikokuroda **Description of the change:** e2e tests take `IMAGE_DOMAIN` env variable for the domain name of the image. The default is `olmtest`. It allows to use the `docker.io` as...
I’ve noticed that there’s a discrepancy between the bundle validators in the api and operator registry projects. Examining the commits in these files: https://github.com/operator-framework/api/commits/master/pkg/validation/internal/bundle.go https://github.com/operator-framework/operator-registry/commits/master/pkg/lib/validation/bundle.go It appears that Vu removed...
When `opm registry add` command is invoked (in `quay.io/operator-framework/upstream-opm-builder:latest` image, which is in turn invoked from `operator-sdk run bundle`, but these are not significant details), it tries to read `$HOME/.docker/config.json`...
Currently, the `annotations.yaml` file in a bundle requires `operators.operatorframework.io.bundle.channels.v1`, while ` operators.operatorframework.io.bundle.channel.default.v1` is optional. With the [introduction](https://github.com/operator-framework/operator-registry/pull/768) of the `olm.channel` schema for plain-text storage backed Catalogs, the channel information must...
Some refactoring work for https://github.com/operator-framework/operator-registry/pull/767, moving the bundle existence checks on add to a wrapped implementation of populator.
I was actually having a hard time on this command opm index add, I add -p podman --generate but it seems i am getting an issue with the unable to...
## Feature Request **Is your feature request related to a problem? Please describe.** As an operator pipeline administrator, I would like to have more fine control over exactly what is...