I wonder why the http is removed from env var.
I deployed the chart once with CHART_URL: "helm.mycompany.com" but I updated then uninstalled and reinstalled it with the proper CHART_URL but I still can't install or fetch because of this base domaine repetition.
Hey folks,
I've deployed chartmuseum using the chart, and I've set CHART_URL like this:
But when I fetch a package I get a 404 not found error with this message:
As you can see the base url is repeated.
Here is the index.yaml:
I wonder why the
http
is removed from env var.I deployed the chart once with
CHART_URL: "helm.mycompany.com"
but I updated then uninstalled and reinstalled it with the proper CHART_URL but I still can't install or fetch because of this base domaine repetition.Any clues?