Configuring Image Pull for an Online Cluster

For an online cluster, the IBM Control Center image will be pulled directly from the Entitlement registry. Only an image pull secret needs to be created. Below is a sample configuration for the image:
# Control Center image details
image:
  repository: "cp.icr.io/cp/ibm-scc/ibmscc"
  tag: "6.3.1.0_20231222"
  # Image pull secret
  imageSecrets: "sccm-image-secret " 
  digest:
    # true if want to pull image using digest value
    enabled: false
    # digest value of the image
    value: sha256:016a95d79d609a2e9b91b73dbe24148fcdd5db0a1d061ecc2dfcb11210874ed1
  # configuration for image pull type etc. IfNotPresent, Always or Never
  pullPolicy: IfNotPresent

The creation of the image pull secret has been covered in the Downloading The Container Software For Online Cluster section.