Skip to content

Commit

Permalink
chore(deps): bump-notifications-image-5646c01 (#6259)
Browse files Browse the repository at this point in the history
* chore(deps): bump 'notifications' image to 'sha256:25b0e7aa924de385eff201b1b2daa6843d73311d883abdec8703307903597dfd'

* chore(galoy): add pg-read-con to notifications

---------

Co-authored-by: CI Bot <bot@galoy.io>
Co-authored-by: bodymindarts <justin@galoy.io>
  • Loading branch information
3 people authored Apr 24, 2024
1 parent db4380d commit c6e8127
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/galoy/templates/galoy-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ metadata:
type: Opaque
data:
pg-con: {{ .Values.secrets.notificationsPgCon | toString | b64enc }}
pg-read-con: {{ .Values.secrets.notificationsPgCon | toString | b64enc }}
smtp-password: {{ .Values.secrets.notificationsSmtpPassword | toString | b64enc }}
firebase-service-account: {{ .Values.secrets.firebaseServiceAccountJson | toString | b64enc }}
---
Expand Down
5 changes: 5 additions & 0 deletions charts/galoy/templates/notifications-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ spec:
secretKeyRef:
name: {{ template "galoy.notifications.fullname" . }}
key: pg-con
- name: PG_READ_CON
valueFrom:
secretKeyRef:
name: {{ template "galoy.notifications.fullname" . }}
key: pg-read-con
- name: EMAIL_PASSWORD
valueFrom:
secretKeyRef:
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:08918788b15db740bde95e086899d1eb20629654eca49d2c28a46f4e822e9c44" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=a0b9ee2;app=notifications;monorepo_subdir=core/notifications;
digest: "sha256:25b0e7aa924de385eff201b1b2daa6843d73311d883abdec8703307903597dfd" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=5646c01;app=notifications;monorepo_subdir=core/notifications;
## Galoy Application MongoDB Migration Image details
##
mongodbMigrate:
Expand Down
1 change: 1 addition & 0 deletions ci/testflight/galoy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ resource "kubernetes_secret" "notifications" {
}
data = {
pg-con : "postgres://notifications:notifications@notifications-postgresql:5432/notifications"
pg-read-con : "postgres://notifications:notifications@notifications-postgresql:5432/notifications"
smtp-password : "dummy"
firebase-service-account = file("${path.module}/fake-firebase-service-account.json")
}
Expand Down

0 comments on commit c6e8127

Please sign in to comment.