Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@3f0807102b6…
Browse files Browse the repository at this point in the history
…5b96dfcade491484896bd08ab6421dcea970c6a64b8db592a98ed
  • Loading branch information
galoybot committed Dec 21, 2023
1 parent acfcd79 commit 035ec24
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@b836ee88c2479debda71660217d83702b360510cf8c946fb6bb0fb917e2010cd"
#@ galoy_trigger_image_digest = "sha256@141956fde63f6a24f3b109d3942fa1adbbad3045c67016088bca9e6734512403"
#@ mongodb_migrate_image_digest = "sha256@af1ba87662c7300ec7df5687d2eac32f6db6f18e6537df5b1ec9fac1632fde05"
#@ galoy_api_image_digest = "sha256@3f0807102b65b96dfcade491484896bd08ab6421dcea970c6a64b8db592a98ed"
#@ galoy_trigger_image_digest = "sha256@c82f11d53007229f90de3e053eb4892b50e66d0729a0e64ddf68ee6d0175942b"
#@ mongodb_migrate_image_digest = "sha256@cc7f25b77c495abefbf519e7418819a6276ae06d273a401e0748ebfb4e769b34"

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:b836ee88c2479debda71660217d83702b360510cf8c946fb6bb0fb917e2010cd
image: us.gcr.io/galoy-org/galoy-api@sha256:3f0807102b65b96dfcade491484896bd08ab6421dcea970c6a64b8db592a98ed
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:141956fde63f6a24f3b109d3942fa1adbbad3045c67016088bca9e6734512403
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:c82f11d53007229f90de3e053eb4892b50e66d0729a0e64ddf68ee6d0175942b
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:af1ba87662c7300ec7df5687d2eac32f6db6f18e6537df5b1ec9fac1632fde05
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:cc7f25b77c495abefbf519e7418819a6276ae06d273a401e0748ebfb4e769b34
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: update yaml (#3738)...'
sha: 51df627f4f74d250930f4d33ea2abefa2f10db79
commitTitle: 'chore!: refactoring quiz for it to be time based (#3732)...'
sha: acfcd79ff54e19a802d1bd21f969fd366e2c451b
tags:
- 0.18.28-3-g51df627f4
- 0.18.29-1-gacfcd79ff
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: update yaml (#3738)...'
sha: 51df627f4f74d250930f4d33ea2abefa2f10db79
commitTitle: 'chore!: refactoring quiz for it to be time based (#3732)...'
sha: acfcd79ff54e19a802d1bd21f969fd366e2c451b
tags:
- 0.18.28-3-g51df627f4
- 0.18.29-1-gacfcd79ff
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: update yaml (#3738)...'
sha: 51df627f4f74d250930f4d33ea2abefa2f10db79
commitTitle: 'chore!: refactoring quiz for it to be time based (#3732)...'
sha: acfcd79ff54e19a802d1bd21f969fd366e2c451b
tags:
- 0.18.28-3-g51df627f4
- 0.18.29-1-gacfcd79ff
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: 51df627f4f74d250930f4d33ea2abefa2f10db79
ref: acfcd79ff54e19a802d1bd21f969fd366e2c451b
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 51df627f4f74d250930f4d33ea2abefa2f10db79
ref: acfcd79ff54e19a802d1bd21f969fd366e2c451b
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: 51df627f4f74d250930f4d33ea2abefa2f10db79
ref: acfcd79ff54e19a802d1bd21f969fd366e2c451b
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: 51df627f4f74d250930f4d33ea2abefa2f10db79
galoy_git_ref: acfcd79ff54e19a802d1bd21f969fd366e2c451b

0 comments on commit 035ec24

Please sign in to comment.