• 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
Name
Last commit
Last update
..
testdata Loading commit data...
chart_downloader.go Loading commit data...
chart_downloader_test.go Loading commit data...
doc.go Loading commit data...
manager.go Loading commit data...
manager_test.go Loading commit data...