stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

Add support for HTTP private Helm chart repositories #54

Closed jozala closed 3 years ago

jozala commented 3 years ago

Currently the implementation allows to use Helm charts from private GitHub, GitLab and AWS S3 repositories. However, it is not possible to use regular private Helm chart repositories which are "HTTP server that houses an index.yaml file" as described in Helm documentation. By "private" I mean that they have HTTP basic authentication which is supported by Helm CLI.

I would like to add this functionality to hrval-action.

jozala commented 3 years ago

I've created pull request #55 for this one.

jozala commented 3 years ago

It is now merged, so I am closing this ticket.