Skip to content

Commit

Permalink
chore(deps): bump 'notifications' image to 'sha256:f9fbc4b23c3a77bcaf…
Browse files Browse the repository at this point in the history
…d74cb26efa7891f32d2a500cc9ced1fecb23b10c9f55ee'
  • Loading branch information
galoybot committed May 8, 2024
1 parent 8d60eaf commit 7551319
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions charts/galoy/apollo-router/notifications-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ type Mutation {
statefulNotificationAcknowledge(input: StatefulNotificationAcknowledgeInput!): StatefulNotificationAcknowledgePayload!
}

union NotificationAction = OpenDeepLinkAction | OpenExternalLinkAction

type OpenDeepLinkAction {
deepLink: String!
}

type OpenExternalLinkAction {
url: String!
}

"""
Information about pagination in a connection
"""
Expand Down Expand Up @@ -30,6 +40,7 @@ type StatefulNotification {
title: String!
body: String!
deepLink: String
action: NotificationAction
createdAt: Timestamp!
acknowledgedAt: Timestamp
bulletinEnabled: Boolean!
Expand Down
2 changes: 1 addition & 1 deletion charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ galoy:
repository: us.gcr.io/galoy-org/galoy-notifications
## Digest of the image
##
digest: "sha256:1f1ac9ecc44d98920015339cdde7a4f5c81d05e703cca7033acf052310cfc575" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=59ca604;app=notifications;monorepo_subdir=core/notifications;
digest: "sha256:f9fbc4b23c3a77bcafd74cb26efa7891f32d2a500cc9ced1fecb23b10c9f55ee" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=6f9ad59;app=notifications;monorepo_subdir=core/notifications;
## Galoy Application MongoDB Migration Image details
##
mongodbMigrate:
Expand Down

0 comments on commit 7551319

Please sign in to comment.