Private Container Registries

This guide demonstrates how to configure a private container registry with the Immuta Enterprise Helm chart (IEHC).

Helm values

  1. Examine the default Helm values in the chart; this will include all relevant values required to override the registry and images.

    helm show values oci://ocir.immuta.com/stable/immuta-enterprise --version 2024.3.7
  2. Edit the immuta-values.yaml to include the following Helm values. Update all placeholder values with your own values.

    global:
      imageRegistry: <private-registry-fqdn>
    secure:
      backgroundWorker:
        image:
          repository: <prefix>/immuta-service
      web:
        image:
          repository: <prefix>/immuta-service

Last updated

Was this helpful?