#How to update a serverless endpoint with a new version of the docker image?

7 messages · Page 1 of 1 (latest)

spark hedge
#

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?

jade phoenix
#

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

spark hedge
#

Thanks a lot! Is there a way to automate the process?

jade phoenix
#

Edit your template

#

Via graphQL you can use an api to edit the template and it'll use the latest version like the template