Skip to content

Commit

Permalink
add host setting for init-db script, release a 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Mar 15, 2021
1 parent 4ac9f68 commit fed79d7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: fcrepo
description: Fedora Commons Repository 4
type: application
version: 0.5.1
version: 0.5.2
appVersion: 4.7.5
dependencies:
- name: postgresql
Expand Down
Binary file added fcrepo-0.5.2.tgz
Binary file not shown.
25 changes: 20 additions & 5 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@ entries:
fcrepo:
- apiVersion: v2
appVersion: 4.7.5
created: "2021-03-14T23:37:47.524953-07:00"
created: "2021-03-14T23:53:55.193277-07:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 9.3.3
description: Fedora Commons Repository 4
digest: 921ebe17c49a112a48b87f71169285b63a528795ba9384d8b31e167c356928b4
name: fcrepo
type: application
urls:
- https://samvera-labs.github.io/fcrepo-charts/fcrepo-0.5.2.tgz
version: 0.5.2
- apiVersion: v2
appVersion: 4.7.5
created: "2021-03-14T23:53:55.187196-07:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -18,7 +33,7 @@ entries:
version: 0.5.1
- apiVersion: v2
appVersion: 4.7.5
created: "2021-03-14T23:37:47.518936-07:00"
created: "2021-03-14T23:53:55.182693-07:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -33,7 +48,7 @@ entries:
version: 0.5.0
- apiVersion: v2
appVersion: "4.7"
created: "2021-03-14T23:37:47.514884-07:00"
created: "2021-03-14T23:53:55.179236-07:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -51,7 +66,7 @@ entries:
category: Database
apiVersion: v1
appVersion: 11.9.0
created: "2021-03-14T23:37:47.528198-07:00"
created: "2021-03-14T23:53:55.195633-07:00"
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand Down Expand Up @@ -79,4 +94,4 @@ entries:
urls:
- https://samvera-labs.github.io/fcrepo-charts/charts/postgresql-9.3.3.tgz
version: 9.3.3
generated: "2021-03-14T23:37:47.508779-07:00"
generated: "2021-03-14T23:53:55.175151-07:00"
3 changes: 3 additions & 0 deletions templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ metadata:
data:
DATABASE_NAME: {{ .Values.postgresql.postgresqlDatabase }}
DATABASE_USER: {{ .Values.postgresql.postgresqlUsername }}
{{- if .Values.postgesql.postgresqlHost }}
DATABASE_HOST: {{ .Values.postgresql.postgresqlHost }}
{{- end }}

0 comments on commit fed79d7

Please sign in to comment.