Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@264928f60ae…
Browse files Browse the repository at this point in the history
…20f861e6c322a47d180da90ab4d787b0e6944c5d4798629a3ab5d
  • Loading branch information
galoybot authored and git committed Jan 9, 2024
1 parent 493a045 commit a3bb491
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#@ load("@ytt:data", "data")

#@ galoy_api_image_digest = "sha256@26f506e7af4f27137484747b8d269333606242c354d280eeea1bed63187a9fb7"
#@ galoy_trigger_image_digest = "sha256@74ac0e1d206f2801653efca363bd885d42fbb12bb3f465d425eae701cd62690e"
#@ mongodb_migrate_image_digest = "sha256@0a3b0e36e1699a7225871189fadb1251daddbb48f8f6d32bda5b878cacf07824"
#@ galoy_api_image_digest = "sha256@264928f60ae20f861e6c322a47d180da90ab4d787b0e6944c5d4798629a3ab5d"
#@ galoy_trigger_image_digest = "sha256@1855532d715745ea401f1ff4f4970641a68424a0625cfae61b6c67c7e49cce65"
#@ mongodb_migrate_image_digest = "sha256@9f7570aa18c924862a2c24ddf0692c0a486d91613a21f474849da1c089c348cc"

version: #@ data.values.version
services:
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
ports:
- 5434:5432
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:26f506e7af4f27137484747b8d269333606242c354d280eeea1bed63187a9fb7
image: us.gcr.io/galoy-org/galoy-api@sha256:264928f60ae20f861e6c322a47d180da90ab4d787b0e6944c5d4798629a3ab5d
env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy
depends_on:
- trigger
Expand All @@ -115,7 +115,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:74ac0e1d206f2801653efca363bd885d42fbb12bb3f465d425eae701cd62690e
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:1855532d715745ea401f1ff4f4970641a68424a0625cfae61b6c67c7e49cce65
env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy
depends_on:
- lnd1
Expand All @@ -136,7 +136,7 @@ services:
- MONGODB_ADVERTISED_HOSTNAME=127.0.0.1
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:0a3b0e36e1699a7225871189fadb1251daddbb48f8f6d32bda5b878cacf07824
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:9f7570aa18c924862a2c24ddf0692c0a486d91613a21f474849da1c089c348cc
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,26 +2,26 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'ci: add rust buck tests (#3803)...'
sha: cf2996c227da3d6feeca33dd2f369fb776bb77c6
commitTitle: 'test(core): move invoices bats tests (#3800)'
sha: 4afff9ada2c07bf8e5d25c0388632b3e8562bfdd
tags:
- 0.19.27-1-gcf2996c22
- 0.19.28-3-g4afff9ada
path: ./
path: dev
- contents:
- git:
commitTitle: 'ci: add rust buck tests (#3803)...'
sha: cf2996c227da3d6feeca33dd2f369fb776bb77c6
commitTitle: 'test(core): move invoices bats tests (#3800)'
sha: 4afff9ada2c07bf8e5d25c0388632b3e8562bfdd
tags:
- 0.19.27-1-gcf2996c22
- 0.19.28-3-g4afff9ada
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'ci: add rust buck tests (#3803)...'
sha: cf2996c227da3d6feeca33dd2f369fb776bb77c6
commitTitle: 'test(core): move invoices bats tests (#3800)'
sha: 4afff9ada2c07bf8e5d25c0388632b3e8562bfdd
tags:
- 0.19.27-1-gcf2996c22
- 0.19.28-3-g4afff9ada
path: ./
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: cf2996c227da3d6feeca33dd2f369fb776bb77c6
ref: 4afff9ada2c07bf8e5d25c0388632b3e8562bfdd
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: cf2996c227da3d6feeca33dd2f369fb776bb77c6
ref: 4afff9ada2c07bf8e5d25c0388632b3e8562bfdd
includePaths:
- core/api/dev/**/*
- core/api/test/bats/bitcoind_signer_descriptors.json
Expand All @@ -36,7 +36,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: cf2996c227da3d6feeca33dd2f369fb776bb77c6
ref: 4afff9ada2c07bf8e5d25c0388632b3e8562bfdd
includePaths:
- core/api/src/graphql/public/schema.graphql
- core/api/src/graphql/admin/schema.graphql
Expand Down
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: cf2996c227da3d6feeca33dd2f369fb776bb77c6
galoy_git_ref: 4afff9ada2c07bf8e5d25c0388632b3e8562bfdd

0 comments on commit a3bb491

Please sign in to comment.