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

version-range does not work with v2 #58

Closed
davidkarlsen opened this issue Jan 27, 2022 · 4 comments
Closed

version-range does not work with v2 #58

davidkarlsen opened this issue Jan 27, 2022 · 4 comments
Labels
idle Inactive for 14 days need-to-triage Requires investigation

Comments

@davidkarlsen
Copy link

see: https://github.com/evryfs/helm-charts/runs/4962602955?check_suite_focus=true

Run azure/setup-helm@v2.0
  with:
    version: 3.*
Error: Error: Failed to download Helm from location get.helm.sh/helm-3.*-linux-amd64.zip
@davidkarlsen davidkarlsen added the need-to-triage Requires investigation label Jan 27, 2022
@podollb
Copy link

podollb commented Jan 28, 2022

nothing works; even explicit version doesn't work...

I tried with:

with:
  version: 3.7.2

and

with:
  version: 3.8.0

@qpetraroia
Copy link
Collaborator

Hey @davidkarlsen,

The URL is not pointing to a valid resource, we are looking into it.

@github-actions
Copy link

This issue is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle Inactive for 14 days label Feb 17, 2022
@OliverMKing
Copy link
Collaborator

Hello! Version ranges are not supported in v2. You can use "latest" if you want the most recent version. Helm2 is also not supported in v2 of this action.

nothing works; even explicit version doesn't work...

I tried with:

with:
  version: 3.7.2

and

with:
  version: 3.8.0

This didn't work because a v was required. We pushed an improvement that prepends a 'v' if one isn't given so this should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idle Inactive for 14 days need-to-triage Requires investigation
Projects
None yet
Development

No branches or pull requests

4 participants