Skip to content

Commit

Permalink
feat(deploy): vendor chart dependencies in bundle during `bundle publ…
Browse files Browse the repository at this point in the history
…ish`

Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Jan 30, 2025
1 parent 4ac84f5 commit 0d37ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/werf/bundle/publish/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ WritingFiles:
case strings.HasPrefix(dep.Repository, "file://"):
depPath = strings.TrimPrefix(dep.Repository, "file://")
default:
continue
depPath = fmt.Sprintf("charts/%s-%s.tgz", dep.Name, dep.Version)
}

for _, f := range wc.HelmChart.Raw {
Expand Down

0 comments on commit 0d37ce0

Please sign in to comment.