-
Notifications
You must be signed in to change notification settings - Fork 113
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
Ignore third party files added in the release. #235
Conversation
@cpanato I've fixed some linter issues. Can you trigger the CI again? |
@jvanz please fix the lints and push it again, also can you squash all commits? thanks |
Update the function used to update the index to ignore any file that does not have the chart asset file extension (.tgz). This is necessary because chart-release fails with users add another kind of files in chart release. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
1a0220f
to
48e9368
Compare
@davidkarlsen, thanks for the quick fix. |
@unguiculus I think we need your approval to move forward. :) |
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.
lgtm, thanks
🥳 |
@cpanato , @unguiculus , @davidkarlsen is it possible to release a new version of the chart-releaser? Thus, I can update the github action to has this fix as well. |
i will chck other prs this week and we can release in the end of the week |
Great, thanks! |
need a bit more time 😓 |
Update the function used to update the index to ignore any file that does not have the chart asset file extension (.tgz). This is necessary because chart-release fails with users add another kind of files in chart release.
Fix #233