Versioning serverless endpoints

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?
Solution:
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....
Jump to solution
2 Replies
Solution
justin
justin6mo ago
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.
timoshishi
timoshishi6mo ago
Got it, thank you!