-
Notifications
You must be signed in to change notification settings - Fork 209
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
Fix handling of deeply nested charts_dir #47
Conversation
f9ba776
to
c474c8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a pretty clever solution. Thanks.
Fixes helm#46 Signed-off-by: Luke Carrier <luke@carrier.im>
c474c8a
to
d14fa29
Compare
This reverts commit ee2ad4e.
This reverts commit ee2ad4e. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This reverts commit ee2ad4e. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This reverts commit ee2ad4e. Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This fix seems to have broken things. when using the @master of this action now only the first chart in my REPO/charts/* folder is getting released.... |
the issue turns out to be absolute vs relative paths. i was passing in an absolute path to my charts dir, that worked with |
Using "." as chart dir is broken too :( |
Fixes #46