Curious to hear about how people solve release man...
# general
b
Curious to hear about how people solve release management with Pulumi. We have Cloud Run instances and need to update infrastructure independently from the application container version. How do you solve this ? Was thinking of having “ignoreChanges” on Cloud Run resources in Pulumi and then use our release management software to update Cloud Run images directly. But I wonder if there’s a way to do this entirely in Pulumi by targeting the CloudRun resources ?
👍 2