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

@@ -61,8 +61,8 @@ If you would like to deploy AWX (the open source upstream of Tower) into your cl
---
spec:
...
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
### Persistent storage for Postgres
@@ -125,7 +125,7 @@ Run the following command inside this directory:
Then push the generated image to Docker Hub:
docker push geerlingguy/tower-operator:0.2.1
docker push geerlingguy/tower-operator:0.2.3
#### Build a new version of the `tower-operator.yaml` file

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

View File

@@ -7,12 +7,12 @@ tower_admin_email: test@example.com
tower_admin_password: changeme
# Use these image versions for Ansible Tower.
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
# Use these image versions for Ansible AWX.
# 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_create_preload_data: true