We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4762cb4 commit 9093218Copy full SHA for 9093218
1 file changed
helm/private/rules/install.bzl
@@ -75,7 +75,7 @@ def _impl(ctx):
75
)
76
77
def _build_helm_command(ctx):
78
- args = [ctx.var["HELM_BIN"]]
+ args = [ctx.var["HELM_RUNFILES_BIN"]]
79
args.append("upgrade")
80
args.append(ctx.attr.release_name)
81
args.append(ctx.file.chart.short_path)
0 commit comments