You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
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:
be able to configure additional repos
download referenced charts
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.
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.