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 11# @ load("@ytt:data", "data")
22
3- # @ galoy_api_image_digest = "sha256@67bd3f7996854f6590a32d4d1b394e8247b1d69913765f655ff623f3cab4bf0d "
4- # @ galoy_trigger_image_digest = "sha256@18dd46c4212f2b0aacba85d02ab6bc189e72f8cf6aaede22fc2652c96d08f42a "
5- # @ mongodb_migrate_image_digest = "sha256@a212f16e0f242931652b9aeb8a35deccb69b1f08a8165b0fd7e440330aad39c7 "
3+ # @ galoy_api_image_digest = "sha256@e187f4e72cc4f642a5a6873cb0dacece466f967a9a050d5ff3382b1ce0e70990 "
4+ # @ galoy_trigger_image_digest = "sha256@eff62473cdd57a96aa526e7e5751094283dbf2d93abb752fdca486e1108f765c "
5+ # @ mongodb_migrate_image_digest = "sha256@54db424493bf9320b8537665f79a14289d075860e0009d8d484e849e37b7a670 "
66# @ galoy_notifications_image_digest = "sha256@f87e310645c3262c1e758ff2a7d43af7c806ac66630e25e8e7d54ccebca114c0"
77
88# @ core_env = [
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ services:
9898 - POSTGRES_PASSWORD=secret
9999 - POSTGRES_DB=hydra
100100 galoy :
101- image : us.gcr.io/galoy-org/galoy-api@sha256:67bd3f7996854f6590a32d4d1b394e8247b1d69913765f655ff623f3cab4bf0d
101+ image : us.gcr.io/galoy-org/galoy-api@sha256:e187f4e72cc4f642a5a6873cb0dacece466f967a9a050d5ff3382b1ce0e70990
102102 environment :
103103 - HELMREVISION=dev
104104 - NETWORK=regtest
@@ -157,7 +157,7 @@ services:
157157 aliases :
158158 - bats-tests
159159 trigger :
160- image : us.gcr.io/galoy-org/galoy-api-trigger@sha256:18dd46c4212f2b0aacba85d02ab6bc189e72f8cf6aaede22fc2652c96d08f42a
160+ image : us.gcr.io/galoy-org/galoy-api-trigger@sha256:eff62473cdd57a96aa526e7e5751094283dbf2d93abb752fdca486e1108f765c
161161 environment :
162162 - HELMREVISION=dev
163163 - NETWORK=regtest
@@ -242,7 +242,7 @@ services:
242242 environment :
243243 - MONGO_INITDB_DATABASE=galoy
244244 mongodb-migrate :
245- image : us.gcr.io/galoy-org/galoy-api-migrate@sha256:a212f16e0f242931652b9aeb8a35deccb69b1f08a8165b0fd7e440330aad39c7
245+ image : us.gcr.io/galoy-org/galoy-api-migrate@sha256:54db424493bf9320b8537665f79a14289d075860e0009d8d484e849e37b7a670
246246 depends_on :
247247 - mongodb
248248 environment :
Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
22directories :
33- contents :
44 - git :
5- commitTitle : ' feat (core): create an invited account by phone (#4798)... '
6- sha : 09b18ce441c942310ecf56b4b7b79fd47ebe6bab
5+ commitTitle : ' fix (core): allow 00 prefix (#4827) '
6+ sha : 1d3a50fda0917c721c4f9462d825ab45f99df9ea
77 tags :
8- - 0.21.36 -1-g09b18ce44
8+ - 0.21.38 -1-g1d3a50fda
99 path : .
1010 path : dev
1111- contents :
1212 - git :
13- commitTitle : ' feat (core): create an invited account by phone (#4798)... '
14- sha : 09b18ce441c942310ecf56b4b7b79fd47ebe6bab
13+ commitTitle : ' fix (core): allow 00 prefix (#4827) '
14+ sha : 1d3a50fda0917c721c4f9462d825ab45f99df9ea
1515 tags :
16- - 0.21.36 -1-g09b18ce44
16+ - 0.21.38 -1-g1d3a50fda
1717 path : schemas
1818 - git :
19- commitTitle : ' feat (core): create an invited account by phone (#4798)... '
20- sha : 09b18ce441c942310ecf56b4b7b79fd47ebe6bab
19+ commitTitle : ' fix (core): allow 00 prefix (#4827) '
20+ sha : 1d3a50fda0917c721c4f9462d825ab45f99df9ea
2121 tags :
22- - 0.21.36 -1-g09b18ce44
22+ - 0.21.38 -1-g1d3a50fda
2323 path : gql
2424 path : graphql
2525kind : LockConfig
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ directories:
66 - path : ./
77 git :
88 url : https://github.com/GaloyMoney/galoy.git
9- ref : 09b18ce441c942310ecf56b4b7b79fd47ebe6bab
9+ ref : 1d3a50fda0917c721c4f9462d825ab45f99df9ea
1010 includePaths :
1111 - dev/**/*
1212 excludePaths :
@@ -18,15 +18,15 @@ directories:
1818 - path : schemas/
1919 git :
2020 url : https://github.com/GaloyMoney/galoy.git
21- ref : 09b18ce441c942310ecf56b4b7b79fd47ebe6bab
21+ ref : 1d3a50fda0917c721c4f9462d825ab45f99df9ea
2222 includePaths :
2323 - core/api/src/graphql/public/schema.graphql
2424 - core/api/src/graphql/admin/schema.graphql
2525 newRootPath : core/api/src/graphql
2626 - path : gql/
2727 git :
2828 url : https://github.com/GaloyMoney/galoy.git
29- ref : 09b18ce441c942310ecf56b4b7b79fd47ebe6bab
29+ ref : 1d3a50fda0917c721c4f9462d825ab45f99df9ea
3030 includePaths :
3131 - bats/gql/**/*
3232 newRootPath : bats/gql
Original file line number Diff line number Diff line change 11# @data/values
22---
3- galoy_git_ref : 09b18ce441c942310ecf56b4b7b79fd47ebe6bab
3+ galoy_git_ref : 1d3a50fda0917c721c4f9462d825ab45f99df9ea
You can’t perform that action at this time.
0 commit comments