Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@7104eadc46a…
Browse files Browse the repository at this point in the history
…8246384518312a68c0aaf475e535f7b5a7d1a56a3c6ae3e01ded9
  • Loading branch information
galoybot committed Oct 24, 2024
1 parent 9ba4832 commit cae4aa5
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 22 deletions.
14 changes: 13 additions & 1 deletion quickstart/dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ local_resource(
resource_deps = [
"apollo-router",
"hydra",
"kratos",
"api",
"hydra-consent-test-client",
],
Expand Down Expand Up @@ -520,6 +521,7 @@ local_resource(
"oathkeeper",
"svix",
"notifications",
"stablesats",
]
)

Expand Down Expand Up @@ -654,6 +656,7 @@ local_resource(

local_resource(
name="setup-voucher",
labels = ["test"],
cmd="buck2 run //dev:setup-voucher-escrow",
allow_parallel=False,
auto_init=run_apps,
Expand All @@ -680,6 +683,9 @@ local_resource(
)

docker_groups = {
"apps": [
"voucher-pg",
],
"auth": [
"api-keys-pg",
"oathkeeper",
Expand All @@ -705,6 +711,8 @@ docker_groups = {
"bria",
"bria-pg",
"bitcoind",
"fulcrum",
"bitcoind-signer",
],
"integration": [
"lnd-outside-1",
Expand Down Expand Up @@ -743,6 +751,8 @@ for service in docker_groups["bitcoin"]:
dc_resource(service, labels = ["bitcoin"])
for service in docker_groups["tracing"]:
dc_resource(service, labels = ["tracing"])
for service in docker_groups["apps"]:
dc_resource(service, labels = ["apps"])
for service in docker_groups["core"]:
dc_resource(service, labels = ["core"])
for service in docker_groups["auth"]:
Expand All @@ -758,7 +768,9 @@ local_resource(
labels = ["test"],
auto_init = is_ci and CORE_TEST_LABEL in cfg.get("test", []),
cmd = "buck2 test {}".format(api_test_target),
resource_deps = [res for sublist in docker_groups.values() for res in sublist] + ["notifications"]
resource_deps = [
"api",
]
)

local_resource(
Expand Down
8 changes: 4 additions & 4 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#@ load("@ytt:data", "data")

#@ galoy_api_image_digest = "sha256@ab462995b2ee3f575a39617a275f7a543d678c172d1939a50f0aa45d29e7d43a"
#@ galoy_trigger_image_digest = "sha256@a06b44f9e042c081e742b2b48425e59db36673ffbdd60b3925e5a6a194b1464c"
#@ mongodb_migrate_image_digest = "sha256@8a126763981c41536970acb4f8e6f6baec8a14d4b07a8d0c38e3db37e54c94e8"
#@ galoy_notifications_image_digest = "sha256@85a1376e374bf1524fd44e610615fdadbb74a75d9397152859155aed24d658f1"
#@ galoy_api_image_digest = "sha256@7104eadc46a8246384518312a68c0aaf475e535f7b5a7d1a56a3c6ae3e01ded9"
#@ galoy_trigger_image_digest = "sha256@af4f233f9b0bd8d7093b839805d8271df8bb214c8fe4296825ddb2c96c5d7a7f"
#@ mongodb_migrate_image_digest = "sha256@42206e0611c5dcac036142f23493c9b5ab27346ec95687843f77fc9629360b02"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ core_env = [
#@ "HELMREVISION=dev",
Expand Down
8 changes: 4 additions & 4 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=hydra
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:ab462995b2ee3f575a39617a275f7a543d678c172d1939a50f0aa45d29e7d43a
image: us.gcr.io/galoy-org/galoy-api@sha256:7104eadc46a8246384518312a68c0aaf475e535f7b5a7d1a56a3c6ae3e01ded9
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:a06b44f9e042c081e742b2b48425e59db36673ffbdd60b3925e5a6a194b1464c
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:af4f233f9b0bd8d7093b839805d8271df8bb214c8fe4296825ddb2c96c5d7a7f
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -213,7 +213,7 @@ services:
- bria
- mongodb
notifications:
image: us.gcr.io/galoy-org/galoy-notifications@sha256:85a1376e374bf1524fd44e610615fdadbb74a75d9397152859155aed24d658f1
image: us.gcr.io/galoy-org/galoy-notifications@sha256:71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205
environment:
- PG_CON=postgres://user:password@notifications-pg:5432/pg
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318
Expand Down Expand Up @@ -254,7 +254,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:8a126763981c41536970acb4f8e6f6baec8a14d4b07a8d0c38e3db37e54c94e8
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:42206e0611c5dcac036142f23493c9b5ab27346ec95687843f77fc9629360b02
depends_on:
- mongodb
environment:
Expand Down
18 changes: 9 additions & 9 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: bump deps (#4616)...'
sha: ef77a566576cced6e91e8dc84547d23f25170e4d
commitTitle: 'test(apps): fix dashboard/voucher/consent tests (#4627)...'
sha: 9ba48328ca6512aae7a6607343082628ea1d9c47
tags:
- 0.20.228-2-gef77a5665
- 0.20.229-6-g9ba48328c
path: .
path: dev
- contents:
- git:
commitTitle: 'chore: bump deps (#4616)...'
sha: ef77a566576cced6e91e8dc84547d23f25170e4d
commitTitle: 'test(apps): fix dashboard/voucher/consent tests (#4627)...'
sha: 9ba48328ca6512aae7a6607343082628ea1d9c47
tags:
- 0.20.228-2-gef77a5665
- 0.20.229-6-g9ba48328c
path: schemas
- git:
commitTitle: 'chore: bump deps (#4616)...'
sha: ef77a566576cced6e91e8dc84547d23f25170e4d
commitTitle: 'test(apps): fix dashboard/voucher/consent tests (#4627)...'
sha: 9ba48328ca6512aae7a6607343082628ea1d9c47
tags:
- 0.20.228-2-gef77a5665
- 0.20.229-6-g9ba48328c
path: gql
path: graphql
kind: LockConfig
6 changes: 3 additions & 3 deletions quickstart/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: ef77a566576cced6e91e8dc84547d23f25170e4d
ref: 9ba48328ca6512aae7a6607343082628ea1d9c47
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: ef77a566576cced6e91e8dc84547d23f25170e4d
ref: 9ba48328ca6512aae7a6607343082628ea1d9c47
includePaths:
- core/api/src/graphql/public/schema.graphql
- core/api/src/graphql/admin/schema.graphql
newRootPath: core/api/src/graphql
- path: gql/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: ef77a566576cced6e91e8dc84547d23f25170e4d
ref: 9ba48328ca6512aae7a6607343082628ea1d9c47
includePaths:
- bats/gql/**/*
newRootPath: bats/gql
2 changes: 1 addition & 1 deletion quickstart/vendir/values.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@data/values
---
galoy_git_ref: ef77a566576cced6e91e8dc84547d23f25170e4d
galoy_git_ref: 9ba48328ca6512aae7a6607343082628ea1d9c47

0 comments on commit cae4aa5

Please sign in to comment.