Is there a common way to use pulumi to update a po...
# kubernetes
p
Is there a common way to use pulumi to update a pod on k8s in a build flow. So i have an app, it tags a new version and builds a new container, but then i need to get that version into pulumi. I could do an env variable for the version, or use the config and set it from the commandline. And what if i wanted to use “latest”. I can put the pull policy on always (slow for restarts) but is there a way to script a pod scale down up or pod deletion to trigger the pull and restart?