From bae56f3c64c3e95199b6a1b330fb2192c6b9e10e Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 20 Jan 2020 12:03:46 -0600 Subject: [PATCH] Fixes #19: Upgrade Postgres to version 10 (was 9.6). --- deploy/crds/tower_v1alpha1_tower_cr_awx.yaml | 2 +- deploy/crds/tower_v1alpha1_tower_cr_tower.yaml | 2 +- roles/tower/defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: ''