Skip to content

Commit

Permalink
Changing image from postgres to sclorg
Browse files Browse the repository at this point in the history
  • Loading branch information
john-westcott-iv authored and rooftopcellist committed Aug 29, 2023
1 parent 58f71e8 commit f97a9bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/backup/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
deployment_type: "awx"
_postgres_image: postgres
_postgres_image: quay.io/sclorg/postgresql-15-c9s
_postgres_image_version: 15
backup_complete: false
database_type: "unmanaged"
Expand Down
4 changes: 2 additions & 2 deletions roles/installer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ _image: quay.io/ansible/awx
_image_version: "{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}"
_redis_image: docker.io/redis
_redis_image_version: 7
_postgres_image: postgres
_postgres_image_version: 15
_postgres_image: quay.io/sclorg/postgresql-15-c9s
_postgres_image_version: latest
image_pull_policy: IfNotPresent
image_pull_secrets: []

Expand Down
2 changes: 1 addition & 1 deletion roles/restore/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

deployment_type: "awx"
_postgres_image: postgres
_postgres_image: quay.io/sclorg/postgresql-15-c9s
_postgres_image_version: 15

backup_api_version: '{{ deployment_type }}.ansible.com/v1beta1'
Expand Down

0 comments on commit f97a9bf

Please sign in to comment.