We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With version 2.6.0 when using a config file for linting (ct lint --config ct.yaml) that includes helm-extra-args: --timeout 600s
ct lint --config ct.yaml
helm-extra-args: --timeout 600s
linting fails in the end with
Validation success! 👍 Error: failed linting charts: failed processing charts Error: unknown flag: --timeout
This was not an issue before 2.5.0
Used Helm version: v3.10.3 Plain integration of [email protected] without any with
v3.10.3
[email protected]
with
The text was updated successfully, but these errors were encountered:
fix here: helm/chart-testing#605
Sorry, something went wrong.
@cpanato Thank you so much for your non-self-evident super quick work! 😀🥳
I guess we can close this as it is released and working with 2.6.1. Thanks again 👍
cpanato
Successfully merging a pull request may close this issue.
With version 2.6.0 when using a config file for linting (
ct lint --config ct.yaml
) that includeshelm-extra-args: --timeout 600s
linting fails in the end with
This was not an issue before 2.5.0
Used Helm version:
v3.10.3
Plain integration of
[email protected]
without anywith
The text was updated successfully, but these errors were encountered: