Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump-notifications-image-5423df7 #5970

Merged
merged 2 commits into from
Mar 22, 2024
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
1 change: 1 addition & 0 deletions charts/galoy/apollo-router/notifications-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ enum UserNotificationCategory {
ADMIN_NOTIFICATION
MARKETING
PRICE
SECURITY
}

enum UserNotificationChannel {
Expand Down
6 changes: 6 additions & 0 deletions charts/galoy/templates/notifications-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ data:
from_name: {{ .Values.galoy.notifications.config.smtp.fromName }}
relay: {{ .Values.galoy.notifications.config.smtp.relayHost }}
port: {{ .Values.galoy.notifications.config.smtp.relayPort }}
jobs:
kickoff_link_email_remainder_delay: {{ .Values.galoy.notifications.config.jobs.kickoffLinkEmailRemainderDelay }}
link_email_reminder:
account_liveness_threshold_minutes: {{ .Values.galoy.notifications.config.linkEmailReminder.accountLivenessThresholdMinutes }}
account_aged_threshold_minutes: {{ .Values.galoy.notifications.config.linkEmailReminder.accountAgedThresholdMinutes }}
notification_cool_off_threshold_minutes: {{ .Values.galoy.notifications.config.linkEmailReminder.notificationCoolOffThresholdMinutes }}
8 changes: 7 additions & 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:21fb3caae150b425142439d6f0c0b8d7c84d63377649c2831cfad3519e4b976b" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=8e5f140;app=notifications;monorepo_subdir=core/notifications;
digest: "sha256:45c50242325e3b3e84f16d3f4911f69e7f1530ced06ba0b2c1a4794123bcc97f" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=5423df7;app=notifications;monorepo_subdir=core/notifications;
## Galoy Application MongoDB Migration Image details
##
mongodbMigrate:
Expand Down Expand Up @@ -432,6 +432,12 @@ galoy:
fromName: ""
relayHost: ""
relayPort: 587
jobs:
kickoffLinkEmailReminderDelay: 5
linkEmailReminder:
accountLivenessThresholdMinutes: 30240
accountAgedThresholdMinutes: 30240
notificationCoolOffThresholdMinutes: 129600
consent:
resources: {}
port: 80
Expand Down
Loading