Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install a particular version #9

Closed
zCHIP opened this issue Mar 2, 2020 · 3 comments · Fixed by #15
Closed

Unable to install a particular version #9

zCHIP opened this issue Mar 2, 2020 · 3 comments · Fixed by #15

Comments

@zCHIP
Copy link

zCHIP commented Mar 2, 2020

I tried to specify a particular version of Helm 3 like

jobs:
  job:
    steps:
      - name: Install Helm 3
        uses: azure/setup-helm@v1
        with:
          version: 3.1.1

and got the following error:

##[error]Error: Failed to download Helm from location  https://get.helm.sh/helm-3.1.1-linux-amd64.zip

Using latest worked well.

@thesattiraju
Copy link
Contributor

You need to specify v3.1.1 to fetch the specific version.
I'll update the documentation.

@zCHIP
Copy link
Author

zCHIP commented Mar 4, 2020

Thanks @DS-MS, v3.1.1 also works, I was using the example from the documentation.

@thesattiraju
Copy link
Contributor

@rgsubh to take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants