UNCLASSIFIED - NO CUI

Skip to content

Allow for override of operator image name

Cassie Souza requested to merge allow-override-operator-image into main

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

Merge request reports