Air-Gapped Install
Air-gapped installs use the release manifest to mirror runtime images into a customer-controlled registry and install packaged charts without relying on direct runtime image pulls from EQTY infrastructure.
Image Mirror Strategy
Section titled “Image Mirror Strategy”Mirror every runtime image and digest recorded in the release manifest. Preserve the release tag and record the target registry prefix used by the customer.
When all EQTY images are mirrored under the same registry prefix, configure:
global: imageRepositoryPrefixOverride: registry.customer.example/eqtylabChart Strategy
Section titled “Chart Strategy”Use the packaged chart archive from the release package or a customer-internal OCI chart registry populated from the release artifacts.
Verify
Section titled “Verify”Before installation, confirm:
- All runtime images are available in the customer registry.
- Image pull secrets can read from that registry.
- Chart dependencies are packaged or resolvable inside the environment.
- Values files use the registry override consistently.
- No install command references an unreachable external registry.