Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@172543be9b1…
Browse files Browse the repository at this point in the history
…6407671211413e3d98bb33e381c579780155bcfb51297e6095aa5
  • Loading branch information
galoybot committed Nov 28, 2023
1 parent e68d354 commit 5f084ea
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@f12d2762b58476d01a3eb3f702d12b387c6ce3667ebd70693bbea7837912ad0c"
#@ galoy_trigger_image_digest = "sha256@28026482a114fb114a350a2a762e56df1f2cccb27255e57a2997e2de32aee32c"
#@ mongodb_migrate_image_digest = "sha256@45bfa942029362a8b270e2409cb3da280c2da5d70cf49aaabedcdff883b73d2b"
#@ galoy_api_image_digest = "sha256@172543be9b16407671211413e3d98bb33e381c579780155bcfb51297e6095aa5"
#@ galoy_trigger_image_digest = "sha256@1c68b07f3310f7c88ba0cef5be5a10919d22068c061e0a47786b4d58ba1c35d0"
#@ mongodb_migrate_image_digest = "sha256@a7e17e372888e273c3c073fc98c33e52bb7d369c5c3ef1295b1c0b35edd07d61"

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:f12d2762b58476d01a3eb3f702d12b387c6ce3667ebd70693bbea7837912ad0c
image: us.gcr.io/galoy-org/galoy-api@sha256:172543be9b16407671211413e3d98bb33e381c579780155bcfb51297e6095aa5
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:28026482a114fb114a350a2a762e56df1f2cccb27255e57a2997e2de32aee32c
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:1c68b07f3310f7c88ba0cef5be5a10919d22068c061e0a47786b4d58ba1c35d0
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:45bfa942029362a8b270e2409cb3da280c2da5d70cf49aaabedcdff883b73d2b
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:a7e17e372888e273c3c073fc98c33e52bb7d369c5c3ef1295b1c0b35edd07d61
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: make withdrawFee undefined by default (#3610)...'
sha: b7ab4f12d1baba03bf968d1ea04679b576292fc7
commitTitle: 'fix(dashboard): api expire (#3613)...'
sha: e68d354271bf25a339cf3f53ab025f28782e248d
tags:
- 0.16.69-2-gb7ab4f12d
- 0.16.70-3-ge68d35427
path: ./
path: dev
- contents:
- git:
commitTitle: 'fix: make withdrawFee undefined by default (#3610)...'
sha: b7ab4f12d1baba03bf968d1ea04679b576292fc7
commitTitle: 'fix(dashboard): api expire (#3613)...'
sha: e68d354271bf25a339cf3f53ab025f28782e248d
tags:
- 0.16.69-2-gb7ab4f12d
- 0.16.70-3-ge68d35427
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'fix: make withdrawFee undefined by default (#3610)...'
sha: b7ab4f12d1baba03bf968d1ea04679b576292fc7
commitTitle: 'fix(dashboard): api expire (#3613)...'
sha: e68d354271bf25a339cf3f53ab025f28782e248d
tags:
- 0.16.69-2-gb7ab4f12d
- 0.16.70-3-ge68d35427
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: b7ab4f12d1baba03bf968d1ea04679b576292fc7
ref: e68d354271bf25a339cf3f53ab025f28782e248d
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: b7ab4f12d1baba03bf968d1ea04679b576292fc7
ref: e68d354271bf25a339cf3f53ab025f28782e248d
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: b7ab4f12d1baba03bf968d1ea04679b576292fc7
ref: e68d354271bf25a339cf3f53ab025f28782e248d
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: b7ab4f12d1baba03bf968d1ea04679b576292fc7
galoy_git_ref: e68d354271bf25a339cf3f53ab025f28782e248d

0 comments on commit 5f084ea

Please sign in to comment.