Fixes #23: Update to Ansible Tower 3.6.3, AWX 9.2.0.

This commit is contained in:
Jeff Geerling
2020-02-20 12:17:18 -06:00
parent b8b060fd1c
commit ba90900832
4 changed files with 11 additions and 11 deletions

View File

@@ -11,8 +11,8 @@ spec:
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_task_image: ansible/awx_task:9.0.1
tower_web_image: ansible/awx_web:9.0.1
tower_task_image: ansible/awx_task:9.2.0
tower_web_image: ansible/awx_web:9.2.0
tower_task_mem_request: 1Gi
tower_task_cpu_request: 500m

View File

@@ -11,8 +11,8 @@ spec:
tower_admin_email: test@example.com
tower_admin_password: changeme
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.2
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.2
tower_task_image: quay.io/ansible-tower/ansible-tower:3.6.3
tower_web_image: quay.io/ansible-tower/ansible-tower:3.6.3
tower_task_mem_request: 1Gi
tower_task_cpu_request: 500m