Overriding the default DataPower image, version, and license

Update the GatewayCluster CR to override the image, version, and license information for the Gateway subsystem.

Procedure

To override these settings in the CR, add a spec.dataPowerOverride section as shown in the following example:
  • If you deployed the gateway subsystem on Kubernetes, or if you deployed the individual gateway subsystem on OpenShift, add the override to the spec section of the Gateway CR:
    spec:
       dataPowerOverride:
         image: customregistry.com/custom-image-datapower:10.0.8.1
         version: 10.0.8.1
         license: X-XXXX-XXXXXX
    
  • If you deployed all API Connect subsystems at once on OpenShift using the top-level apiconnectcluster CR, add the override to the spec.gateway section:
    
    spec:
      gateway:
        dataPowerOverride:
          image: customregistry.com/custom-image-datapower:10.0.8.1
          version: 10.0.8.1
          license: X-XXXX-XXXXXX