Image Properties

Image Properties describes the properties for specifying the images required to run a CHF application.

Table 1. Image Properties
Name Description
[container].[name].image.registry (Optional) The image registry for the CHF application. This value overrides the globalRegistry property. For more information about this property, see the discussion about global properties.
[container].[name].image.repository The image repository for the application, for example, matrixx-sideloader.
[container].[name].image.tag The tag of the application image, for example, ${mtx-chf.version}.
[container].[name].image.digest (Optional) The digest of the application image.
[container].[name].image.pullPolicy The pull policy for the application image, for example, IfNotPresent.
This is an example of an image properties configuration:
image:
  repository: matrixx-sideloader
  tag: ${mtx-chf.version}
  pullPolicy: IfNotPresent