https://pulumi.com logo
Title
b

bland-lamp-16797

01/25/2021, 10:26 AM
probably was asked ton of times, how can I run pulumi (Deployment manifest) without changing the image tag? I have separate CD process where it builds and set the image and in our pulumi configuration we have
k8s.apps.v1.Deployment(
statement for image but not with the tag.
b

broad-dog-22463

01/25/2021, 12:45 PM
Hi @bland-lamp-16797, you can use ignoreChanges for this
👍 1
b

bland-lamp-16797

01/25/2021, 12:46 PM
nice!!!! Thanks @broad-dog-22463
b

broad-dog-22463

01/25/2021, 12:46 PM
Let me know if you have any issues with it1
b

bland-lamp-16797

01/25/2021, 12:48 PM
hmm, I'll need to find the property name for
image
but that is just little debugging. I think I can handle from now. thanks again!
b

broad-dog-22463

01/25/2021, 12:49 PM
pulumi stack export will allow you to find the path
❤️ 1
b

bland-lamp-16797

02/03/2021, 11:23 AM
I found the path but it's probably wrong: https://github.com/pulumi/pulumi-kubernetes/issues/1075