Hi everyone.
I’m trying to install Ansible AWX using Helm in an offline environment (no internet access), and I want to ensure that:
All required container images (for the operator, controller, Redis, Postgres, etc.) are pulled exclusively from a local image registry, and
The setup remains fully functional without reaching out to any external registries throughout its lifecycle.
Has anyone successfully configured AWX this way?
Any tips on how to customize the Helm values.yaml or override image sources would be greatly appreciated
1 Like