Image Configuration

Image Configuration Properties describes the properties for configuring the External Diameter Gateway container image name and version.

Table 1. Image Configuration Properties
Property Description
gateway.image.name The image name.
gateway.image.version The image version.
gateway.image.registryOverride Override the global registry setting.
gateway.image.pullSecretOverride Override the global pull secret.

The following Helm values file excerpt shows the configuration default values (where defaults exist) for these properties:

gateway:
  image:
    name: "matrixx-diameter/diameter-mtx-gateway"
    version: ""
    registryOverride: ""
    pullSecretsOverride: ""