#Versioning serverless endpoints

1 messages · Page 1 of 1 (latest)

keen island
#

I have tagged images on dockerhub that I am using for serverless endpoints. Main branch is tagged as v1. In order for the serverless endpoints to update with the new code, do i need to retag each code change in dockerhub as well as specify a new release in the Runpod dashboard?

Does the current system not pull down the image at the specified tag if the code has changed in the image?

neon fulcrumBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

real sigil
#

There is an edit endpoint menu where u can say new release, pick a tag that is different and will redownload it. Yes new changes in dockerhub need to be retagged with something new

No, it doesnt auto download.

keen island
#

Got it, thank you!