-
Notifications
You must be signed in to change notification settings - Fork 53
Description
I'm working on an air-gapped system running RKE 1.19.6. We have a need to create, status and delete deployments at runtime from a Java application. This package seems to be the general answer to our needs, but the latest release (v2.8.2.1.1.1) uses deprecated APIs (deprecated as of K8s 1.16.x if I'm not mistaken). This prevents our application from successfully installing Tiller and providing any of the functionality we are looking for. There are a number of commits merged to the master branch that look like they should solve our Tiller install issue at least, and there is a PR for a Helm 2.16.2 equivalence that is over two years old. If I could convince our security folks to let me take the source code into our environment I would, but to follow their guidelines I have to have an official release from the package author(s).
From other issues/discussions, it appears that there is no desire to allow external help to aid the project/package development effort, but as far as I can tell, this is the only Java Helm binding utility out there, and it hasn't released in four years. It is open source, and I could always make a fork, but I'd rather let the original creator have a flourishing project if at all possible.