helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
245 stars 71 forks source link

Directory 'charts' is not a valid chart directory. Skipping... #86

Open Anugrahchaturvedi opened 2 years ago

Anugrahchaturvedi commented 2 years ago

not getting what the real problem I am getting this message while running the action is.

so I'm not getting what I am doing wrong , can anyone help?

cpanato commented 1 year ago

looks like you are missing the chart.yaml and maybe the directory structure is not correct. if you point out the repository i can take a look

amardeep2006 commented 10 months ago

@cpanato Is this possible to pass the directory manually as argument ? or the tool can detect it automatically ? e.g. I have directory : charts/selenium-grid edit : It detected automatically. Thanks

cometta commented 6 months ago

may i know is chart.yaml file which this tool looks for in a directory ?