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

Fix handling of deeply nested charts_dir #47

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

LukeCarrier
Copy link
Contributor

Fixes #46

Copy link
Member

@unguiculus unguiculus left a 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.

cr.sh Outdated Show resolved Hide resolved
@unguiculus
Copy link
Member

cc @scottrigby @davidkarlsen

@unguiculus unguiculus merged commit ee2ad4e into helm:master Oct 29, 2020
unguiculus added a commit to unguiculus/chart-releaser-action that referenced this pull request Oct 30, 2020
unguiculus added a commit to unguiculus/chart-releaser-action that referenced this pull request Oct 30, 2020
This reverts commit ee2ad4e.

Signed-off-by: Reinhard Nägele <[email protected]>
unguiculus added a commit to unguiculus/chart-releaser-action that referenced this pull request Oct 30, 2020
This reverts commit ee2ad4e.

Signed-off-by: Reinhard Nägele <[email protected]>
unguiculus added a commit to unguiculus/chart-releaser-action that referenced this pull request Oct 30, 2020
This reverts commit ee2ad4e.

Signed-off-by: Reinhard Nägele <[email protected]>
@itewk
Copy link

itewk commented Nov 4, 2020

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....

@itewk
Copy link

itewk commented Nov 4, 2020

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 v1.0.0 but with v1.1.1 with this change the charts_dir has to be a relative path

@monotek
Copy link

monotek commented Mar 7, 2021

Using "." as chart dir is broken too :(
See: #61

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

Successfully merging this pull request may close these issues.

Always fail to find changed charts with deeply nested (>2 levels) charts_dir
7 participants