Mykola Palamarchuk
01/13/2022, 4:07 PM@repository
when I build new user-deployments image and upgrade the helm chart. But the pod is updated, so Dagit can't run it, but it doesn't see the changes. I have to uninstall and install the chart again to make it work. I'm using "latest" tag on my image. Could that be a reason?johann
01/13/2022, 4:08 PMMykola Palamarchuk
01/13/2022, 4:12 PMhelm uninstall
and then helm upgrade --install
again for my user deployments.johann
01/13/2022, 4:13 PMimagePullPolicy
set for your user deployments?Mykola Palamarchuk
01/13/2022, 4:25 PMjohann
01/13/2022, 4:28 PMMykola Palamarchuk
01/13/2022, 4:33 PMjohann
01/13/2022, 5:17 PMlatest
, but there are some workarounds that will force k8s to do a upgrade to the deployment which would pick up the new image