Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@16652e68206…
Browse files Browse the repository at this point in the history
…408ec3545104641696e494e67ebbecbbc8afdb5e9a0cd4159f202
  • Loading branch information
galoybot committed Nov 29, 2023
1 parent 6e1db8f commit b695d2f
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@1f7770b7b86087f24ab52153ccfaad2dec9a11af3f3c0224823a808ca718d311"
#@ galoy_trigger_image_digest = "sha256@da5f2b3708713bc148ef025755df5201f6cf6b80b1828f22ad17ac1bdc0bca83"
#@ mongodb_migrate_image_digest = "sha256@cbcf50030bc2e6da2403983fe73c26709c89a622eafa4133cce248a112f149cc"
#@ galoy_api_image_digest = "sha256@16652e68206408ec3545104641696e494e67ebbecbbc8afdb5e9a0cd4159f202"
#@ galoy_trigger_image_digest = "sha256@d9bbb1c859fe2aecb010972b797bc5ed16392ef6d88b87c8bd8982ad4cad5fff"
#@ mongodb_migrate_image_digest = "sha256@9341eaa0e3000297669ef28f11781ee5a20de9753940463c7f3d84f35c38e20f"

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:1f7770b7b86087f24ab52153ccfaad2dec9a11af3f3c0224823a808ca718d311
image: us.gcr.io/galoy-org/galoy-api@sha256:16652e68206408ec3545104641696e494e67ebbecbbc8afdb5e9a0cd4159f202
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:da5f2b3708713bc148ef025755df5201f6cf6b80b1828f22ad17ac1bdc0bca83
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:d9bbb1c859fe2aecb010972b797bc5ed16392ef6d88b87c8bd8982ad4cad5fff
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:cbcf50030bc2e6da2403983fe73c26709c89a622eafa4133cce248a112f149cc
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:9341eaa0e3000297669ef28f11781ee5a20de9753940463c7f3d84f35c38e20f
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(deps): bump bria-api proto (#3624)...'
sha: 7fa3a4dc8ea3ee146128f977f66deefb1e43cfaf
commitTitle: 'test(core): move bria handler test to new integration setup (#3627)...'
sha: 6e1db8f6e7ebf55bfa162d84a5303eafaafe6845
tags:
- 0.16.74-5-g7fa3a4dc8
- 0.16.75-2-g6e1db8f6e
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore(deps): bump bria-api proto (#3624)...'
sha: 7fa3a4dc8ea3ee146128f977f66deefb1e43cfaf
commitTitle: 'test(core): move bria handler test to new integration setup (#3627)...'
sha: 6e1db8f6e7ebf55bfa162d84a5303eafaafe6845
tags:
- 0.16.74-5-g7fa3a4dc8
- 0.16.75-2-g6e1db8f6e
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore(deps): bump bria-api proto (#3624)...'
sha: 7fa3a4dc8ea3ee146128f977f66deefb1e43cfaf
commitTitle: 'test(core): move bria handler test to new integration setup (#3627)...'
sha: 6e1db8f6e7ebf55bfa162d84a5303eafaafe6845
tags:
- 0.16.74-5-g7fa3a4dc8
- 0.16.75-2-g6e1db8f6e
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: 7fa3a4dc8ea3ee146128f977f66deefb1e43cfaf
ref: 6e1db8f6e7ebf55bfa162d84a5303eafaafe6845
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 7fa3a4dc8ea3ee146128f977f66deefb1e43cfaf
ref: 6e1db8f6e7ebf55bfa162d84a5303eafaafe6845
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: 7fa3a4dc8ea3ee146128f977f66deefb1e43cfaf
ref: 6e1db8f6e7ebf55bfa162d84a5303eafaafe6845
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: 7fa3a4dc8ea3ee146128f977f66deefb1e43cfaf
galoy_git_ref: 6e1db8f6e7ebf55bfa162d84a5303eafaafe6845

0 comments on commit b695d2f

Please sign in to comment.