From c1f0a6efc0f0d37b1be7876a438e59973bc6ea4c Mon Sep 17 00:00:00 2001 From: CI Bot Date: Wed, 25 Oct 2023 14:16:45 +0000 Subject: [PATCH] chore(deps): bump galoy image to 'sha256:2c1848f39ee553c77d54c0f3ba678ac892327d757114d1251f463eccbbc2815b' --- charts/galoy/Chart.yaml | 2 +- charts/galoy/apollo-router/supergraph.graphql | 14 +++++++------- charts/galoy/values.yaml | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/galoy/Chart.yaml b/charts/galoy/Chart.yaml index 88d9014d58..2d485fa6bd 100644 --- a/charts/galoy/Chart.yaml +++ b/charts/galoy/Chart.yaml @@ -16,7 +16,7 @@ version: 0.26.9-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.15.36 +appVersion: 0.15.37 dependencies: - name: redis repository: https://charts.bitnami.com/bitnami diff --git a/charts/galoy/apollo-router/supergraph.graphql b/charts/galoy/apollo-router/supergraph.graphql index fa9fd4a656..5f86e3729a 100644 --- a/charts/galoy/apollo-router/supergraph.graphql +++ b/charts/galoy/apollo-router/supergraph.graphql @@ -1092,7 +1092,7 @@ input OnChainPaymentSendAllInput { address: OnChainAddress! memo: Memo - speed: PayoutSpeed = FAST + speed: PayoutSpeed! = FAST walletId: WalletId! } @@ -1102,7 +1102,7 @@ input OnChainPaymentSendInput address: OnChainAddress! amount: SatAmount! memo: Memo - speed: PayoutSpeed = FAST + speed: PayoutSpeed! = FAST walletId: WalletId! } @@ -1132,7 +1132,7 @@ input OnChainUsdPaymentSendAsBtcDenominatedInput address: OnChainAddress! amount: SatAmount! memo: Memo - speed: PayoutSpeed = FAST + speed: PayoutSpeed! = FAST walletId: WalletId! } @@ -1142,7 +1142,7 @@ input OnChainUsdPaymentSendInput address: OnChainAddress! amount: CentAmount! memo: Memo - speed: PayoutSpeed = FAST + speed: PayoutSpeed! = FAST walletId: WalletId! } @@ -1340,9 +1340,9 @@ type Query lnInvoicePaymentStatus(input: LnInvoicePaymentStatusInput!): LnInvoicePaymentStatusPayload! me: User mobileVersions: [MobileVersions] - onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainTxFee! - onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee! - onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed = FAST, walletId: WalletId!): OnChainUsdTxFee! + onChainTxFee(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed! = FAST, walletId: WalletId!): OnChainTxFee! + onChainUsdTxFee(address: OnChainAddress!, amount: CentAmount!, speed: PayoutSpeed! = FAST, walletId: WalletId!): OnChainUsdTxFee! + onChainUsdTxFeeAsBtcDenominated(address: OnChainAddress!, amount: SatAmount!, speed: PayoutSpeed! = FAST, walletId: WalletId!): OnChainUsdTxFee! quizQuestions: [QuizQuestion] @deprecated(reason: "TODO: remove. we don't need a non authenticated version of this query. the users can only do the query while authenticated") """Returns 1 Sat and 1 Usd Cent price for the given currency""" diff --git a/charts/galoy/values.yaml b/charts/galoy/values.yaml index 27fa293f02..b0d0b380bf 100644 --- a/charts/galoy/values.yaml +++ b/charts/galoy/values.yaml @@ -36,31 +36,31 @@ galoy: repository: us.gcr.io/galoy-org/galoy-api ## Digest of the image ## - digest: "sha256:ba272bcaacc9dd9c04fa0a72d347a23c65a15407f519054dfc4515b9692af409" + digest: "sha256:2c1848f39ee553c77d54c0f3ba678ac892327d757114d1251f463eccbbc2815b" ## 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: "fe7f716" + git_ref: "fb70de9" websocket: repository: us.gcr.io/galoy-org/galoy-api-ws-server ## Digest of the image ## - digest: "sha256:5394c73784a252cde6b5000b3ce4a650f09a5eda31271c9e6cc5a03a5565cfa8" + digest: "sha256:94566e806c6b8932575c22e5a8188a432e3e6773519580ece3662ab8408e70aa" trigger: repository: us.gcr.io/galoy-org/galoy-api-trigger ## Digest of the image ## - digest: "sha256:684750f35516532494e1b09a0ca54404bc2460cc2d7bfc2ac7ed34a4fea60545" + digest: "sha256:51d8bd6b2a03407b938f547ebe07ee1c827e7ec63d20a58a71a49a523e89f3b8" cron: repository: us.gcr.io/galoy-org/galoy-api-cron ## Digest of the image ## - digest: "sha256:5fc5fbb03e34eb0e179dff8e09293802eab1f25b991a9b0d1f58644601ee862d" + digest: "sha256:d46c983cc46a85a1a79a5e312279fe2f5cf61c63c5f06a724dc4d1eb3f69b154" exporter: repository: us.gcr.io/galoy-org/galoy-api-exporter ## Digest of the image ## - digest: "sha256:89deb363dd037ec9c53ada76a7a11e19f80328c279ebff0fac1b64334ae7b801" + digest: "sha256:82de8e4e165f74f03ef800d765e137ab74c0ae7acfbb78c6187ef3f1cc404d0d" consent: repository: us.gcr.io/galoy-org/galoy-consent ## Digest of the image @@ -74,7 +74,7 @@ galoy: repository: us.gcr.io/galoy-org/galoy-app-migrate ## Digest of the image ## - digest: "sha256:75646c4e91f50ceb27970d743ad6ae5fc4412135654d5288ba79b6d158c91b1a" + digest: "sha256:c705d1877adddcfac14f3c285e9171edbb04bdd2206c0294e2a181fa4b3b0655" ## Galoy Application MongoDB Backup Image details ## mongoBackup: