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:
Elijah DeLee
2021-08-11 11:41:12 -04:00
committed by GitHub
parent f0b439c125
commit 01fe816fe8

View File

@@ -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