helm-git icon indicating copy to clipboard operation
helm-git copied to clipboard

helm-git not working with werf:

Open yay14 opened this issue 3 years ago • 0 comments

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

  1. 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.

The expected behavior

yay14 avatar Aug 06 '22 11:08 yay14