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

Add option to exclude deprecated charts #280

Merged
merged 2 commits into from
Oct 27, 2020

Conversation

EricLemieux
Copy link
Contributor

@EricLemieux EricLemieux commented Oct 1, 2020

What this PR does / why we need it:
Adds a new configuration option that allows a user to exclude deprecated charts from testing.

Which issue this PR fixes
fixes #261

Special notes for your reviewer:
I was able to validate some of the behavior manually by linting a deprecated chart, unsure about the best approach to automate that testing, perhaps in the integration_test.go tests.
Decided to hold off on implementing for now, as I realize this flag might need to be discussed.

@helm-bot helm-bot added the size/S label Oct 1, 2020
Adds a new configuration option that allows a user to exclude deprecated
charts from testing.

Signed-off-by: Eric Lemieux <[email protected]>
@EricLemieux EricLemieux force-pushed the feat-exclude-deprecated branch from 46df4fb to 572a924 Compare October 2, 2020 01:32
@EricLemieux EricLemieux marked this pull request as ready for review October 2, 2020 02:37
Signed-off-by: Reinhard Nägele <[email protected]>
@unguiculus unguiculus force-pushed the feat-exclude-deprecated branch from 1679edc to 0077e9f Compare October 27, 2020 07:07
@unguiculus unguiculus merged commit ec7b0c7 into helm:master Oct 27, 2020
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 request] option to skip linting/testing on deprecated charts.
3 participants