Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/flash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2 # https://helm.sh/docs/topics/charts/#the-apiversion-field
name: flash
description: A Helm chart for the Flash application backend
type: application
version: 3.2.6
appVersion: 0.7.51
version: 3.2.7
appVersion: 0.8.0
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
10 changes: 4 additions & 6 deletions charts/flash/apollo-router/supergraph.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,17 @@ type Bank
type BankAccount
@join__type(graph: PUBLIC)
{
accountName: String!
accountName: String
accountNumber: String!
accountType: String!

"""Name of the bank institution"""
bank: String!
branchCode: String!
bankBranch: String!
bankName: String!

"""Account currency (e.g. JMD, USD)"""
currency: String!

"""ERPNext bank account identifier"""
id: ID!
id: ID
isDefault: Boolean!
}

Expand Down
8 changes: 4 additions & 4 deletions charts/flash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ galoy:
repository: lnflash/flash-app
imagePullPolicy: Always
# digests managed by flash-app pipeline in concourse
digest: sha256:1e5de0942a470312741a9a052b53803e8d7dff1164b84255af2cd5c5e809d364
git_ref: "65bc3d0"
digest: sha256:b1d1c0e252fce737427010ef74b5a257d216c66282340aa2ced2794be5381790
git_ref: "5ef35a5"
websocket:
repository: docker.io/lnflash/galoy-app-websocket
# digests managed by flash-app pipeline in concourse
digest: "sha256:a1268be37966df663d6e69538bc5304dac5f91ee5308355989889beeee7e366b"
digest: "sha256:2a1b9464a4c9064c6c41ecfd031d892fe4d68f85a48930e73df915dcf3bfdd9c"
mongodbMigrate:
repository: docker.io/lnflash/galoy-app-migrate
# digests managed by flash-app pipeline in concourse
digest: "sha256:7c9c417ad55029c4c4f8943c2ac2669fe7ae04368bfe9cd49cd628b4222f8d47"
digest: "sha256:c9a918fcbcc1dbd2dcf95cb14d0aeeb16bf525b84ca3ebf1718fd4159104d48a"
mongoBackup:
repository: us.gcr.io/galoy-org/mongo-backup
# Currently using Galoy's images. To make changes, see /images & /ci in this repo
Expand Down
Loading