Skip to content

Commit

Permalink
Merge pull request #217 from fmuyassarov/category
Browse files Browse the repository at this point in the history
operator: switch to community defined category
  • Loading branch information
kad authored Dec 28, 2023
2 parents 89b5f60 + efc180a commit 398fdf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deployment/operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ bundle: copy-crds kustomize operator-sdk ## Generate bundle manifests and metada
$(OPERATOR_SDK) generate kustomize manifests -q
cd config/manager && $(KUSTOMIZE) edit set image controller=$(IMG)
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate bundle $(BUNDLE_GEN_FLAGS)
OPERATOR_BUNDLE_CATEGORIES=categories.json $(OPERATOR_SDK) bundle validate ./bundle \
$(OPERATOR_SDK) bundle validate ./bundle \
--select-optional name=operatorhub \
--select-optional suite=operatorframework \
--select-optional name=good-practices \
Expand Down
7 changes: 0 additions & 7 deletions deployment/operator/categories.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
categories: Performance
categories: OpenShift Optional
certified: "false"
containerImage: ghcr.io/containers/nri-plugins/nri-plugins-operator:unstable
description: An operator that installs Node Resource Interface reference plugins.
Expand Down

0 comments on commit 398fdf5

Please sign in to comment.