Re: Cannot upgrade helm chart

2022-02-22 Thread Frank Dekervel
Hello, And if you want to go for a deployment, consider using a statefulset instead. This way you are certain that, on upgrade, it will let the old version exit before it starts the new version. Greetings, Frank On 22.02.22 00:23, Austin Cawley-Edwards wrote: Hey Marco, There’s

Re: Cannot upgrade helm chart

2022-02-21 Thread Austin Cawley-Edwards
Hey Marco, There’s unfortunately no perfect fit here, at least that I know of. A Deployment will make it possible to upgrade the image, but does not support container exits (eg if the Flink job completes, even successfully, K8s will still restart the container). If you are only running long lived

Cannot upgrade helm chart

2022-02-21 Thread marco andreas
Hello flink community, I am deploying a flink application cluster using a helm chart , the problem is that the jobmanager component type is a "Job" , and with helm i can't do an upgrade of the chart in order to change the application image version because helm is unable to upgrade the docker