Move to rhel8 PG10 container for persistent PG

Merge in updated liveness checks from upstream template
This commit is contained in:
Bill Nottingham
2020-10-21 17:29:57 -04:00
parent 81a79c30cb
commit f1d2d79f00
4 changed files with 11 additions and 13 deletions

View File

@@ -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