2.5.4 add to Rancher Chart Repo?

Trying to get the helm3 https://github.com/prometheus-community/helm-charts.git into the 2.5.4 Cluster Explorer - Rancher Chart Repositories, but doesn’t like my attempts.

Another try: …prometheus-community/helm-charts/tree/main/charts

It always adds an index.yaml on the end, like
failed to parse response from https://github.com/prometheus-community/helm-charts/tree/main/charts/index.yaml

What is requirered to get this to work?

HTTP is for the generated output of building a repo, which has an index yaml. The repo you’re looking at says that they publish that at https://prometheus-community.github.io/helm-charts , so that’s what you should put in.

1 Like

That worked, at least provisionally - now when I go to Apps & Marketplace all I see is "Loading…"and the whole screen is greyed out - it might have severely broken something behind the scenes, the entire “Apps & Marketplace” is completely unusable now.

Ah, looks like I should try to upgrade to 2.5.5:

Rancher v2.5.5 is a mirror release of v2.5.4 to address a few minor issues:

  • The dashboard could crash if helm charts were missing certain annotations. link