civo / kubernetes-marketplace

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

Upgrading Dapr to version 1.13.2 #717

Closed salaboy closed 5 months ago

salaboy commented 5 months ago

Keeping Dapr Release updated to stable latest

If your pull request is to submit a new application to the marketplace, please answer the following questions:

If your pull request concerns an existing Marketplace application, please make sure you have:

olblak commented 5 months ago

@salaboy If you are interested to automate this version bump automatically, you could add an update policy for Dapr in the directory .github/updatecli/updatecli.d

It would open a pullrequest like this one

You could take some inspiration from the Rancher one which seems to be the closest one.

Underneath there is an GitHub action workflow running Updatecli every hours.

salaboy commented 5 months ago

@olblak that is awesome.. i didn't knew that existed.. so I will do that for the next one.

olblak commented 5 months ago

@olblak that is awesome.. i didn't knew that existed.. so I will do that for the next one.

Thanks

Disclaimer, I am not affiliated with CIVO :) but the founder of the Updatecli project. I was interested to automate chart updates for projects I am involved with.

Also Updatecli is a standalone command line tool so you can test yourself as explained on .github/updatecli/README.md

saiyam1814 commented 5 months ago

@olblak that is awesome.. i didn't knew that existed.. so I will do that for the next one.

Thanks

Disclaimer, I am not affiliated with CIVO :) but the founder of the Updatecli project. I was interested to automate chart updates for projects I am involved with.

Also Updatecli is a standalone command line tool so you can test yourself as explained on .github/updatecli/README.md

Thank you for this!