mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -02:30
Move to rhel8 PG10 container for persistent PG
Merge in updated liveness checks from upstream template
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
block:
|
||||
- name: Set new pg image
|
||||
shell: |
|
||||
IMAGE=registry.access.redhat.com/rhscl/postgresql-10-rhel7
|
||||
IMAGE=registry.redhat.io/rhel-8/postgresql-10
|
||||
{{ kubectl_or_oc }} -n {{ kubernetes_namespace }} set image dc/postgresql postgresql=$IMAGE
|
||||
|
||||
- name: Wait for change to take affect
|
||||
|
||||
Reference in New Issue
Block a user