File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2 # https://helm.sh/docs/topics/charts/#the-apiversion-field
22name : flash
33description : A Helm chart for the Flash application backend
44type : application
5- version : 0.1.1
6- appVersion : 0.7.27
5+ version : 0.1.2
6+ appVersion : 0.7.30
77dependencies :
88 - name : redis
99 repository : https://charts.bitnami.com/bitnami
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ type AccountUpgradeRequest
169169 address : Address !
170170 bankAccount : BankAccount
171171 currentLevel : AccountLevel !
172- email : String !
172+ email : String
173173 fullName : String !
174174 idDocument : Boolean !
175175
@@ -1540,13 +1540,13 @@ type Query
15401540 @join__type (graph : PUBLIC )
15411541{
15421542 accountDefaultWallet (username : Username ! , walletCurrency : WalletCurrency ): PublicWallet !
1543- accountUpgradeRequest : AccountUpgradeRequestPayload !
15441543 btcPrice (currency : DisplayCurrency ! = " USD" ): Price @deprecated (reason : " Deprecated in favor of realtimePrice" )
15451544 btcPriceList (range : PriceGraphRange ! ): [PricePoint ]
15461545 businessMapMarkers : [MapMarker ! ]!
15471546 currencyList : [Currency ! ]!
15481547 globals : Globals
15491548 isFlashNpub (input : IsFlashNpubInput ! ): IsFlashNpubPayload
1549+ latestAccountUpgradeRequest : AccountUpgradeRequestPayload !
15501550 lnInvoicePaymentStatus (input : LnInvoicePaymentStatusInput ! ): LnInvoicePaymentStatusPayload !
15511551 me : User
15521552 mobileVersions : [MobileVersions ]
Original file line number Diff line number Diff line change @@ -48,16 +48,16 @@ galoy:
4848 repository : lnflash/flash-app
4949 imagePullPolicy : Always
5050 # digests managed by flash-app pipeline in concourse
51- digest : sha256:5b0b03278990e7f3d3086510108fac4efbc1cfe5c0a9ac15b9ce9cf5491a2d1e
52- git_ref : " 52ab5ea "
51+ digest : sha256:3a756da0b0773bfbbb8bdb036a30da3b0c5cf966297deb1b979ebeea6fecac39
52+ git_ref : " ee1f9dd "
5353 websocket :
5454 repository : docker.io/lnflash/galoy-app-websocket
5555 # digests managed by flash-app pipeline in concourse
56- digest : " sha256:342927f04aa2b0febe282699f3a167aed97cbf451c26f724d794608cc693b016 "
56+ digest : " sha256:6afd0412e9dd0a3ffc51d2858817ac8de3fad7fa189e61a43f07525a9b58946b "
5757 mongodbMigrate :
5858 repository : docker.io/lnflash/galoy-app-migrate
5959 # digests managed by flash-app pipeline in concourse
60- digest : " sha256:1978044e6cbe21b3cb3a787459a2bfcfb9d1d9cb635828a069f6b5f26fed337a "
60+ digest : " sha256:dea367b51284177e98d120cdede63d3b33c7cb822e661084922984d042798c51 "
6161 mongoBackup :
6262 repository : us.gcr.io/galoy-org/mongo-backup
6363 # Currently using Galoy's images. To make changes, see /images & /ci in this repo
You can’t perform that action at this time.
0 commit comments