Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Anugrahchaturvedi opened this issue May 12, 2022 · 3 comments
Open
Labels
question Further information is requested

Comments

@Anugrahchaturvedi
Copy link

Anugrahchaturvedi commented May 12, 2022

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

  • I had created a charts repo that contains all helm charts
  • but when I run wf it gave me this error
  if [[ -n "$changed" ]]; then
    echo "::set-output name=changed::true"
  fi
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/[3](https://github.com/Anugrahchaturvedi/wftest/runs/6401328577?check_suite_focus=true#step:6:3).7.13/x6[4](https://github.com/Anugrahchaturvedi/wftest/runs/6401328577?check_suite_focus=true#step:6:4)
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.7.13/x64/lib
    CT_CONFIG_DIR: /opt/hostedtoolcache/ct/v3.[5](https://github.com/Anugrahchaturvedi/wftest/runs/6401328577?check_suite_focus=true#step:6:5).1/x8[6](https://github.com/Anugrahchaturvedi/wftest/runs/6401328577?check_suite_focus=true#step:6:6)_64/etc
    VIRTUAL_ENV: /opt/hostedtoolcache/ct/v3.5.1/x[8](https://github.com/Anugrahchaturvedi/wftest/runs/6401328577?check_suite_focus=true#step:6:8)6_64/venv
Directory 'charts' is not a valid chart directory. Skipping...
Directory 'charts/templates' is not a valid chart directory. Skipping...
Directory 'charts/templates' is not a valid chart directory. Skipping...
Directory 'charts/templates' is not a valid chart directory. Skipping...
Directory 'charts/templates' is not a valid chart directory. Skipping...
Directory 'charts/templates' is not a valid chart directory. Skipping...
Directory 'charts/templates' is not a valid chart directory. Skipping...
Directory 'charts/templates' is not a valid chart directory. Skipping...
Directory 'charts/templates/tests' is not a valid chart directory. Skipping...
Directory 'charts' is not a valid chart directory. Skipping...```


so I'm not getting what I am doing wrong , can anyone help?
@cpanato
Copy link
Member

cpanato commented Sep 27, 2022

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

@cpanato cpanato added the question Further information is requested label Sep 27, 2022
@amardeep2006
Copy link

amardeep2006 commented Nov 7, 2023

@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
Copy link

cometta commented Mar 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants