-
Notifications
You must be signed in to change notification settings - Fork 523
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
Cannot make k8s:helm-lint work with either 1.16.0 or 1.17-SNAPSHOT #2726
Comments
The upstream helm-java library is unable to download the suitable native implementation for your platform:
Could you please provide the output of both helm-java does several tricks under the hood to detect your platform and architecture (both macOS arm64 and amd64 should be supported). For some reason this is not working as expected. |
Hello @manusa That makes sense, here it is:
|
OK, |
I just merged #2732 which should fix the issue. |
Sure @manusa Will test in the coming days and report back. Thanks for the swift replies and fixes. |
Hello @manusa I can happily report that
Thanks a lot for the very quick fix. |
Awesome, thanks for reporting back. |
Signed-off-by: Marc Nuri <[email protected]>
Signed-off-by: Marc Nuri <[email protected]>
Just FYI we just released v1.16.1 with the fix, you should now be able to use the stable release instead. |
Describe the bug
Looking at the release notes for 1.16.0 and its support for helm linting #2613 .
My previous build script was:
Which I tried to replace with
With zero change to the project (no pom change, nothing).
While the standard call to
helm lint
works fine, the maven goal fails with the following output:Same error with both 1.16.0 and today's snapshot. This is with mvn
3.9.5
(ticket drop-down doesn't contain it).Do you have an idea where this could come from? Note that I have an ARM Macbook, thought I would mention it when I saw the "NativeLibrary" message.
Thanks!
Eclipse JKube version
SNAPSHOT
Component
Kubernetes Maven Plugin
Apache Maven version
other (please specify in additional context)
Gradle version
None
Steps to reproduce
./mvnw -pl microservice-app k8s:resource k8s:helm k8s:helm-lint
Expected behavior
Helm lint happening
Runtime
other (please specify in additional context)
Kubernetes API Server version
other (please specify in additional context)
Environment
macOS
Eclipse JKube Logs
No response
Sample Reproducer Project
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: