I get native library loading issue while I use this library.
Apparently, the native library used in this package is compiled with glibc, but alpine natively uses musl.
Even I tried to use glibc in alpine, but it is getting complex.
Hence it would be great if we make helm-java somehow compatible with alpine image.