-
Bug
-
Resolution: Done-Errata
-
Minor
-
4.10.0
-
Low
-
No
-
ODC Sprint 242
-
1
-
Rejected
-
False
-
Description of problem:
The modal displayed when installing a Helm chart shows a Documentation link field. This field can't be ever populated with a value and is always N/A Annotation for documentation URL doesn't exist in https://github.com/redhat-certification/chart-verifier/blob/main/docs/helm-chart-annotations.md#provider-annotations
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Go to Helm chart catalog 2. View any chart 3. See documentation = "N/A"
Actual results:
N/A
Expected results:
A way to populate the value
Additional info:
The value is consumed here: https://github.com/openshift/console/blob/2e8624014065d09ba40164221dd612d882f20395/frontend/packages/console-shared/src/components/catalog/details/CatalogDetailsPanel.tsx But it is never extracted from a chart: https://github.com/openshift/console/blob/2e8624014065d09ba40164221dd612d882f20395/frontend/packages/helm-plugin/src/catalog/utils/catalog-utils.tsx#L138 It is probably because no such annotation exists in chart certification requirements/recommendations: https://github.com/redhat-certification/chart-verifier/blob/main/docs/helm-chart-annotations.md#provider-annotations