Skip to content

Commit

Permalink
Silence helm package output when building chart
Browse files Browse the repository at this point in the history
Signed-off-by: James Munnelly <james@munnelly.eu>
  • Loading branch information
munnerz committed Mar 6, 2020
1 parent e0f3c5c commit c032353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/helm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def helm_pkg(
"$(location %s)" % helm_cmd,
"package",
"--app-version=$$version",
"--version=$$version",
"--version=$$version > /dev/null 2>&1",
path,
])]
cmds = cmds + ["mv \"%s-$$version.tgz\" $@" % chart_name]
Expand Down

0 comments on commit c032353

Please sign in to comment.