Skip to content

Commit

Permalink
chore(deps): Update postgresql helm chart in Galoy and Voucher (#7129)
Browse files Browse the repository at this point in the history
* chore(deps): Update postgresql helm chart in Galoy and Voucher

* fix(deps): PG15 instead of PG14
  • Loading branch information
k3yss authored Oct 8, 2024
1 parent d5a2a8d commit d563b00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/galoy/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
version: 15.6.26
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
version: 15.1.0
- name: oathkeeper
repository: https://k8s.ory.sh/helm/charts
version: 0.39.1
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: router
repository: oci://ghcr.io/apollographql/helm-charts
version: 1.25.0
digest: sha256:60b19442cd85b259ac37748be97c92b461710c9c4ae7741e7bfecdeebdf9a576
generated: "2024-10-02T22:24:17.573380002Z"
digest: sha256:4e46260055939492b22dc6d06f5c96b6395a96961d66030e6efa4896959a8a86
generated: "2024-10-08T14:52:27.463269953+05:30"
2 changes: 1 addition & 1 deletion charts/galoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
version: 15.6.26
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
version: 15.1.0
condition: postgresql.enabled
- name: oathkeeper
repository: https://k8s.ory.sh/helm/charts
Expand Down
6 changes: 3 additions & 3 deletions charts/voucher/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.6
digest: sha256:e9f252a13edc2a9ecde83ea222591e1767aa08f97fb7c9071d69c49bff78a481
generated: "2024-05-22T17:49:55.172043+05:30"
version: 15.1.0
digest: sha256:ad382e4b364c5b546451c2641748f8e7dbf93ac4a0a2858597180045d83fbcba
generated: "2024-10-08T14:50:10.663588624+05:30"
2 changes: 1 addition & 1 deletion charts/voucher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ version: 0.1.0-dev
appVersion: 0.1.0
dependencies:
- name: postgresql
version: 11.9.6
version: 15.1.0
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled

0 comments on commit d563b00

Please sign in to comment.