karancode / kustomize-github-action

:european_castle: Github action for kustomize
https://github.com/marketplace/actions/kustomize-github-action
MIT License
46 stars 29 forks source link

Use explicit download URL #34

Closed fdc-liebreich closed 2 years ago

fdc-liebreich commented 2 years ago

Download URLs follow an explicit pattern that can be utilized to deduce the correct URL from the provided version only, therefore there seem to be no reason to use pagination and field matching to find the correct URL.

Pagination introduces unnecessary complexity and, even worse, it can cause throttling by the server when multiple workflow branches are executed in parallel.

fdc-liebreich commented 2 years ago

I'll close the PR, because the support for old version is not relevant for us and we switched to using a different solution