github.com/lrills/helm@v2.8.1+incompatible/docs/chart_repository_faq.md (about)

     1  # Chart Repositories: Frequently Asked Questions
     2  
     3  This section tracks some of the more frequently encountered issues with using chart repositories.
     4  
     5  **We'd love your help** making this document better. To add, correct, or remove
     6  information, [file an issue](https://github.com/kubernetes/helm/issues) or
     7  send us a pull request.
     8  
     9  ## Fetching
    10  
    11  **Q: Why do I get a `unsupported protocol scheme ""` error when trying to fetch a chart from my custom repo?**
    12  
    13  A: (Helm < 2.5.0) This is likely caused by you creating your chart repo index without specifying the `--url` flag.
    14  Try recreating your `index.yaml` file with a command like `helm repo index --url http://my-repo/charts .`,
    15  and then re-uploading it to your custom charts repo.
    16  
    17  This behavior was changed in Helm 2.5.0.