Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@43db4b74a9a…
Browse files Browse the repository at this point in the history
…2857e60277c02ee6c3b4cefcc93a172704602ee6df20fd46f83ed
  • Loading branch information
galoybot committed Nov 13, 2023
1 parent cdf08a9 commit 682702d
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@7cb244e1ef0ef71cbc5533ffd73d03172abee088f2ac1f20978d44cb02250625"
#@ galoy_trigger_image_digest = "sha256@a5f55c2f0af4671f63fdb4b59ff2d68317d5c154fe5aeed909a0c153dd3a5d87"
#@ mongodb_migrate_image_digest = "sha256@07ca966c878473cae9e16b212646ab959373fc47473a9674993a1b325091252e"
#@ galoy_api_image_digest = "sha256@43db4b74a9a2857e60277c02ee6c3b4cefcc93a172704602ee6df20fd46f83ed"
#@ galoy_trigger_image_digest = "sha256@1a5428731a35ed7fe809e932876890d3dd6e376afe0e922aa55f40f31863db48"
#@ mongodb_migrate_image_digest = "sha256@866a7136a1542787ac790c8af8a1a76254781ef23a16a813fa21aca05d5752c1"

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:7cb244e1ef0ef71cbc5533ffd73d03172abee088f2ac1f20978d44cb02250625
image: us.gcr.io/galoy-org/galoy-api@sha256:43db4b74a9a2857e60277c02ee6c3b4cefcc93a172704602ee6df20fd46f83ed
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:a5f55c2f0af4671f63fdb4b59ff2d68317d5c154fe5aeed909a0c153dd3a5d87
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:1a5428731a35ed7fe809e932876890d3dd6e376afe0e922aa55f40f31863db48
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:07ca966c878473cae9e16b212646ab959373fc47473a9674993a1b325091252e
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:866a7136a1542787ac790c8af8a1a76254781ef23a16a813fa21aca05d5752c1
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(core): add callback protocol validation (#3531)'
sha: 1d1d1a730d63587fd10f966c6c8ce0897b795d61
commitTitle: 'docs: fix DEV ENV readme'
sha: cdf08a959b0d0f8d0243c0675e3723f1c43e0d1c
tags:
- 0.16.21-2-g1d1d1a730
- 0.16.21-4-gcdf08a959
path: ./
path: dev
- contents:
- git:
commitTitle: 'fix(core): add callback protocol validation (#3531)'
sha: 1d1d1a730d63587fd10f966c6c8ce0897b795d61
commitTitle: 'docs: fix DEV ENV readme'
sha: cdf08a959b0d0f8d0243c0675e3723f1c43e0d1c
tags:
- 0.16.21-2-g1d1d1a730
- 0.16.21-4-gcdf08a959
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'fix(core): add callback protocol validation (#3531)'
sha: 1d1d1a730d63587fd10f966c6c8ce0897b795d61
commitTitle: 'docs: fix DEV ENV readme'
sha: cdf08a959b0d0f8d0243c0675e3723f1c43e0d1c
tags:
- 0.16.21-2-g1d1d1a730
- 0.16.21-4-gcdf08a959
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: 1d1d1a730d63587fd10f966c6c8ce0897b795d61
ref: cdf08a959b0d0f8d0243c0675e3723f1c43e0d1c
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 1d1d1a730d63587fd10f966c6c8ce0897b795d61
ref: cdf08a959b0d0f8d0243c0675e3723f1c43e0d1c
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: 1d1d1a730d63587fd10f966c6c8ce0897b795d61
ref: cdf08a959b0d0f8d0243c0675e3723f1c43e0d1c
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: 1d1d1a730d63587fd10f966c6c8ce0897b795d61
galoy_git_ref: cdf08a959b0d0f8d0243c0675e3723f1c43e0d1c

0 comments on commit 682702d

Please sign in to comment.