Skip to content

Commit

Permalink
Use helm dependency update
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 27, 2024
1 parent cd64562 commit 40b1469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func ListImages(rootDir string) ([]string, error) {
continue
}

err := sh.SetDir(filepath.Join(rootDir, entry.Name())).Command("helm", "dependency", "build").Run()
err := sh.SetDir(filepath.Join(rootDir, entry.Name())).Command("helm", "dependency", "update").Run()
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 40b1469

Please sign in to comment.