Skip to content

Commit

Permalink
build: update the olm release annotation (#178)
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh authored Dec 21, 2023
1 parent 99a04f5 commit 32ab814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ bundle-redhat: manifests kustomize
sed -i "s|image: docker.cloudsmith.io/.*|image: $(KUBE_RBAC_PROXY_IMG)|g" bundle/manifests/pulsar-resources-operator.clusterserviceversion.yaml

echo " # OpenShift annotations." >> bundle/metadata/annotations.yaml
echo " com.redhat.openshift.versions: v4.6-v4.12" >> bundle/metadata/annotations.yaml
echo " com.redhat.openshift.versions: v4.6-v4.15" >> bundle/metadata/annotations.yaml

.PHONY: bundle-build
bundle-build: ## Build the bundle image.
Expand Down

0 comments on commit 32ab814

Please sign in to comment.