Not able to add a gh repo
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