Allow for override of operator image name
All threads resolved!
All threads resolved!
Compare changes
Files
4+ 2
− 1
@@ -16,7 +16,8 @@ spec:
UNCLASSIFIED - NO CUI
Currently supported Big Bang Version is 2.50
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
UNCLASSIFIED - NO CUI