mirror of
https://github.com/ansible/awx-operator.git
synced 2026-04-12 03:40:57 +00:00
Pin version of awx-ee
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
|
||||
tower_image: quay.io/ansible/awx:18.0.0
|
||||
|
||||
tower_ee_image: quay.io/ansible/awx-ee:latest
|
||||
tower_ee_image: quay.io/ansible/awx-ee:0.1.0
|
||||
|
||||
tower_web_resource_requirements:
|
||||
requests:
|
||||
|
||||
@@ -19,7 +19,7 @@ metadata:
|
||||
"tower_hostname": "example-awx.test",
|
||||
"tower_image": "quay.io/ansible/awx:18.0.0",
|
||||
"tower_ingress_type": "none",
|
||||
"tower_ee_image": "quay.io/ansible/awx-ee:latest",
|
||||
"tower_ee_image": "quay.io/ansible/awx-ee:0.1.0",
|
||||
"tower_memcached_image": "memcached:alpine",
|
||||
"tower_postgres_storage_class": "",
|
||||
"tower_redis_image": "redis:latest",
|
||||
|
||||
@@ -68,7 +68,7 @@ tower_extra_volumes: ''
|
||||
tower_image: quay.io/ansible/awx:18.0.0
|
||||
tower_image_pull_policy: IfNotPresent
|
||||
tower_image_pull_secret: ''
|
||||
tower_ee_image: quay.io/ansible/awx-ee
|
||||
tower_ee_image: quay.io/ansible/awx-ee:0.1.0
|
||||
|
||||
tower_create_preload_data: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user