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

use .helmignore when identifying changed charts #591

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jouve
Copy link
Contributor

@jouve jouve commented Aug 31, 2023

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 #530

Special notes for your reviewer:

the FilterFiles function is adapted from https://github.com/helm/helm/blob/main/pkg/chart/loader/directory.go#L46

Copy link

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.

@github-actions github-actions bot added the Stale label Nov 19, 2023
@jouve
Copy link
Contributor Author

jouve commented Nov 19, 2023

Up

@github-actions github-actions bot removed the Stale label Nov 20, 2023
Copy link

github-actions bot commented Jan 5, 2024

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.

Copy link

github-actions bot commented Mar 6, 2024

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.

@github-actions github-actions bot added the Stale label Mar 6, 2024
@jouve
Copy link
Contributor Author

jouve commented Mar 6, 2024

up

@github-actions github-actions bot removed the Stale label Mar 7, 2024
Copy link

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.

@github-actions github-actions bot added the Stale label Apr 21, 2024
Copy link
Member

@davidkarlsen davidkarlsen left a 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?

@davidkarlsen
Copy link
Member

please regen the docs and check in and it will pass

Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
Copy link
Member

@cpanato cpanato left a 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

@@ -0,0 +1,19 @@
package ignore
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the boilerplate header

Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
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.

Feature: ignore changes in files like README.md?
3 participants