From 0541f443d7af953ed68a4a11b51f3d4c990a5e1b Mon Sep 17 00:00:00 2001 From: CI Bot Date: Mon, 18 May 2026 17:53:20 +0000 Subject: [PATCH 1/2] chore(deps): bump flash image to 'sha256:b1d1c0e252fce737427010ef74b5a257d216c66282340aa2ced2794be5381790' --- charts/flash/Chart.yaml | 2 +- charts/flash/apollo-router/supergraph.graphql | 10 ++++------ charts/flash/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/charts/flash/Chart.yaml b/charts/flash/Chart.yaml index 4fb44a9e..300a57ee 100644 --- a/charts/flash/Chart.yaml +++ b/charts/flash/Chart.yaml @@ -3,7 +3,7 @@ name: flash description: A Helm chart for the Flash application backend type: application version: 3.2.6 -appVersion: 0.7.51 +appVersion: 0.8.0 dependencies: - name: redis repository: https://charts.bitnami.com/bitnami diff --git a/charts/flash/apollo-router/supergraph.graphql b/charts/flash/apollo-router/supergraph.graphql index ece2719c..0b7a9359 100644 --- a/charts/flash/apollo-router/supergraph.graphql +++ b/charts/flash/apollo-router/supergraph.graphql @@ -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! } diff --git a/charts/flash/values.yaml b/charts/flash/values.yaml index 4e639528..4ea58ec5 100644 --- a/charts/flash/values.yaml +++ b/charts/flash/values.yaml @@ -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 From 93ca8385f6b3efd6dbe334c9fefe30d9d19f2961 Mon Sep 17 00:00:00 2001 From: Benjamin Hindman Date: Mon, 18 May 2026 13:35:49 -0500 Subject: [PATCH 2/2] Bump chart version --- charts/flash/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flash/Chart.yaml b/charts/flash/Chart.yaml index 300a57ee..bf2dcd90 100644 --- a/charts/flash/Chart.yaml +++ b/charts/flash/Chart.yaml @@ -2,7 +2,7 @@ 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 +version: 3.2.7 appVersion: 0.8.0 dependencies: - name: redis