helm-github icon indicating copy to clipboard operation
helm-github copied to clipboard

Not able to add a gh repo

Open manokaran3529 opened this issue 7 years ago • 0 comments

Hi,

I tried to set a helm repo on Github. I have followed your page https://github.com/technosophos/tscharts after installing the plugin.

After pushing the chart to github I tried to add the repo in helm by below command. "helm repo add devcharts https://github.com/manokaran3529/hlmcharts"

It resulted in the below error: Error: Looks like "https://github.com/manokaran3529/hlmcharts" is not a valid chart repository or cannot be reached: Failed to fetch https://github.com/manokaran3529/hlmcharts/index.yaml : 404 Not Found

I even tried with the below: helm repo add devcharts https://github.com/manokaran3529/hlmcharts/tree/master/docs Error: Looks like "https://github.com/manokaran3529/hlmcharts/tree/master/docs" is not a valid chart repository or cannot be reached: error converting YAML to JSON: yaml: line 316: mapping values are not allowed in this context

Can you help me out here. I trying to add Github or S3 as chart repo here and using Helm and tiller version 2.6.1

Thanks, Manokaran

manokaran3529 avatar Feb 27 '18 17:02 manokaran3529