How to update a serverless endpoint with a new version of the docker image?
When we push the new version image of a docker image in the docker hub, does the serverless endpoint automatically update the workers, or do we need to publish the new image manually on the endpoint?
3 Replies
No, you need to redeploy a new version
From upper right menu button lkek when you edit your endpoint
On top there is a button for deploying a new tag
Thanks a lot! Is there a way to automate the process?
Edit your template
Via graphQL you can use an api to edit the template and it'll use the latest version like the template
So you need to collect an hook from your code push or what action triggers your API to update the runpod template to latest docker tag