Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@730f229cf5d…
Browse files Browse the repository at this point in the history
…5e2e7972120d6e00e5eb42d5f855133f5aa4d8a907f62da326335
  • Loading branch information
galoybot committed Nov 30, 2023
1 parent c44f77f commit 16e01b6
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@03ccfaa959bd2ef76bb6b2b880b1e0ac85ea2e52d780ec8b76b225bcc17d8a79"
#@ galoy_trigger_image_digest = "sha256@6c63c87dd6efe141d8d133c9d8991834ee20a98b2bb45b0c0ef007a76c0ad06d"
#@ mongodb_migrate_image_digest = "sha256@b914e8f464a39f4998416d1c8ae2e422b044c218b8ad8fa1e9b60fc8881b2398"
#@ galoy_api_image_digest = "sha256@730f229cf5d5e2e7972120d6e00e5eb42d5f855133f5aa4d8a907f62da326335"
#@ galoy_trigger_image_digest = "sha256@1266994b34e49ed1f4a2ed65d778428566e5e07b7e16f544a92d3517516b9216"
#@ mongodb_migrate_image_digest = "sha256@b69886d098309db8822f78fe150de5f39b42227559ef14f04c8cc155eaedb5ad"

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:03ccfaa959bd2ef76bb6b2b880b1e0ac85ea2e52d780ec8b76b225bcc17d8a79
image: us.gcr.io/galoy-org/galoy-api@sha256:730f229cf5d5e2e7972120d6e00e5eb42d5f855133f5aa4d8a907f62da326335
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:6c63c87dd6efe141d8d133c9d8991834ee20a98b2bb45b0c0ef007a76c0ad06d
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:1266994b34e49ed1f4a2ed65d778428566e5e07b7e16f544a92d3517516b9216
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:b914e8f464a39f4998416d1c8ae2e422b044c218b8ad8fa1e9b60fc8881b2398
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:b69886d098309db8822f78fe150de5f39b42227559ef14f04c8cc155eaedb5ad
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: 'chore(core): enforce non-negative ''volumeRemaining'' (#3628)'
sha: a97b03b4650d94f89d86c86b834f5465fe879027
commitTitle: 'chore: bump deps (#3578)'
sha: c44f77f3dd1a8b7ea444a7a40282e32e8c6c656a
tags:
- 0.16.76-1-ga97b03b46
- 0.16.78-1-gc44f77f3d
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore(core): enforce non-negative ''volumeRemaining'' (#3628)'
sha: a97b03b4650d94f89d86c86b834f5465fe879027
commitTitle: 'chore: bump deps (#3578)'
sha: c44f77f3dd1a8b7ea444a7a40282e32e8c6c656a
tags:
- 0.16.76-1-ga97b03b46
- 0.16.78-1-gc44f77f3d
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore(core): enforce non-negative ''volumeRemaining'' (#3628)'
sha: a97b03b4650d94f89d86c86b834f5465fe879027
commitTitle: 'chore: bump deps (#3578)'
sha: c44f77f3dd1a8b7ea444a7a40282e32e8c6c656a
tags:
- 0.16.76-1-ga97b03b46
- 0.16.78-1-gc44f77f3d
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: a97b03b4650d94f89d86c86b834f5465fe879027
ref: c44f77f3dd1a8b7ea444a7a40282e32e8c6c656a
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a97b03b4650d94f89d86c86b834f5465fe879027
ref: c44f77f3dd1a8b7ea444a7a40282e32e8c6c656a
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: a97b03b4650d94f89d86c86b834f5465fe879027
ref: c44f77f3dd1a8b7ea444a7a40282e32e8c6c656a
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: a97b03b4650d94f89d86c86b834f5465fe879027
galoy_git_ref: c44f77f3dd1a8b7ea444a7a40282e32e8c6c656a

0 comments on commit 16e01b6

Please sign in to comment.