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

Wrong version used after installation #2

Closed
shashankbarsin opened this issue Nov 26, 2019 · 2 comments
Closed

Wrong version used after installation #2

shashankbarsin opened this issue Nov 26, 2019 · 2 comments
Assignees

Comments

@shashankbarsin
Copy link
Contributor

The following YAML snippet is expected to result in Helm 3 being setup for usage as setup-helm action installs latest version (3) by default if version input is left unspecified. While setup-helm installs Helm 3 in tool cache, running helm version shows that version 2 is the one picked up by running helm command

- uses: azure/setup-helm@v1
- run: |
    helm version
@thesattiraju
Copy link
Contributor

@Anumita you're missing adding the newly installed helm binaries to the path

@shashankbarsin
Copy link
Contributor Author

She has already fixed that issue with this PR

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

No branches or pull requests

3 participants