Merge pull request #155 from shanemcd/update-awx-ee

Use newer awx-ee image
This commit is contained in:
Shane McDonald
2021-03-29 13:04:36 -04:00
committed by GitHub
10 changed files with 17 additions and 33 deletions

View File

@@ -258,6 +258,9 @@ spec:
tower_image:
description: Registry path to the application container to use
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_image_pull_policy:
description: The image pull policy
type: string

View File

@@ -1,26 +0,0 @@
---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
name: example-awx
namespace: example-awx
spec:
tower_ingress_type: none
tower_task_privileged: false
tower_hostname: example-awx.test
tower_admin_user: test
tower_admin_email: test@example.com
tower_image: quay.io/ansible/awx:18.0.0
tower_ee_image: quay.io/ansible/awx-ee:latest
tower_create_preload_data: true
tower_memcached_image: memcached:alpine
tower_redis_image: redis:latest
tower_postgres_storage_class: ''

View File

@@ -107,6 +107,9 @@ spec:
tower_image:
description: Registry path to the application container to use
type: string
tower_ee_image:
description: Registry path to the Execution Environment container to use
type: string
tower_image_pull_policy:
description: The image pull policy
type: string

View File

@@ -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.1
tower_web_resource_requirements:
requests:

View File

@@ -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.1",
"tower_memcached_image": "memcached:alpine",
"tower_postgres_storage_class": "",
"tower_redis_image": "redis:latest",