• Matt Butcher's avatar
    fix(helm): fix 'helm dep up' to fetch by URL · adc18e24
    Matt Butcher authored
    A regression was introduced which required chart download URLs have the
    same URL prefix as the chart repo that referenced them. A second
    regression transformed that URL into a request for the latest version of
    that chart, sidestepping semver constraints.
    
    This fix closes both issues, which were present in the same function.
    
    Closes #1845
    Closes #1846
    adc18e24
chart_downloader.go 10.4 KB