Allow for override of operator image name
Problem
image: {{.Values.hub}}/operator:{{.Values.tag}}
If customers are not using a multi-level supported container registry the image name could be different than the one that is assumed here. For istio operator the offending line is here.
Resolution
Templatize the name of the operator image
Edited by Cassie Souza