fix: strip base URL path prefix from helm chart download URLs #64

Merged
benvin merged 1 commits from benvin/fix-helm-url-path-dedup into master 2026-06-27 08:02:52 +10:00

1 Commits

Author SHA1 Message Date
unkinben cca640958d fix: strip base URL path prefix from helm chart download URLs
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
When a helm repo's base URL includes a path (e.g. stakater.github.io/
stakater-charts), the merger extracted the full path from download URLs
causing duplication: /stakater-charts/stakater-charts/reloader.tgz.

Now strips the base URL's path prefix from same-host download URLs so
the proxy constructs the correct upstream URL.
2026-06-27 07:56:51 +10:00