-
Notifications
You must be signed in to change notification settings - Fork 223
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
Proposal: Enable full set of checks for charts not in a parent directory #125
Comments
I'm thinking this might also make it easier to support using |
@jlegrone I was just dealing with this. Do you know this historical reasons behind why change detection is disabled when using |
@lsowen I'm not 100% on this but I think the use case was for singling out specific charts for testing in the large community charts repo. That can still be accomplished after this proposed change by configuring |
@jlegrone Not sure what you mean with old behavior with It doesn't make sense to use these flags together. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
The Problem
Right now the
--charts
flag disables chart version validation and change detection. From the usage text:This flag is also currently the only way to test charts that are not part of a chart "parent directory", which is a known use case (see #101 or goharbor/harbor-helm).
Proposal
or
--charts
is used, but supportthe old behavior with
--charts ./somechart --all
.Also remove the default value for
--chart-dirs
, since there doesn't seem to be a great way to override string slice args to be empty (see #104 (comment)).The text was updated successfully, but these errors were encountered: