unbroken-dome / gradle-helm-plugin

A Gradle plugin for building, publishing and managing Helm charts.
MIT License
52 stars 55 forks source link

[Question] Is Helm repo config `pass_credentials_all` supported? #161

Open alankan-finocomp opened 2 years ago

alankan-finocomp commented 2 years ago

I know it's not recommended to enable it but we do have an inevitable cause on the repository side it redirects requests, unfortunately... Starting from Helm v3.6.1 it's forbidden by default and this blocks us from upgrading Helm client and this Gradle plugin (still v1.6.1 on our end).

Wondering if we can configure repositories in Gradle just like in ~/.config/helm/repository.yaml such that I can turn pass_credentials_all on