aslafy-z / helm-git

Helm Plugin - Install Helm Charts strait from Git repositories
Apache License 2.0
289 stars 46 forks source link

helm-git not working with werf: #210

Closed yay14 closed 1 year ago

yay14 commented 2 years ago

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