Merge pull request #69 from shanemcd/pg-12

Use postgres 12 image from red hat
This commit is contained in:
Shane McDonald
2021-01-21 15:09:15 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ tower_web_extra_volume_mounts: ''
tower_redis_image: redis:latest
tower_postgres_pass: awxpass
tower_postgres_image: postgres:10
tower_postgres_image: postgres:12
tower_postgres_storage_request: 8Gi
tower_postgres_storage_class: ''