Skip to content

Commit

Permalink
feat: make operator publishable to openshift community-catalog (#295)
Browse files Browse the repository at this point in the history
* feat: make operator publishable to openshift community-catalog

This PR incorporates all changes required for the operator to be
published to the community-catalog (see PR) such as ...
  - requirement to add CSV.metadata.annotation.containerImage
  - proper description
  - links to repo

PR: redhat-openshift-ecosystem/community-operators-prod#2712
  • Loading branch information
sthaha authored May 31, 2023
1 parent 77a9fc2 commit 5e0f6c3
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 12 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ bundle: $(KUSTOMIZE) $(OPERATOR_SDK) generate
--kustomize-dir=deploy/olm \
--package=observability-operator \
$(BUNDLE_METADATA_OPTS)
sed -e 's|<IMG_OBSERVABILITY_OPERATOR>|$(OPERATOR_IMG)|g' \
-i bundle/manifests/observability-operator.clusterserviceversion.yaml
$(OPERATOR_SDK) bundle validate ./bundle

.PHONY: bundle-image
Expand Down
Loading

0 comments on commit 5e0f6c3

Please sign in to comment.