civo / kubernetes-marketplace

Marketplace of Kubernetes applications available for quick and easy installation in to Civo Kubernetes clusters
https://www.civo.com/
MIT License
219 stars 183 forks source link

fix(updatecli): always use latest cert-manager using semver #617

Closed olblak closed 9 months ago

olblak commented 9 months ago

This pullrequest updates the Updatecli manifest for cert-manager to monitor a different "latest" cert-manager version. To avoid futur pullrequest like this one https://github.com/civo/kubernetes-marketplace/pull/604

As I explain in the comment, the cert-manager project maintains multiple release line and we want to be sure to pick the latest one based on semantic versioning rules and not the latest released.

They are different ways to understand the meaning of "latest" and I think in this particular situation semantic versioning seems to better. Another option would be to only monitor GitHub release tagged "latest"