microsoft / fabrikate

Making GitOps with Kubernetes easier one component at a time
MIT License
38 stars 5 forks source link

Failed to add helm dependency repository '@stable' for chart 'helm_repos/metricbeat' #270

Closed basvandenbrink closed 5 years ago

basvandenbrink commented 5 years ago

Describe the bug: When a dependency, defined in requirements.yaml, refers to a locally install repository, the fab install command fails with:

ERRO[21-10-2019 15:50:38] 🚫  Failed to add helm dependency repository '@stable' for chart 'helm_repos/metricbeat':
Error: Could not find protocol handler for:  
Error: exit status 1

See this line in the metricbeat chart for an example.

To Reproduce:

fab add metricbeat --source https://helm.elastic.co --type helm --method helm --path metricbeat
fab install

Expected behavior: A successful install of the Helm chart.

Desktop (please complete the following information):

Additional context