Use latest version of quay.io/ansible/awx

This commit is contained in:
Shane McDonald
2021-03-23 11:14:56 -04:00
parent 693ce5a17e
commit 62ec946e4f
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ spec:
tower_admin_user: test
tower_admin_email: test@example.com
tower_image: quay.io/ansible/awx:execution-environments
tower_image: quay.io/ansible/awx:18.0.0
tower_create_preload_data: true

View File

@@ -11,7 +11,7 @@ spec:
tower_admin_email: test@example.com
tower_image: quay.io/ansible/awx:execution-environments
tower_image: quay.io/ansible/awx:18.0.0
tower_web_resource_requirements:
requests:

View File

@@ -17,7 +17,7 @@ metadata:
"tower_broadcast_websocket_secret": "changeme",
"tower_create_preload_data": true,
"tower_hostname": "example-awx.test",
"tower_image": "quay.io/ansible/awx:execution-environments",
"tower_image": "quay.io/ansible/awx:18.0.0",
"tower_ingress_type": "none",
"tower_memcached_image": "memcached:alpine",
"tower_postgres_storage_class": "",
@@ -37,7 +37,7 @@ metadata:
"tower_admin_email": "test@example.com",
"tower_broadcast_websocket_secret": "changeme",
"tower_create_preload_data": true,
"tower_image": "quay.io/ansible/awx:execution-environments",
"tower_image": "quay.io/ansible/awx:18.0.0",
"tower_ingress_type": "ingress",
"tower_memcached_image": "memcached:alpine",
"tower_postgres_image": "postgres:12",

View File

@@ -65,7 +65,7 @@ tower_extra_volumes: ''
# Use these image versions for Ansible AWX.
tower_image: quay.io/ansible/awx:execution-environments
tower_image: quay.io/ansible/awx:18.0.0
tower_image_pull_policy: IfNotPresent
tower_image_pull_secret: ''
default_ee: quay.io/ansible/awx-ee