Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Failed to install helm with the arguments provided: --version latest

asazanovich September 28, 2020

I'm tying to deploy to Azure Kubernetes service via the pipe microsoft/azure-aks-helm-deploy:1.0.2

But it fails with such error:

Failed to install helm with the arguments provided: --version latestAccepted cli arguments are: [--help|-h ] ->> prints this help [--version|-v <desired_version>] e.g. --version v2.4.0 or -v latest [--no-sudo] ->> install without sudo For support, go to https://github.com/helm/helm.

I also tried run pipe with specific helm version, but it also fails.

1 answer

0 votes
Anthony Ashton June 2, 2021

I had this issue today and found the following:

Use

pipe: atlassian/azure-aks-helm-deploy:2.0.0

Instead of

pipe: microsoft/azure-aks-helm-deploy:1.0.2

And make sure the version number follows the format:

HELM_VERSION: vX.Y.Z

Instead of

HELM_VERSION: X.Y.Z  

Also, the command args using HELM_COMMAND_ARGS (which wasn't documented):

HELM_COMMAND_ARGS: "--debug --atomic --timeout 90s"

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events