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

setup-helm refactor #55

Merged
merged 30 commits into from Jan 26, 2022
Merged

setup-helm refactor #55

merged 30 commits into from Jan 26, 2022

Conversation

aamgayle
Copy link
Contributor

Refactored getLatestHelmVersion to not require github token (addressing this issue) and removed support for legacy helm V2 versions. Legacy users can use older versions of the action to install helm.

@aamgayle
Copy link
Contributor Author

src/run.ts Outdated Show resolved Hide resolved
src/run.ts Outdated Show resolved Hide resolved
src/run.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@OliverMKing OliverMKing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes above + might be good to refactor the order of the functions. It's hard to read right now because the flow isn't top to bottom.

For example, run() is the entrypoint of application so someone looking to see what's going on would start there. That would be the top. Then getLatestHelmVersion() is called next so that would be right below run(). And so on...

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 this pull request may close these issues.

None yet

3 participants