<@U016U12E5TJ> I wonder if there is an approach wh...
# kubernetes
f
@loud-battery-37784 I wonder if there is an approach where we can first try to “fetch” an image based on a tag/version and if it doesn’t exist, use
buildAndPushImage
This way I should technically get what I want - where the only “new” thing is the replica count, while the image stays the same. Depending on how Pulimi does its
kubectl
command where the only “new” thing should be the replica count.