Skip to content

Commit

Permalink
fix(helm): fix failing helm dep up on subchar requirements
Browse files Browse the repository at this point in the history
forgot the helm issue link update
changes following the review
Closes helm#3742

Signed-off-by: Sebastien Gandon <sgandon@talend.com>
  • Loading branch information
sgandon committed Apr 8, 2019
1 parent ead7b90 commit 23a6f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/downloader/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (m *Manager) downloadAll(deps []*chartutil.Dependency) error {
fmt.Fprintf(m.Out, "Downloading %s from repo %s\n", dep.Name, dep.Repository)

// Any failure to resolve/download a chart should fail:
// https://github.com/kubernetes/helm/issues/1439
// https://github.com/helm/helm/issues/1439
churl, username, password, err := findChartURL(dep.Name, dep.Version, dep.Repository, repos)
if err != nil {
saveError = fmt.Errorf("could not find %s: %s", churl, err)
Expand Down

0 comments on commit 23a6f0c

Please sign in to comment.