You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
The UI requires the retrieval of a README file content in order to render it.
Since the Readme file content can change from version to version, its content should come in the chartVersion API call /charts/{repo}/{chartName}/versions and /charts/{repo}/{chartName}/versions/{version}
Maybe we should not add the readme file content to the listing of ChartVersions (/charts/{repo}/{chartName}/versions) in order to not overload the API call.
Readme importation
As discussed here, the Readme file for now is not going to be exposed in the index.yaml file but it is part of the tgz file, so we would need to do some "extra work" during chart versions ingestion.
The text was updated successfully, but these errors were encountered:
Readme API exposure
The UI requires the retrieval of a README file content in order to render it.
Since the Readme file content can change from version to version, its content should come in the chartVersion API call
/charts/{repo}/{chartName}/versions
and/charts/{repo}/{chartName}/versions/{version}
Maybe we should not add the readme file content to the listing of ChartVersions (
/charts/{repo}/{chartName}/versions
) in order to not overload the API call.Readme importation
As discussed here, the Readme file for now is not going to be exposed in the index.yaml file but it is part of the
tgz
file, so we would need to do some "extra work" during chart versions ingestion.The text was updated successfully, but these errors were encountered: