Skip to content

Commit

Permalink
fix: use helm toolchain tool as binary
Browse files Browse the repository at this point in the history
  • Loading branch information
danigar committed Oct 27, 2022
1 parent cf0050d commit e7d51af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/helm-push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _helm_push_impl(ctx):

if ctx.attr.repo_type == "gcp_artifact_registry":
chart_path = chart.short_path
helm_binary = ctx.toolchains["@com_github_masmovil_bazel_rules//toolchains/helm:toolchain_type"].helminfo.binary
helm_binary = ctx.toolchains["@com_github_masmovil_bazel_rules//toolchains/helm:toolchain_type"].helminfo.tool
gcloud_binary = ctx.toolchains["@com_github_masmovil_bazel_rules//toolchains/gcloud:toolchain_type"].gcloudinfo.gcloud
yq_binary = ctx.toolchains["@com_github_masmovil_bazel_rules//toolchains/yq:toolchain_type"].yqinfo.tool.files.to_list()[0]

Expand Down

0 comments on commit e7d51af

Please sign in to comment.