-
Notifications
You must be signed in to change notification settings - Fork 215
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
use .helmignore when identifying changed charts #591
Conversation
7983176
to
f492eb8
Compare
c2746ce
to
208a95d
Compare
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Up |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
0f2f9c2
to
1f90b81
Compare
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
up |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
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.
sorry for the late response.
can you rebase so we get a new build and see if the docs step passes?
please regen the docs and check in and it will pass |
Signed-off-by: Cyril Jouve <[email protected]>
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.
seems ok so far, but did not look in depth, i need a bit more time
Signed-off-by: Cyril Jouve <[email protected]>
What this PR does / why we need it:
use .helmignore when identifying changed charts.
The use of .helmignore is disabled by default (current behaviour) and enabled with
--use-helmignore
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #530Special notes for your reviewer:
the FilterFiles function is adapted from https://github.com/helm/helm/blob/main/pkg/chart/loader/directory.go#L46