Closed idrissneumann closed 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.
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