Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@2b5c449180c…
Browse files Browse the repository at this point in the history
…fcd9d1a803f02df226b9576e3a977a930e10a9e54847ecee17342
  • Loading branch information
galoybot committed Nov 28, 2023
1 parent b1fd44c commit 4a4d885
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@172543be9b16407671211413e3d98bb33e381c579780155bcfb51297e6095aa5"
#@ galoy_trigger_image_digest = "sha256@1c68b07f3310f7c88ba0cef5be5a10919d22068c061e0a47786b4d58ba1c35d0"
#@ mongodb_migrate_image_digest = "sha256@a7e17e372888e273c3c073fc98c33e52bb7d369c5c3ef1295b1c0b35edd07d61"
#@ galoy_api_image_digest = "sha256@2b5c449180cfcd9d1a803f02df226b9576e3a977a930e10a9e54847ecee17342"
#@ galoy_trigger_image_digest = "sha256@7aacee4f5cd685516ebc2e8746badee7b3200624afa880b5010fa268bfbad787"
#@ mongodb_migrate_image_digest = "sha256@029ca1ba2b5207bc5739b003b5b33d8932db4aed7e7a8aa9375f64d3c58a99a1"

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:172543be9b16407671211413e3d98bb33e381c579780155bcfb51297e6095aa5
image: us.gcr.io/galoy-org/galoy-api@sha256:2b5c449180cfcd9d1a803f02df226b9576e3a977a930e10a9e54847ecee17342
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:1c68b07f3310f7c88ba0cef5be5a10919d22068c061e0a47786b4d58ba1c35d0
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:7aacee4f5cd685516ebc2e8746badee7b3200624afa880b5010fa268bfbad787
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-app-migrate@sha256:a7e17e372888e273c3c073fc98c33e52bb7d369c5c3ef1295b1c0b35edd07d61
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:029ca1ba2b5207bc5739b003b5b33d8932db4aed7e7a8aa9375f64d3c58a99a1
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: 'fix(dashboard): api expire (#3613)...'
sha: e68d354271bf25a339cf3f53ab025f28782e248d
commitTitle: 'refactor: target tests more specifically in Tiltfile (#3615)...'
sha: b1fd44c1d2e5cf467b1b25a6aa2541817f810595
tags:
- 0.16.70-3-ge68d35427
- 0.16.71-1-gb1fd44c1d
path: ./
path: dev
- contents:
- git:
commitTitle: 'fix(dashboard): api expire (#3613)...'
sha: e68d354271bf25a339cf3f53ab025f28782e248d
commitTitle: 'refactor: target tests more specifically in Tiltfile (#3615)...'
sha: b1fd44c1d2e5cf467b1b25a6aa2541817f810595
tags:
- 0.16.70-3-ge68d35427
- 0.16.71-1-gb1fd44c1d
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'fix(dashboard): api expire (#3613)...'
sha: e68d354271bf25a339cf3f53ab025f28782e248d
commitTitle: 'refactor: target tests more specifically in Tiltfile (#3615)...'
sha: b1fd44c1d2e5cf467b1b25a6aa2541817f810595
tags:
- 0.16.70-3-ge68d35427
- 0.16.72
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: e68d354271bf25a339cf3f53ab025f28782e248d
ref: b1fd44c1d2e5cf467b1b25a6aa2541817f810595
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: e68d354271bf25a339cf3f53ab025f28782e248d
ref: b1fd44c1d2e5cf467b1b25a6aa2541817f810595
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: e68d354271bf25a339cf3f53ab025f28782e248d
ref: b1fd44c1d2e5cf467b1b25a6aa2541817f810595
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: e68d354271bf25a339cf3f53ab025f28782e248d
galoy_git_ref: b1fd44c1d2e5cf467b1b25a6aa2541817f810595

0 comments on commit 4a4d885

Please sign in to comment.