Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@2438fe84d5e…
Browse files Browse the repository at this point in the history
…5523af3da563b9456afaf1406eb9372371eb9a6017609897cca97
  • Loading branch information
galoybot committed Dec 29, 2023
1 parent dd9c561 commit 80c0535
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@1d9b0ac26914f0aeb5fc588cdf87f8fd23bb867eeee1891f808d8204c3a66250"
#@ galoy_trigger_image_digest = "sha256@afcc415889c959de4bd8d55ab48db60760ec354869b48fd6453ba588b4eb4322"
#@ mongodb_migrate_image_digest = "sha256@8ca0e9e8ca6b27cad7942a53dcb5d0e2898008b6f69ed6282a1062b0631572e2"
#@ galoy_api_image_digest = "sha256@2438fe84d5e5523af3da563b9456afaf1406eb9372371eb9a6017609897cca97"
#@ galoy_trigger_image_digest = "sha256@2525cadb5fb734ae4cff8625cf3dd0a313073bb650f2d6f67a8a7f50c84abdf8"
#@ mongodb_migrate_image_digest = "sha256@6394fc3ebdbf47e2b7c68af32407397d578eccccf7246a6c077a4e96594dcbdb"

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:1d9b0ac26914f0aeb5fc588cdf87f8fd23bb867eeee1891f808d8204c3a66250
image: us.gcr.io/galoy-org/galoy-api@sha256:2438fe84d5e5523af3da563b9456afaf1406eb9372371eb9a6017609897cca97
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:afcc415889c959de4bd8d55ab48db60760ec354869b48fd6453ba588b4eb4322
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:2525cadb5fb734ae4cff8625cf3dd0a313073bb650f2d6f67a8a7f50c84abdf8
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:8ca0e9e8ca6b27cad7942a53dcb5d0e2898008b6f69ed6282a1062b0631572e2
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:6394fc3ebdbf47e2b7c68af32407397d578eccccf7246a6c077a4e96594dcbdb
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: check if ''lineTypeIntelligence'' property exists (#3758)'
sha: 3eb3ed36200b80967c884463fb10fbaffda353b7
commitTitle: 'fix: using the right timing for the quizzes (#3763)'
sha: dd9c56187e00c12d966616ab52851cfd8eb0d3d8
tags:
- 0.19.11-4-g3eb3ed362
- 0.19.13-1-gdd9c56187
path: ./
path: dev
- contents:
- git:
commitTitle: 'fix: check if ''lineTypeIntelligence'' property exists (#3758)'
sha: 3eb3ed36200b80967c884463fb10fbaffda353b7
commitTitle: 'fix: using the right timing for the quizzes (#3763)'
sha: dd9c56187e00c12d966616ab52851cfd8eb0d3d8
tags:
- 0.19.11-4-g3eb3ed362
- 0.19.13-1-gdd9c56187
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'fix: check if ''lineTypeIntelligence'' property exists (#3758)'
sha: 3eb3ed36200b80967c884463fb10fbaffda353b7
commitTitle: 'fix: using the right timing for the quizzes (#3763)'
sha: dd9c56187e00c12d966616ab52851cfd8eb0d3d8
tags:
- 0.19.11-4-g3eb3ed362
- 0.19.14
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: 3eb3ed36200b80967c884463fb10fbaffda353b7
ref: dd9c56187e00c12d966616ab52851cfd8eb0d3d8
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 3eb3ed36200b80967c884463fb10fbaffda353b7
ref: dd9c56187e00c12d966616ab52851cfd8eb0d3d8
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: 3eb3ed36200b80967c884463fb10fbaffda353b7
ref: dd9c56187e00c12d966616ab52851cfd8eb0d3d8
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: 3eb3ed36200b80967c884463fb10fbaffda353b7
galoy_git_ref: dd9c56187e00c12d966616ab52851cfd8eb0d3d8

0 comments on commit 80c0535

Please sign in to comment.