How do you guys deal with deploying new Google Clo...
# general
f
How do you guys deal with deploying new Google Cloud Run v2 revisions while keeping the image from the last known good revision? I've tried the
ignoreChanges
method, but unfortunately, it exhibits wsome really weird behavior – on some services, my placeholder image would get deployed despite the
ignoreChanges
flag, in some cases an older version of the docker container would get deployed, and then on some services it would work as expected. Not sure how to deal with that