helmwave/helmwave

Helm Git support

Closed this issue · 3 comments

Is your feature request related to a problem? Please describe.
I want to install some charts that are not having any repository

Describe the solution you'd like
Something like https://github.com/aslafy-z/helm-git will be awesome

Describe alternatives you've considered
Cloning git repo then install from path

Additional context

I see that's better

lifecycle:
  pre_build:
    - git clone https://github.com/helmwave/unit-test-oci.git

releases:
  - name: test
    namespace: test
    chart: ./unit-test-oci

So we have to add git to the debug image :)
But having an integration will be awesome so we don't need to add extra things to halmwave.yml file

So you can add git to the image you build and use to run helmwave.

By the way helm-git is just a shell script that runs git client.