Skip to content

Commit

Permalink
Create charts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Dec 18, 2024
1 parent f98540b commit a22306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (h *Helm) dependencyUpdate(
directory *dagger.Directory,
) (*dagger.Directory) {
c := h.createContainer(directory)
return c.WithExec([]string{"sh", "-c", "helm dep update"}).Directory("./charts")
return c.WithExec([]string{"sh", "-c", "mkdir charts && helm dep update"}).Directory("charts")
}

func (h *Helm) createContainer(
Expand Down

0 comments on commit a22306a

Please sign in to comment.