diff --git a/README.md b/README.md index 8025b743..ac22861f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml index 94cc4acf..fa12dd0d 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml @@ -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 diff --git a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml index 6dab59a9..b62f18dc 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml @@ -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 diff --git a/roles/tower/defaults/main.yml b/roles/tower/defaults/main.yml index 61b92c05..6ca7320a 100644 --- a/roles/tower/defaults/main.yml +++ b/roles/tower/defaults/main.yml @@ -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