question about using Helm - what version of Helm i...
# automation-api
s
question about using Helm - what version of Helm is used by the cli in the Action? Is this configurable? if not, how can we ensure we know what version is used so that I can keep my local environment in sync with that version of Helm based on which version of Pulumi I’m using?
m
Hi Jeff, Do you mean the
pulumi-kubernetes
provider?
If yes, the version of the
helm
library is written in the
go.mod
of the provider.
s
thanks @many-telephone-49025 - that is what I’m looking for. Would it be possible to document these versions for each published release? Since the releases are versioned and they are pinned to specific binary versions, it would be very helpful to include those in release notes rather than require me to inspect the source code to figure it out. I’m currently managing local versions of binaries using
asdf
and a local
.tool-versions
file within my repos