Private Container Registries
This guide demonstrates how to configure a private container registry with the Immuta Enterprise Helm chart (IEHC).
Image availability
This guide assumes that you have already copied all Immuta container images to your private registry. The process of copying images to a private registry can vary significantly depending on your specific environment and tools and is therefore outside the scope of this document.
Helm values
Image repository overrides
Each image.repository
field defined in the default Helm values must be overridden. For the purposes of this guide, only the configuration for Secure is shown.
Examine the default Helm values in the chart; this will include all relevant values required to override the registry and images.
Edit the
immuta-values.yaml
to include the following Helm values. Update all placeholder values with your own values.
Last updated