Skip to content

Commit 65d4487

Browse files
chore(release): [ci skip] bump quickstart image to sha256@8154ac7e86f2f3600e449a4dc0c0230d92e968f7aa3f27ee2c9094f4fef2fd2b
1 parent bd9c232 commit 65d4487

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

quickstart/docker-compose.tmpl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#@ load("@ytt:data", "data")
22

3-
#@ galoy_api_image_digest = "sha256@ae5c3fcad349f00c0797044e25d7d0798b5659d7af5ebded99911fd488d6cf33"
4-
#@ galoy_trigger_image_digest = "sha256@57abba15e308f0000d0cf4c6968d80fb0921a1108bf2b4f03d06d11fb26bbe5d"
5-
#@ mongodb_migrate_image_digest = "sha256@09fbd2cc4968b59cd2d8a4d9029ffd19ae6962d2cb166870c69d45faf5f517ac"
3+
#@ galoy_api_image_digest = "sha256@8154ac7e86f2f3600e449a4dc0c0230d92e968f7aa3f27ee2c9094f4fef2fd2b"
4+
#@ galoy_trigger_image_digest = "sha256@af188ae9ff7a1837b1780ef7f95a6170d6779836648043559c84392b7612df24"
5+
#@ mongodb_migrate_image_digest = "sha256@1d23e5f7af3525f3efbc0cacf046f8137227c54f63ffbb17f9ac2be9805d81fc"
66
#@ galoy_notifications_image_digest = "sha256@da8253b3852782d228d3439185121ffc278bd1a9c0d2e6458ca8fc9db9c75b06"
77

88
#@ core_env = [

quickstart/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:ae5c3fcad349f00c0797044e25d7d0798b5659d7af5ebded99911fd488d6cf33
101+
image: us.gcr.io/galoy-org/galoy-api@sha256:8154ac7e86f2f3600e449a4dc0c0230d92e968f7aa3f27ee2c9094f4fef2fd2b
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:57abba15e308f0000d0cf4c6968d80fb0921a1108bf2b4f03d06d11fb26bbe5d
160+
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:af188ae9ff7a1837b1780ef7f95a6170d6779836648043559c84392b7612df24
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:09fbd2cc4968b59cd2d8a4d9029ffd19ae6962d2cb166870c69d45faf5f517ac
245+
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:1d23e5f7af3525f3efbc0cacf046f8137227c54f63ffbb17f9ac2be9805d81fc
246246
depends_on:
247247
- mongodb
248248
environment:

quickstart/vendir.lock.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
22
directories:
33
- contents:
44
- git:
5-
commitTitle: 'fix(core): update proxy check logic (#151)'
6-
sha: 1a5a68ea461b93666ceef015d56b125c8fc2c9f1
5+
commitTitle: 'fix(core): update proxy check risk validation (#152)'
6+
sha: bd9c232e99bf3c808369ea274d3cbd7c446e065c
77
tags:
8-
- 0.21.68-1-g1a5a68ea4
8+
- 0.21.69-1-gbd9c232e9
99
path: .
1010
path: dev
1111
- contents:
1212
- git:
13-
commitTitle: 'fix(core): update proxy check logic (#151)'
14-
sha: 1a5a68ea461b93666ceef015d56b125c8fc2c9f1
13+
commitTitle: 'fix(core): update proxy check risk validation (#152)'
14+
sha: bd9c232e99bf3c808369ea274d3cbd7c446e065c
1515
tags:
16-
- 0.21.68-1-g1a5a68ea4
16+
- 0.21.70
1717
path: schemas
1818
- git:
19-
commitTitle: 'fix(core): update proxy check logic (#151)'
20-
sha: 1a5a68ea461b93666ceef015d56b125c8fc2c9f1
19+
commitTitle: 'fix(core): update proxy check risk validation (#152)'
20+
sha: bd9c232e99bf3c808369ea274d3cbd7c446e065c
2121
tags:
22-
- 0.21.68-1-g1a5a68ea4
22+
- 0.21.70
2323
path: gql
2424
path: graphql
2525
kind: LockConfig

quickstart/vendir.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ directories:
66
- path: ./
77
git:
88
url: https://github.com/blinkbitcoin/blink.git
9-
ref: 1a5a68ea461b93666ceef015d56b125c8fc2c9f1
9+
ref: bd9c232e99bf3c808369ea274d3cbd7c446e065c
1010
includePaths:
1111
- dev/**/*
1212
excludePaths:
@@ -18,15 +18,15 @@ directories:
1818
- path: schemas/
1919
git:
2020
url: https://github.com/blinkbitcoin/blink.git
21-
ref: 1a5a68ea461b93666ceef015d56b125c8fc2c9f1
21+
ref: bd9c232e99bf3c808369ea274d3cbd7c446e065c
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/blinkbitcoin/blink.git
29-
ref: 1a5a68ea461b93666ceef015d56b125c8fc2c9f1
29+
ref: bd9c232e99bf3c808369ea274d3cbd7c446e065c
3030
includePaths:
3131
- bats/gql/**/*
3232
newRootPath: bats/gql

quickstart/vendir/values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#@data/values
22
---
3-
galoy_git_ref: 1a5a68ea461b93666ceef015d56b125c8fc2c9f1
3+
galoy_git_ref: bd9c232e99bf3c808369ea274d3cbd7c446e065c

0 commit comments

Comments
 (0)