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"
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.