mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 13:53:12 +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>
21 lines
755 B
YAML
21 lines
755 B
YAML
---
|
|
|
|
deployment_type: "awx"
|
|
_postgres_image: quay.io/sclorg/postgresql-15-c9s
|
|
_postgres_image_version: latest
|
|
|
|
backup_api_version: '{{ deployment_type }}.ansible.com/v1beta1'
|
|
backup_kind: 'AWXBackup'
|
|
|
|
# set default secret names to be used if a backup dir and claim are provided (not a backup_name)
|
|
secret_key_secret: '{{ deployment_name }}-secret-key'
|
|
admin_password_secret: '{{ deployment_name }}-admin-password'
|
|
broadcast_websocket_secret: '{{ deployment_name }}-broadcast-websocket'
|
|
postgres_configuration_secret: '{{ deployment_name }}-postgres-configuration'
|
|
supported_pg_version: 15
|
|
image_pull_policy: IfNotPresent
|
|
|
|
# If set to true, the restore process will delete the existing database and create a new one
|
|
force_drop_db: false
|
|
pg_drop_create: ''
|