4.2.2 Image Properties

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

Property Description
image Enter the tag of the MicroTx 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.
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