Hi @ all,
at first congratulations for that amazing work.
I deploy on my local cluster the first postgres operator which is running ver well.
So far so good but I am not understanding the operator behavior for updates.
I am not talking about update parameters of a running operator.
Let's assume I change my deployment structure for example add a Loadbalancer.
What I have done for this update
1. Increase the operator version
2. Install the new operator.
But the old operator version is running.
My assumtion was that the old instance is killed automatically.