* 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>
10 lines
245 B
YAML
10 lines
245 B
YAML
---
|
|
postgres_initdb_args: '--auth-host=scram-sha-256'
|
|
postgres_host_auth_method: 'scram-sha-256'
|
|
ldap_cacert_ca_crt: ''
|
|
bundle_ca_crt: ''
|
|
projects_existing_claim: ''
|
|
supported_pg_version: 15
|
|
_previous_upgraded_pg_version: 0
|
|
old_postgres_pod: []
|