helm-git
helm-git copied to clipboard
helm-git not working with werf:
Currently we can use helm-git only with helm binary, but we can make it compatible with any helm extension like werf.
helm-git version:
Steps To Reproduce
-
helm -b werf --file <filename> sync
Link to chart repository:
The current behavior
In the script we check for if the helm binary is correct for that we are using grep "The K8s package manager" in helm help command which cannot be found in any other helm wrapper. This could be made generic for use by any K8s pckg manager and not just helm.