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 image of the kind "Job" so i am wondering if i can change the jobmanager kind to a "deployment" and if there are any drawbacks in doing do.
Thanks.