AWX 19.0.0 Customization and Build

Hi Team,

Our team is trying to customize some parts of AWX OpenSource Code tagged 19.0.0 . So, they take OpenSource Code, do the customizations and then we do a build, push the image to a private repo and then try to setup the new customized AWX, using the link (https://github.com/ansible/awx/blob/devel/tools/docker-compose/README.md)

Post 19.0.0, I’m a little confused as how I can refer that custom container image in the Kubernetes deployment model which creates 2 components as per detault yaml:
1 :- AWX Service, which inturn has 4 containers (redis, awx-web, awx-task, awx-ee)
2 :- AWX Postgres (This is per default as I’ve not configured any external Postgres)

The default yaml for 19.0.0 is referenced in link: (https://github.com/ansible/awx-operator). Code snippet as below:
— apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
name: awx

Any leads/suggestions/comments in this regard is highly appreciated. Thanks in Advance ,

Regards,
PremKumar

Team,

Any help would be helpful. If the ask is not clear, do let me know I’ll try my best to explain once.

Regards,
PremKumar