mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
use awx-ee:latest
We are updating the requirements in awx to get the latest receptor and runner in the task container, we should also have the latest in the EE see https://github.com/ansible/awx/pull/10861 and https://github.com/ansible/awx/pull/10858
This commit is contained in:
@@ -134,9 +134,9 @@ init_container_extra_volume_mounts: ''
|
||||
|
||||
ee_images:
|
||||
- name: AWX EE 0.5.0
|
||||
image: quay.io/ansible/awx-ee:0.5.0
|
||||
image: quay.io/ansible/awx-ee:latest
|
||||
|
||||
control_plane_ee_image: quay.io/ansible/awx-ee:0.5.0
|
||||
control_plane_ee_image: quay.io/ansible/awx-ee:latest
|
||||
|
||||
create_preload_data: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user