Modifying StatefulSet updateStrategy in Elasticsearch k8s Operator from OnDelete to RollingUpdate

Using the Elasticsearch k8s Operator, I need help changing the updateStrategy in a StatefulSet from type: OnDelete to type: RollingUpdate. I'm working with Helm templates to manage the CRDs. What's the best way to accomplish this?