diff --git a/bedrock-migration/templates/bedrock-migration-job.yaml b/bedrock-migration/templates/bedrock-migration-job.yaml index 790e63fce..0e91a17e8 100644 --- a/bedrock-migration/templates/bedrock-migration-job.yaml +++ b/bedrock-migration/templates/bedrock-migration-job.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: bedrock-migration-job - image: {{ .Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix }}/{{ .Values.cpfs.imageRegistryNamespaceOperand }}/cpfs-utils:latest + image: {{ .Values.global.installConfigImagePullPrefix | default (.Values.cpfs.imagePullPrefix | default .Values.global.imagePullPrefix) }}/{{ .Values.cpfs.imageRegistryNamespaceOperand }}/cpfs-utils:latest command: - bash - -c diff --git a/bedrock-migration/values.yaml b/bedrock-migration/values.yaml index f5c4bd975..21e967041 100644 --- a/bedrock-migration/values.yaml +++ b/bedrock-migration/values.yaml @@ -5,6 +5,7 @@ global: operatorNamespace: "cs-op" instanceNamespace: "cs-serv" tetheredNamespaces: [""] + installConfigImagePullPrefix: "" # Optional, CPD requested: Override image pull prefix for installation config imagePullPrefix: icr.io imagePullSecret: ibm-entitlement-key