-
fix: strip base URL path prefix from helm chart download URLs (#64)
ci/woodpecker/tag/docker Pipeline was successfulreleased this
2026-06-27 08:02:52 +10:00 When a helm repo base URL includes a path component (e.g. `stakater.github.io/stakater-charts`), the merger was extracting the full URL path (`stakater-charts/reloader-2.2.8.tgz`) and the proxy then constructed `base_url/stakater-charts/reloader-2.2.8.tgz` = double path = 404.
Fix: `extractPathRelativeToBase()` strips the shared base path prefix so only the filename portion is used as the proxy path.
Reviewed-on: #64
Co-authored-by: Ben Vincent ben@unkin.net
Co-committed-by: Ben Vincent ben@unkin.netDownloads