Goodsmileduck / helm-push-action

This action package a helm chart and publish it to your chartmuseum.
10 stars 23 forks source link

fix(dendency-update): add private repo for helm dependancy update #20

Closed idrissneumann closed 2 years ago

idrissneumann commented 2 years ago

Hi.

This pr should allow us to push helm charts on private repository that needs to pull and update other dependancies that came from the very same private repository. So it need a helm repo add with authentication before the dependancy update.

Thanks in advance

idrissneumann commented 2 years ago

Thanks @broblond and @Goodsmileduck

I think I might come back with new features, for example using two Helm repo in order to push before merging on a "unstable chart repo" (in order to download and debug unstable helm charts) and a stable chart.

We already forked this action in order to achieve that but maybe having a different target before and after pull request is a need that could benefit other people.