civo / kubernetes-marketplace

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

Update Gimlet app to the latest version #478

Open aakashnagpal4567 opened 1 year ago

aakashnagpal4567 commented 1 year ago

This issue is a:

If the issue concerns an existing Marketplace application, please tag the maintainer of the application (found in manifest.yaml) below:

Enhancement suggestions / feature requests

Currently, we have Gimlet version v0.4.2 installed by Civo marketplace as a newer version v0.23.2 is available, so it needs to be updated to the newer version. We kindly request an update to the latest version of Gimlet on the Civo marketplace to ensure that we have access to the most recent features and improvements.

@laszlocph is the maintainer for this app, so I request you to please take a look into this.

laszlocph commented 1 year ago

Good point @aakashnagpal4567 please allow me a couple of weeks to do this. We are moving to a simplified installation experience with Helm, landing in about 2 weeks.

laszlocph commented 11 months ago

Please review @aakashnagpal4567

https://github.com/civo/kubernetes-marketplace/pull/542

olblak commented 11 months ago

@laszlocph If you still want to rely on pinned version with pullrequest validation, several months ago we started an experimentation to automate version update.

You would need to drop an update manifest in .github/updatecli/updatecli.d similar to https://github.com/civo/kubernetes-marketplace/blob/master/.github/updatecli/updatecli.d/rancher.yaml

Which automatically open a pullrequest such as https://github.com/civo/kubernetes-marketplace/pull/455

Updatecli is executed every hour by this workflow https://github.com/civo/kubernetes-marketplace/blob/master/.github/workflows/updatecli.yml

Feel free to ping if you need help

laszlocph commented 11 months ago

@olblak this is neat.

However the installation method does not need a version anymore. I included version: v0.17.2 assuming CIVO needs it. Although I could update that with updatecli. Or skip the version completely. Could you tell @aakashnagpal4567 if you need the version field in the yaml?