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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,849
Community Members
 
Community Events
184
Community Groups

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

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

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