Skip to content

Commit

Permalink
Use PostgreSQL 15 as we use in upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Mar 20, 2024
1 parent eaec013 commit f7dcb09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
value: keycloak
- name: POSTGRESQL_MAX_PREPARED_TRANSACTIONS
value: '100'
image: registry.redhat.io/rhel9/postgresql-13
image: registry.redhat.io/rhel9/postgresql-15
{{ else }}
env:
- name: POSTGRES_PASSWORD
Expand All @@ -44,7 +44,7 @@ spec:
value: keycloak
- name: POSTGRES_DB
value: keycloak
image: postgres:13.2
image: postgres:15
args:
# default of max_prepared_transactions is 0, and this setting should match the number of active connections
# so that running Quarkus with JTA and more than one data store can prepare transactions.
Expand Down

0 comments on commit f7dcb09

Please sign in to comment.