Helm chart as a git repository¶
We recommend to use the oci as a modern way to distribution your charts.
You can use lifecycle pre_build hook to achieve it.
Create helmwave.yml
helmwave.yml
lifecycle:
pre_build:
- git clone https://github.com/helmwave/unit-test-oci.git
releases:
- name: test
namespace: test
chart: ./unit-test-oci