4.2.4.1 Image Properties

Under tmmImage, provide information about the MicroTx Distributed Transactions Docker image. It is mandatory to provide values for these properties.

Property Description
image Enter the tag of the MicroTx Distributed Transactions image that you have pushed to the remote repository. For example, oracle-tmm:RELEASE. See Push Images to a Remote Docker Repository.
imagePullPolicy Enter Always to ensure that the image is pulled during the installation. See Image pull policy in Kubernetes documentation.
imagePullSecret Specify the name of the Kubernetes secret that you have created. This secret is used to pull the Docker images from the remote repository. For example, regcred. See Create a Kubernetes Secret to Access Docker Registry.

The following code snippet provides sample values for tmmImage.

tmmImage:
  image: oracle-tmm:RELEASE
  imagePullPolicy: Always
  imagePullSecret: regcred