Skip to content

Commit f3b6b92

Browse files
authored
Merge pull request #149 from lnflash/bot-bump-flash-image
chore(deps): bump-flash-image-
2 parents 21cfeda + 897abf1 commit f3b6b92

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

charts/flash/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2 # https://helm.sh/docs/topics/charts/#the-apiversion-field
22
name: flash
33
description: A Helm chart for the Flash application backend
44
type: application
5-
version: 0.1.1
6-
appVersion: 0.7.27
5+
version: 0.1.2
6+
appVersion: 0.7.30
77
dependencies:
88
- name: redis
99
repository: https://charts.bitnami.com/bitnami

charts/flash/apollo-router/supergraph.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]

charts/flash/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)