You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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 latest
Accepted 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.
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"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.