Skip to content

Commit

Permalink
fix: downgrade psql to v15
Browse files Browse the repository at this point in the history
- New downgraded PostgreSQL version is `v15.5.0-debian-11-r5` from
bitnami

Fixes issue #28
  • Loading branch information
sydrawat01 committed Nov 20, 2023
1 parent 5f4b0df commit 5ca294d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ podLabel:
service: api

psql:
version: "13.1.5"
repository: https://charts.bitnami.com/bitnami
enabled: true
image: postgres
tag: 14-alpine

selectorLabel:
app: webapp
Expand All @@ -78,6 +74,8 @@ service:
dbport: 5432

postgresql:
image:
tag: 15.5.0-debian-11-r5
auth:
username: app_user
password: app_user@pswd
Expand Down

0 comments on commit 5ca294d

Please sign in to comment.