Skip to content

Commit

Permalink
feat(tool/charts): untar (grafana#369)
Browse files Browse the repository at this point in the history
Now automatically untars the downloaded Chart artifact, so git can
handle it better.

Is there a use-case for not doing this? Should it be configurable?
  • Loading branch information
sh0rez authored Sep 2, 2020
1 parent 735375d commit 9c425bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func (e ExecHelm) Pull(chart, version string, opts PullOpts) error {
"--version", version,
"--destination", opts.Destination,
"--repository-config", repoFile,
"--untar",
)

return cmd.Run()
Expand Down

0 comments on commit 9c425bf

Please sign in to comment.