File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
1
# @ load("@ytt:data", "data")
2
2
3
- # @ galoy_api_image_digest = "sha256@a3c020402de8802e9b6ff02197790502bf5e1fe1c40bbb285f532748911ab593 "
4
- # @ galoy_trigger_image_digest = "sha256@17d971a19eb925c7ee2be3ecb694803cafaf2f0dc98ba2aeacb337f1708391ba "
5
- # @ mongodb_migrate_image_digest = "sha256@bd3b0fbebf51db91c248b70dd7fc7710565bd17a4d5de8fc71e2a692cbe9c990 "
3
+ # @ galoy_api_image_digest = "sha256@3ddf3176d5bfd52c29b1c04167746a92ba362968407fe804e3ee04eb206fad83 "
4
+ # @ galoy_trigger_image_digest = "sha256@579619c2d842227233cb6fd6eca82fc51ee5acc4589253f30268f3a418cdf51e "
5
+ # @ mongodb_migrate_image_digest = "sha256@256a134a764d97d7e57417f2a9f7b6625c46dd19a2e809f60d9475ecaca7fe44 "
6
6
# @ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"
7
7
8
8
# @ core_env = [
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ services:
98
98
- POSTGRES_PASSWORD=secret
99
99
- POSTGRES_DB=hydra
100
100
galoy :
101
- image : us.gcr.io/galoy-org/galoy-api@sha256:a3c020402de8802e9b6ff02197790502bf5e1fe1c40bbb285f532748911ab593
101
+ image : us.gcr.io/galoy-org/galoy-api@sha256:3ddf3176d5bfd52c29b1c04167746a92ba362968407fe804e3ee04eb206fad83
102
102
environment :
103
103
- HELMREVISION=dev
104
104
- NETWORK=regtest
@@ -157,7 +157,7 @@ services:
157
157
aliases :
158
158
- bats-tests
159
159
trigger :
160
- image : us.gcr.io/galoy-org/galoy-api-trigger@sha256:17d971a19eb925c7ee2be3ecb694803cafaf2f0dc98ba2aeacb337f1708391ba
160
+ image : us.gcr.io/galoy-org/galoy-api-trigger@sha256:579619c2d842227233cb6fd6eca82fc51ee5acc4589253f30268f3a418cdf51e
161
161
environment :
162
162
- HELMREVISION=dev
163
163
- NETWORK=regtest
@@ -242,7 +242,7 @@ services:
242
242
environment :
243
243
- MONGO_INITDB_DATABASE=galoy
244
244
mongodb-migrate :
245
- image : us.gcr.io/galoy-org/galoy-api-migrate@sha256:bd3b0fbebf51db91c248b70dd7fc7710565bd17a4d5de8fc71e2a692cbe9c990
245
+ image : us.gcr.io/galoy-org/galoy-api-migrate@sha256:256a134a764d97d7e57417f2a9f7b6625c46dd19a2e809f60d9475ecaca7fe44
246
246
depends_on :
247
247
- mongodb
248
248
environment :
Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
2
2
directories :
3
3
- contents :
4
4
- git :
5
- commitTitle : ' fix(core): allow micro payments (#4696 )...'
6
- sha : a335b40158245b0bb93ed6e60c540ea09d9e1aa3
5
+ commitTitle : ' chore: bump db deps /core/api (#4672 )...'
6
+ sha : 012fde31438d34be2b67bf8321f4912c98f8e092
7
7
tags :
8
- - 0.21.18-1-ga335b4015
8
+ - 0.21.19-3-g012fde314
9
9
path : .
10
10
path : dev
11
11
- contents :
12
12
- git :
13
- commitTitle : ' fix(core): allow micro payments (#4696 )...'
14
- sha : a335b40158245b0bb93ed6e60c540ea09d9e1aa3
13
+ commitTitle : ' chore: bump db deps /core/api (#4672 )...'
14
+ sha : 012fde31438d34be2b67bf8321f4912c98f8e092
15
15
tags :
16
- - 0.21.18-1-ga335b4015
16
+ - 0.21.19-3-g012fde314
17
17
path : schemas
18
18
- git :
19
- commitTitle : ' fix(core): allow micro payments (#4696 )...'
20
- sha : a335b40158245b0bb93ed6e60c540ea09d9e1aa3
19
+ commitTitle : ' chore: bump db deps /core/api (#4672 )...'
20
+ sha : 012fde31438d34be2b67bf8321f4912c98f8e092
21
21
tags :
22
- - 0.21.18-1-ga335b4015
22
+ - 0.21.19-3-g012fde314
23
23
path : gql
24
24
path : graphql
25
25
kind : LockConfig
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ directories:
6
6
- path : ./
7
7
git :
8
8
url : https://github.com/GaloyMoney/galoy.git
9
- ref : a335b40158245b0bb93ed6e60c540ea09d9e1aa3
9
+ ref : 012fde31438d34be2b67bf8321f4912c98f8e092
10
10
includePaths :
11
11
- dev/**/*
12
12
excludePaths :
@@ -18,15 +18,15 @@ directories:
18
18
- path : schemas/
19
19
git :
20
20
url : https://github.com/GaloyMoney/galoy.git
21
- ref : a335b40158245b0bb93ed6e60c540ea09d9e1aa3
21
+ ref : 012fde31438d34be2b67bf8321f4912c98f8e092
22
22
includePaths :
23
23
- core/api/src/graphql/public/schema.graphql
24
24
- core/api/src/graphql/admin/schema.graphql
25
25
newRootPath : core/api/src/graphql
26
26
- path : gql/
27
27
git :
28
28
url : https://github.com/GaloyMoney/galoy.git
29
- ref : a335b40158245b0bb93ed6e60c540ea09d9e1aa3
29
+ ref : 012fde31438d34be2b67bf8321f4912c98f8e092
30
30
includePaths :
31
31
- bats/gql/**/*
32
32
newRootPath : bats/gql
Original file line number Diff line number Diff line change 1
1
# @data/values
2
2
---
3
- galoy_git_ref : a335b40158245b0bb93ed6e60c540ea09d9e1aa3
3
+ galoy_git_ref : 012fde31438d34be2b67bf8321f4912c98f8e092
You can’t perform that action at this time.
0 commit comments