opendevstack / ods-pipeline-helm

ODS Pipeline tasks for Helm deployment
Apache License 2.0
0 stars 0 forks source link

Allow to configure additional Helm repositories #14

Open michaelsauter opened 7 months ago

michaelsauter commented 7 months ago

It would be nice to be able to add Helm chart repositories to the task, for example to make library charts available.

Two changes would need to happen:

One option to configure additional repos would be via task params. However, one would need to pass at least name + URL, and possibly also a reference to a K8s secret containing basic auth for private repositories.