Skip to content

Commit

Permalink
Merge pull request #15 from samvera-labs/psql-update
Browse files Browse the repository at this point in the history
update postgresql chart to 14.0.4, use new OCI repo
  • Loading branch information
mcritchlow authored Feb 12, 2024
2 parents 4fa62db + 8b0bfe5 commit 26931bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: fcrepo
description: Fedora Commons Repository 4
type: application
version: 1.0.0
version: 2.0.0
appVersion: 4.7.5
dependencies:
- name: postgresql
version: 11.6.12
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 14.0.4
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
Binary file added fcrepo-2.0.0.tgz
Binary file not shown.
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 26931bb

Please sign in to comment.