-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misformatted OpenShift OperatorHub registry operator bundle entry #1354
Comments
Basing off of operators/ecr-secret-operator/0.4.1/manifests/ecr-secret-operator.clusterserviceversion.yaml#L90
Based off not seeing extra white space at beginning of the code block operators/ecr-secret-operator/0.4.1/manifests/ecr-secret-operator.clusterserviceversion.yaml#L74, config/manifests/bases/registry-operator.clusterserviceversion.yaml#L240 has extra white space before starting the code block and at each indentation level. |
Registry operator PR is ready for review: devfile/registry-operator#62 |
Sized this issue to amount of time it took to open this PR (one day). |
devfile/registry-operator#62 has been merged and release PR that includes these changes is ready for review: devfile/registry-operator#63 |
devfile/registry-operator#63 release changes have been merged and new release has been cut. Performing updates to publications on OperatorHub.io and OpenShift embedded OperatorHub catalog. |
OperatorHub.io PR is ready for review: k8s-operatorhub/community-operators#3562 |
OpenShift OperatorHub catalog PR is ready for review: redhat-openshift-ecosystem/community-operators-prod#3641 |
PRs are merged, confirming if the fix under the new release corrected these problems. |
PR fix devfile/registry-operator#62 part of |
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area registry
/area releng
What versions of software are you using?
Go project
Operating System and version: N/A
Go Pkg Version: 1.19
Web browser
Operating System and version: RHEL 8.8
Browser name and version: Firefox 115.4.0esr (64-bit)
Bug Summary
Describe the bug:
Registry operator bundle entry under the OpenShift OperatorHub catalog has the following issues:
Original findings comment: #1301 (comment)
To Reproduce:
Expected behavior
There should be an icon and code blocks should have new lines as seen under the OperatorHub.io entry page: https://operatorhub.io/operator/registry-operator
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
N/A
Suggestion on how to fix the bug
description
to fix multi-line problems in Basic usage code blockThe text was updated successfully, but these errors were encountered: