mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
* Upgrading to postgres:15 * Changing image from postgres to sclorg * Handle scenario where upgrade status is not defined & correct pg tag * Rework the upgrade logic to be more resiliant for multiple upgrades --------- Co-authored-by: john-westcott-iv <john-westcott-iv@users.noreply.github.com> Co-authored-by: Christian M. Adams <chadams@redhat.com>
9 lines
216 B
YAML
9 lines
216 B
YAML
---
|
|
deployment_type: "awx"
|
|
_postgres_image: quay.io/sclorg/postgresql-15-c9s
|
|
_postgres_image_version: latest
|
|
backup_complete: false
|
|
database_type: "unmanaged"
|
|
supported_pg_version: 15
|
|
image_pull_policy: IfNotPresent
|