image

Description

The image property allows for a custom built DataPower Docker image to be used in the deployment. This field is optional, and will override the image that would be specified by version and license.use. The value of this property, if provided, will be directly used in the DataPower Pod specs.

Note: If this field is set, you are responsible for setting the version property to the appropriate matching version that your custom image is based on. For example, if you are using a custom image based on 10.0.0.0, then set version to 10.0.0.0.

Example

apiVersion: datapower.ibm.com/v1beta2
kind: DataPowerService
metadata:
  name: example-dpservice
spec:
  image: my.registry.com/my-custom-datapower:v10
  version: 10.0.0.0
  ...