-
Notifications
You must be signed in to change notification settings - Fork 301
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
fix(CI): pin chart testing to v3.8.0 #515
Conversation
The latest version of chart testing adds support for extra args when running helm linting. The timeout flag used for the install command is incompatible with the lint command. We just revert to the prior version until the issue is solved. Signed-off-by: Aldo Lacuku <[email protected]>
@alacuku: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No changes made to the falco chart, but the current CI requires that the chart version is bumped each time a file is modified Signed-off-by: Aldo Lacuku <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alacuku, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM label has been added. Git tree hash: 6c3d0bf09161364772f3cf534b1b1f5b5faa9b51
|
What type of PR is this?
/kind failing-test
Any specific area of the project related to this PR?
/area falco-chart
What this PR does / why we need it:
The latest version of chart testing adds support for extra args when running helm linting. The timeout flag used for the install command is incompatible with the lint command. We just revert to the prior version until the issue is solved.
See: helm/chart-testing#552
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Checklist