Skip to content

Commit

Permalink
fix: add postgres as dependency to galoy chart (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Mar 31, 2022
1 parent 1c416a6 commit 53fabb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions charts/galoy/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.8.0
digest: sha256:f1b8ca781e47b5dfba2ed9e1755a6d40b5edba47806ed0f7f71af43422129145
generated: "2021-12-16T19:21:21.156660878+05:30"
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.1.9
digest: sha256:d4becc0afc07657d31d8c9b9a0005e6dd566b966227b7c13105a8920ddb33803
generated: "2022-03-31T16:51:00.911610205+05:30"
4 changes: 4 additions & 0 deletions charts/galoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ dependencies:
- name: common
version: 1.8.0
repository: https://charts.bitnami.com/bitnami
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.1.9
condition: price.postgresql.enabled
3 changes: 0 additions & 3 deletions dev/galoy/galoy-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ cron: []
twilio: false

price:
postgresql:
auth:
enablePostgresUser: false
service:
type: NodePort

Expand Down

0 comments on commit 53fabb5

Please sign in to comment.