mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fixes #23: Update to Ansible Tower 3.6.3, AWX 9.2.0.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user