helm / chart-testing-action

A GitHub Action to lint and test Helm charts
https://github.com/helm/chart-testing
Apache License 2.0
251 stars 71 forks source link

Using helm-extra-args: --timeout 600s in config file causes "unknown flag" #135

Closed HerrDerb closed 1 year ago

HerrDerb commented 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

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

cpanato commented 1 year ago

fix here: https://github.com/helm/chart-testing/pull/605

HerrDerb commented 1 year ago

@cpanato Thank you so much for your non-self-evident super quick work! 😀🥳

HerrDerb commented 1 year ago

I guess we can close this as it is released and working with 2.6.1. Thanks again 👍