Skip to content

Commit

Permalink
chore: remove packagemanifests
Browse files Browse the repository at this point in the history
Use bundle instead.
  • Loading branch information
jsenko committed Mar 11, 2024
1 parent 147a7ef commit 6caa261
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 897 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,6 @@ ifeq ($(ADD_LATEST_TAG),true)
endif


.PHONY: packagemanifests
packagemanifests: manifests install-operator-sdk install-yq ## Generate package manifests
$(KUSTOMIZE) build config/manifests | $(OPERATOR_SDK) generate packagemanifests -q --version $(PACKAGE_VERSION) $(PACKAGE_MANIFESTS_OPTS)
# Workaround for https://github.com/operator-framework/operator-lifecycle-manager/issues/1608
# See https://github.com/operator-framework/operator-lifecycle-manager/issues/952#issuecomment-639657949
$(YQ) e ".spec.install.spec.deployments[0].name = .spec.install.spec.deployments[0].name + \"-v$(PACKAGE_VERSION)\"" -i "packagemanifests/$(PACKAGE_VERSION)/apicurio-registry-operator.clusterserviceversion.yaml"


.PHONY: docs
docs: install-antora ## Build documentation
cd ./docs && antora local-test-playbook.yml
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6caa261

Please sign in to comment.