helm-gh-pages icon indicating copy to clipboard operation
helm-gh-pages copied to clipboard

Relative URL in index.yaml

Open ben-arnold-dbs opened this issue 4 years ago • 0 comments

Hi there, I'm refering to https://github.com/fluxcd/charts/issues/2

It would be awesome to pull fluxcd trough an artifactory mirror. To archive this, the urls in the index.yaml need to be relative. This is possible since Helm v2.8.0.

I think, all it needs is to replace helm repo index . --url ${CHARTS_URL} with helm repo index . --url ${REPOSITORY} in Line 87 of the entrypoint.sh.

ben-arnold-dbs avatar Jul 09 '20 12:07 ben-arnold-dbs