I have read this section https://github.com/k8ssandra/cass-operator?tab=readme-ov-file#upgrade-instructions. Do i need to do this
kubectl -n cass-operator delete deployment.apps/cass-operator
kubectl -n cass-operator delete service/cassandradatacenter-webhook-service
kubectl patch crd cassandradatacenters.cassandra.datastax.com -p '{"spec":{"preserveUnknownFields":false}}'
if my goal is to upgrade my operator from 1.21.1 to 1.23.2 in Openshift? Below is the screenshot of my current version
Below should be the version based on the channel

I have read this section https://github.com/k8ssandra/cass-operator?tab=readme-ov-file#upgrade-instructions. Do i need to do this
if my goal is to upgrade my operator from 1.21.1 to 1.23.2 in Openshift? Below is the screenshot of my current version
Below should be the version based on the channel