Closed HerrDerb closed 1 year ago
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 chart-testing-action@2.6.0 without any with
v3.10.3
chart-testing-action@2.6.0
with
fix here: https://github.com/helm/chart-testing/pull/605
@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 👍
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 ofchart-testing-action@2.6.0
without anywith