Skip to content

Commit

Permalink
update postgres chart port variable, bump version to latest 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Feb 12, 2024
1 parent 198e17d commit 8b0bfe5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ postgresql:
enabled: true
image:
repository: bitnami/postgresql
tag: 12.11.0-debian-11-r12
tag: 12.17.0-debian-11-r28
auth:
username: fcrepo
password: fcrepo_pass
database: fcrepo
servicePort: 5432
containerPorts:
postgresql: 5432

externalPostgresql: {}

Expand Down

0 comments on commit 8b0bfe5

Please sign in to comment.