Skip to content

Commit

Permalink
chore(deps): bump galoy image to 'sha256:e6c57b9b34ffd20102816936abf1…
Browse files Browse the repository at this point in the history
…cef8eb139595758f1a9dccccd1778fb1f37a'
  • Loading branch information
galoybot committed Dec 2, 2024
1 parent 43c8454 commit d5a4592
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/galoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 0.34.7-dev
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.21.12
appVersion: 0.21.14
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
1 change: 1 addition & 0 deletions charts/galoy/apollo-router/public-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ input AccountEnableNotificationChannelInput {

enum AccountLevel {
ONE
THREE
TWO
ZERO
}
Expand Down
1 change: 1 addition & 0 deletions charts/galoy/apollo-router/supergraph.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ enum AccountLevel
@join__type(graph: PUBLIC)
{
ONE @join__enumValue(graph: PUBLIC)
THREE @join__enumValue(graph: PUBLIC)
TWO @join__enumValue(graph: PUBLIC)
ZERO @join__enumValue(graph: PUBLIC)
}
Expand Down
14 changes: 7 additions & 7 deletions charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@ galoy:
repository: us.gcr.io/galoy-org/galoy-api
## Digest of the image
##
digest: "sha256:442c5993f5aa5114e4edf627b5749f261c0fef1349d7fe0c6bace2a5e12caefa"
digest: "sha256:e6c57b9b34ffd20102816936abf1cef8eb139595758f1a9dccccd1778fb1f37a"
## Not used by Helm, just used to ref to the source https://github.com/GaloyMoney/galoy.git
## Reference for timestamping the corresponding docker image and used by internal CI.
##
git_ref: "c18a491"
git_ref: "02fd101"
websocket:
repository: us.gcr.io/galoy-org/galoy-api-ws-server
## Digest of the image
##
digest: "sha256:f6f4e0c856a14b4f55c9a94db2c0f4abb0f7fa7cd4a0269eb7d1f43bcf391569"
digest: "sha256:81c74375858864fa1d5d3ad4ebe57a36917adf03e713e729c9e8d8246c62a3f2"
trigger:
repository: us.gcr.io/galoy-org/galoy-api-trigger
## Digest of the image
##
digest: "sha256:66566906c5440da51538ed733ffad90a4308814ec5d951558699851958561775"
digest: "sha256:d3e59c04f00c4ec71ee1fed2962f3e2b081ee86714ca916b1384d8dda7ef5d3d"
cron:
repository: us.gcr.io/galoy-org/galoy-api-cron
## Digest of the image
##
digest: "sha256:a006f7bc2380add0b92413d5f6caab0b8de1ea0de30d0c2c51f89aa637251c73"
digest: "sha256:e76531177c484e34f35e800d0ceb7da07a92c517f38be638b72b1571186473ce"
exporter:
repository: us.gcr.io/galoy-org/galoy-api-exporter
## Digest of the image
##
digest: "sha256:1c180f964aa37faefcda6323638275b3a7b61535591d71e217678cd335085250"
digest: "sha256:d014219a86c81d5e0c01ad4ffe0a406f54aeaf49c95995d901ea272658053270"
consent:
repository: us.gcr.io/galoy-org/galoy-consent
## Digest of the image
Expand All @@ -84,7 +84,7 @@ galoy:
repository: us.gcr.io/galoy-org/galoy-api-migrate
## Digest of the image
##
digest: "sha256:d7eaeae2df950a66b0d7d3a69d2d255c52857ebf59daf2aea8d1ba2ddc8fc4b0"
digest: "sha256:e1e9a02c2bd2ab73f061c4d707455045085b4cef41b7115318c173b88bf70c71"
## Galoy Application MongoDB Backup Image details
##
mongoBackup:
Expand Down

0 comments on commit d5a4592

Please sign in to comment.