Skip to content

Commit

Permalink
chore(deps): bump 'notifications' image to 'sha256:1f1ac9ecc44d989200…
Browse files Browse the repository at this point in the history
…15339cdde7a4f5c81d05e703cca7033acf052310cfc575'
  • Loading branch information
galoybot committed May 7, 2024
1 parent e4b57d6 commit 962cc39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions charts/galoy/apollo-router/notifications-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type StatefulNotification {
deepLink: String
createdAt: Timestamp!
acknowledgedAt: Timestamp
addToBulletin: Boolean!
bulletinEnabled: Boolean!
}

input StatefulNotificationAcknowledgeInput {
Expand Down Expand Up @@ -79,11 +79,12 @@ extend type User @key(fields: "id") {
id: ID! @external
statefulNotifications(first: Int!, after: String): StatefulNotificationConnection!
unacknowledgedStatefulNotificationsCount: Int!
unacknowledgedStatefulNotificationsWithBulletinEnabled(first: Int!, after: String): StatefulNotificationConnection!
}

directive @include(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
directive @skip(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
extend schema @link(
url: "https://specs.apollo.dev/federation/v2.3",
import: ["@key", "@tag", "@shareable", "@inaccessible", "@override", "@external", "@provides", "@requires", "@composeDirective", "@interfaceObject"]
)
directive @include(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
directive @skip(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
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:c79a699a82519c6c977e8afde3e0c71d442db938ff0c86b26c1ed1ee36be4bd3" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=08791f2;app=notifications;monorepo_subdir=core/notifications;
digest: "sha256:1f1ac9ecc44d98920015339cdde7a4f5c81d05e703cca7033acf052310cfc575" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=59ca604;app=notifications;monorepo_subdir=core/notifications;
## Galoy Application MongoDB Migration Image details
##
mongodbMigrate:
Expand Down

0 comments on commit 962cc39

Please sign in to comment.