Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@b7d05320920…
Browse files Browse the repository at this point in the history
…d4ee384c9bbaee1cbf8d4072fbf723cf1056aeec48d6d71e70e6c
  • Loading branch information
galoybot committed Jan 11, 2024
1 parent 9252eaf commit 694193b
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@0867693c21d6dcfbe984bf93c0304e2cb754d7d45a4fe45dca73c29f29719e69"
#@ galoy_trigger_image_digest = "sha256@bdab8b33d06bd45fc20f5e94d16d5c08d8b2399e867277f76ac1b15a86b6448f"
#@ mongodb_migrate_image_digest = "sha256@fd421035f70bb80c26f69ef24437467fba47b460e23dea420c6c53f8e3af536c"
#@ galoy_api_image_digest = "sha256@b7d05320920d4ee384c9bbaee1cbf8d4072fbf723cf1056aeec48d6d71e70e6c"
#@ galoy_trigger_image_digest = "sha256@b36a116bbdc771dd94922eefc32ab01ac10dcfb6dcde9f5082d2320af2bd4d43"
#@ mongodb_migrate_image_digest = "sha256@00a6446ced8408eeef638a718df11f3a7a41688d40da743f52d3867ac06c5d9f"

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:0867693c21d6dcfbe984bf93c0304e2cb754d7d45a4fe45dca73c29f29719e69
image: us.gcr.io/galoy-org/galoy-api@sha256:b7d05320920d4ee384c9bbaee1cbf8d4072fbf723cf1056aeec48d6d71e70e6c
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:bdab8b33d06bd45fc20f5e94d16d5c08d8b2399e867277f76ac1b15a86b6448f
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:b36a116bbdc771dd94922eefc32ab01ac10dcfb6dcde9f5082d2320af2bd4d43
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:fd421035f70bb80c26f69ef24437467fba47b460e23dea420c6c53f8e3af536c
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:00a6446ced8408eeef638a718df11f3a7a41688d40da743f52d3867ac06c5d9f
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: 'build(ci): add lnd2 to tilt bitcoin group (#3819)'
sha: e9d1ab47e7ff663f759a7dea8a3528bf5c77dfc0
commitTitle: 'revert(core): move lnd-health integration tests (#3820)...'
sha: 9252eaf2a081015be97d039386566016c1abb2f9
tags:
- 0.19.38-7-ge9d1ab47e
- 0.19.38-9-g9252eaf2a
path: ./
path: dev
- contents:
- git:
commitTitle: 'build(ci): add lnd2 to tilt bitcoin group (#3819)'
sha: e9d1ab47e7ff663f759a7dea8a3528bf5c77dfc0
commitTitle: 'revert(core): move lnd-health integration tests (#3820)...'
sha: 9252eaf2a081015be97d039386566016c1abb2f9
tags:
- 0.19.38-7-ge9d1ab47e
- 0.19.38-9-g9252eaf2a
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'build(ci): add lnd2 to tilt bitcoin group (#3819)'
sha: e9d1ab47e7ff663f759a7dea8a3528bf5c77dfc0
commitTitle: 'revert(core): move lnd-health integration tests (#3820)...'
sha: 9252eaf2a081015be97d039386566016c1abb2f9
tags:
- 0.19.38-7-ge9d1ab47e
- 0.19.38-9-g9252eaf2a
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: e9d1ab47e7ff663f759a7dea8a3528bf5c77dfc0
ref: 9252eaf2a081015be97d039386566016c1abb2f9
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: e9d1ab47e7ff663f759a7dea8a3528bf5c77dfc0
ref: 9252eaf2a081015be97d039386566016c1abb2f9
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: e9d1ab47e7ff663f759a7dea8a3528bf5c77dfc0
ref: 9252eaf2a081015be97d039386566016c1abb2f9
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: e9d1ab47e7ff663f759a7dea8a3528bf5c77dfc0
galoy_git_ref: 9252eaf2a081015be97d039386566016c1abb2f9

0 comments on commit 694193b

Please sign in to comment.