Proposed enhancement:
Currently the only helm versions available to the driver are the ones built into the docker image which, at time of writing, are 2.8.2, and 2.16.7 (3.2.4 is being added as part of #12 issue/10). It would be valuable for a user to be able to supply a helm version to be used by the driver for cases where a specific version is required for a target environment and is not included in the versions built into the driver's docker image.
Proposed implementation:
User can put a helm binary into a configmap that is read by the driver and installed when a pod first starts. The helm version can then be set to the user provided binary in the deployment location properties as it is done with the built in versions eg.
Proposed enhancement:
Currently the only helm versions available to the driver are the ones built into the docker image which, at time of writing, are 2.8.2, and 2.16.7 (3.2.4 is being added as part of #12 issue/10). It would be valuable for a user to be able to supply a helm version to be used by the driver for cases where a specific version is required for a target environment and is not included in the versions built into the driver's docker image.
Proposed implementation:
User can put a helm binary into a configmap that is read by the driver and installed when a pod first starts. The helm version can then be set to the user provided binary in the deployment location properties as it is done with the built in versions eg.