diff --git a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml index fcfb526c..94cc4acf 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_awx.yaml @@ -27,6 +27,6 @@ spec: tower_rabbitmq_image: rabbitmq:3 tower_postgres_pass: awxpass - tower_postgres_image: postgres:9.6 + tower_postgres_image: postgres:10 tower_postgres_storage_request: 8Gi tower_postgres_storage_class: '' diff --git a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml index 4792d3a6..6dab59a9 100644 --- a/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml +++ b/deploy/crds/tower_v1alpha1_tower_cr_tower.yaml @@ -27,6 +27,6 @@ spec: tower_rabbitmq_image: rabbitmq:3 tower_postgres_pass: awxpass - tower_postgres_image: postgres:9.6 + tower_postgres_image: postgres:10 tower_postgres_storage_request: 8Gi tower_postgres_storage_class: '' diff --git a/roles/tower/defaults/main.yml b/roles/tower/defaults/main.yml index 3a58ad87..61b92c05 100644 --- a/roles/tower/defaults/main.yml +++ b/roles/tower/defaults/main.yml @@ -29,6 +29,6 @@ tower_memcached_image: memcached:alpine tower_rabbitmq_image: rabbitmq:3 tower_postgres_pass: awxpass -tower_postgres_image: postgres:9.6 +tower_postgres_image: postgres:10 tower_postgres_storage_request: 8Gi tower_postgres_storage_class: ''