Specifying the chart version in terratest

I have a question, is it possible to set the version of the installed helm chart?

helm.Install (t, options, helmChartPath, releaseName) - it seems to me that options lack the ability to set the chart version. Or I am wrong :wink:

When using helm from the command line, the “–version” directive is used for this:
helm install --name elastic kiwigrid / fluentd-elasticsearch --version 1.21.1

Hi,

Yes that is an oversight! It is being addressed in https://github.com/gruntwork-io/terratest/pull/398

Best regards,
Yori