File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,5 @@ imageRegistryNamespaceOperand: cpopen/cpfs
77
88# other configuration you think you might need for your operator
99# following are examples, not required:
10- operatorNamespace : ibm-common-services
11- servicesNamespace : service
12- operatorImage : odlm
10+ operatorNamespace : " "
11+ servicesNamespace : " "
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ spec:
204204 value : operand-deployment-lifecycle-manager.v4.4.0
205205 - name : NO_OLM
206206 value : " true"
207- image : {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/{{ .Values.operatorImage }}:{{ .Values.operatorVersion }}
207+ image : {{ .Values.imagePullPrefix}}/{{ .Values.imageRegistryNamespaceOperator}}/odlm:4.4.0
208208 imagePullPolicy : IfNotPresent
209209 livenessProbe :
210210 failureThreshold : 10
Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ imagePullSecret: ibm-entitlement-key
44# Note there are no leading or trailing /'s
55imageRegistryNamespaceOperator : cpopen
66imageRegistryNamespaceOperand : cpopen/cpfs
7- operatorVersion : 4.4.0
87
98# other configuration you think you might need for your operator
109# following are examples, not required:
11- operatorNamespace : ibm-common-services
12- servicesNamespace : service
13- operatorImage : odlm
10+ operatorNamespace : " "
11+ servicesNamespace : " "
You can’t perform that action at this time.
0 commit comments