Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@105df400e42…
Browse files Browse the repository at this point in the history
…9cb37d7c38064985a9aff2b8370019f46e8811dc5f2a85bf8fed5
  • Loading branch information
galoybot committed May 8, 2024
1 parent c5bfefa commit 349a128
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 22 deletions.
3 changes: 2 additions & 1 deletion quickstart/dev/core-bundle/serve-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@

"SVIX_SECRET": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2OTE2NzIwMTQsImV4cCI6MjAwNzAzMjAxNCwibmJmIjoxNjkxNjcyMDE0LCJpc3MiOiJzdml4LXNlcnZlciIsInN1YiI6Im9yZ18yM3JiOFlkR3FNVDBxSXpwZ0d3ZFhmSGlyTXUifQ.b9s0aWSisNdUNki4edabBEToLNSwjC9-AiJQr4J3y4E",
"SVIX_ENDPOINT": "http://localhost:8071",
"EXPORTER_PORT": "3003"
"EXPORTER_PORT": "3003",
"EXPORTER_ASSETS_LIABILITIES_DELAY_SECS": "0"
}
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@1bca1f22f77168daf21a3185a224b14d76cbf1e804b64f3517e7a21272bec79f"
#@ galoy_trigger_image_digest = "sha256@d180f6e41cbd46b97adca17dec0dfc552907aa272e2034026c908f8327cc54b9"
#@ mongodb_migrate_image_digest = "sha256@cc218f4c90592deed5456d7aab222412ed48007bc9641bc7a1bdb558f160e186"
#@ galoy_notifications_image_digest = "sha256@f9fbc4b23c3a77bcafd74cb26efa7891f32d2a500cc9ced1fecb23b10c9f55ee"
#@ galoy_api_image_digest = "sha256@105df400e429cb37d7c38064985a9aff2b8370019f46e8811dc5f2a85bf8fed5"
#@ galoy_trigger_image_digest = "sha256@17b59fff22e5e73e3a90b50801e45833323347c737c4458afc26970effc52166"
#@ mongodb_migrate_image_digest = "sha256@955dafbc5f310eb0be5fc9323381429d5a014a81f1948e020310c8aaa9360528"
#@ galoy_notifications_image_digest = "sha256@e6eab54a118b666886121c6fbb6e6e346599912635590d21d42915de4f511a74"

#@ 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:1bca1f22f77168daf21a3185a224b14d76cbf1e804b64f3517e7a21272bec79f
image: us.gcr.io/galoy-org/galoy-api@sha256:105df400e429cb37d7c38064985a9aff2b8370019f46e8811dc5f2a85bf8fed5
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:d180f6e41cbd46b97adca17dec0dfc552907aa272e2034026c908f8327cc54b9
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:17b59fff22e5e73e3a90b50801e45833323347c737c4458afc26970effc52166
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:f9fbc4b23c3a77bcafd74cb26efa7891f32d2a500cc9ced1fecb23b10c9f55ee
image: us.gcr.io/galoy-org/galoy-notifications@sha256:e6eab54a118b666886121c6fbb6e6e346599912635590d21d42915de4f511a74
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:cc218f4c90592deed5456d7aab222412ed48007bc9641bc7a1bdb558f160e186
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:955dafbc5f310eb0be5fc9323381429d5a014a81f1948e020310c8aaa9360528
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: 'feat(notifications): add notification action (#4417)...'
sha: 6f9ad59176dcfcff3699897586ef22d46798ab99
commitTitle: 'fix(core): add delay to assets vs liabilities query (#4437)...'
sha: c5bfefa5f6276f01be1e593d26e1841bb4c2e044
tags:
- 0.20.185-5-g6f9ad5917
- 0.20.186-2-gc5bfefa5f
path: .
path: dev
- contents:
- git:
commitTitle: 'feat(notifications): add notification action (#4417)...'
sha: 6f9ad59176dcfcff3699897586ef22d46798ab99
commitTitle: 'fix(core): add delay to assets vs liabilities query (#4437)...'
sha: c5bfefa5f6276f01be1e593d26e1841bb4c2e044
tags:
- 0.20.185-5-g6f9ad5917
- 0.20.186-2-gc5bfefa5f
path: schemas
- git:
commitTitle: 'feat(notifications): add notification action (#4417)...'
sha: 6f9ad59176dcfcff3699897586ef22d46798ab99
commitTitle: 'fix(core): add delay to assets vs liabilities query (#4437)...'
sha: c5bfefa5f6276f01be1e593d26e1841bb4c2e044
tags:
- 0.20.185-5-g6f9ad5917
- 0.20.186-2-gc5bfefa5f
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: 6f9ad59176dcfcff3699897586ef22d46798ab99
ref: c5bfefa5f6276f01be1e593d26e1841bb4c2e044
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 6f9ad59176dcfcff3699897586ef22d46798ab99
ref: c5bfefa5f6276f01be1e593d26e1841bb4c2e044
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: 6f9ad59176dcfcff3699897586ef22d46798ab99
ref: c5bfefa5f6276f01be1e593d26e1841bb4c2e044
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: 6f9ad59176dcfcff3699897586ef22d46798ab99
galoy_git_ref: c5bfefa5f6276f01be1e593d26e1841bb4c2e044

0 comments on commit 349a128

Please sign in to comment.