-
Notifications
You must be signed in to change notification settings - Fork 218
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
add --extra-helm-args to ct lint #552
Conversation
@AndersBennedsgaard can you please rebase? thanks for this PR |
and need to generate the docs. |
I completely forgot all about this PR. I have synced the two repos :)
Is there a way to auto-generate/-update docs ( |
also please do a rebase and remove the unnecessary commits, thanks |
@cpanato does it look correct now? (I had some issues with rebasing, since I never use it) |
Signed-off-by: AndersBennedsgaard <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [helm-ct](https://github.com/helm/chart-testing) | minor | `3.8.0` -> `3.9.0` | --- ### Release Notes <details> <summary>helm/chart-testing (helm-ct)</summary> ### [`v3.9.0`](https://github.com/helm/chart-testing/releases/tag/v3.9.0) [Compare Source](https://github.com/helm/chart-testing/compare/v3.8.0...v3.9.0) ##### What's Changed - update goreleaser flags by [@​cpanato](https://github.com/cpanato) in [https://github.com/helm/chart-testing/pull/539](https://github.com/helm/chart-testing/pull/539) - feat: verify if targetBranch is present in git repo by [@​fty4](https://github.com/fty4) in [https://github.com/helm/chart-testing/pull/511](https://github.com/helm/chart-testing/pull/511) - add github grouping of log lines by [@​joejulian](https://github.com/joejulian) in [https://github.com/helm/chart-testing/pull/556](https://github.com/helm/chart-testing/pull/556) - fix for ct install getting stuck when printing logs: close readers when done with reading by [@​skylenet](https://github.com/skylenet) in [https://github.com/helm/chart-testing/pull/557](https://github.com/helm/chart-testing/pull/557) - update golangci and helm by [@​cpanato](https://github.com/cpanato) in [https://github.com/helm/chart-testing/pull/575](https://github.com/helm/chart-testing/pull/575) - add --extra-helm-args to ct lint by [@​AndersBennedsgaard](https://github.com/AndersBennedsgaard) in [https://github.com/helm/chart-testing/pull/552](https://github.com/helm/chart-testing/pull/552) - Fix for Dockerfile smell DL3048 by [@​grosa1](https://github.com/grosa1) in [https://github.com/helm/chart-testing/pull/543](https://github.com/helm/chart-testing/pull/543) ##### New Contributors - [@​fty4](https://github.com/fty4) made their first contribution in [https://github.com/helm/chart-testing/pull/511](https://github.com/helm/chart-testing/pull/511) - [@​joejulian](https://github.com/joejulian) made their first contribution in [https://github.com/helm/chart-testing/pull/556](https://github.com/helm/chart-testing/pull/556) - [@​skylenet](https://github.com/skylenet) made their first contribution in [https://github.com/helm/chart-testing/pull/557](https://github.com/helm/chart-testing/pull/557) - [@​AndersBennedsgaard](https://github.com/AndersBennedsgaard) made their first contribution in [https://github.com/helm/chart-testing/pull/552](https://github.com/helm/chart-testing/pull/552) - [@​grosa1](https://github.com/grosa1) made their first contribution in [https://github.com/helm/chart-testing/pull/543](https://github.com/helm/chart-testing/pull/543) **Full Changelog**: helm/chart-testing@v3.8.0...v3.9.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNi42LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com>
having the same issues within gitlab:
With v3.8.0 it works:
Can reproduce it within multiple gitlab installations. |
This reverts commit 0d4ab80.
This reverts commit 0d4ab80.
What this PR does / why we need it:
Makes it possible to pass extra Helm arguments to
ct lint
, such as--strict
.Which issue this PR fixes
Does not strictly fix, but helps with #166