Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@5f3f204fae6…
Browse files Browse the repository at this point in the history
…9abf3f4aef03514b8fbd3df962b424c8713d400fe9940dc54ce06
  • Loading branch information
galoybot committed Dec 8, 2023
1 parent 6934227 commit edacbb8
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@7e7e563ae6f2131d1afb8263a296da65cc9b617069f95ce39ab90f39abed085f"
#@ galoy_trigger_image_digest = "sha256@fa6d7c6985bc77c88e56a24a5094cb2a67123ffc051d506fb5c70e7ad4d1589f"
#@ mongodb_migrate_image_digest = "sha256@9e7bddfae73d06a78f513e05304113360b4e8f8d836aacbfa153babfe4779fa3"
#@ galoy_api_image_digest = "sha256@5f3f204fae69abf3f4aef03514b8fbd3df962b424c8713d400fe9940dc54ce06"
#@ galoy_trigger_image_digest = "sha256@f855e4ad437e5554f277390e18a3f15f0f562d4b3b194ccd2a0d254c3da540c0"
#@ mongodb_migrate_image_digest = "sha256@4ad1b51cbc0db13433a15ee10a6f3c6934b5656f4f56044733ef5636514d66af"

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:7e7e563ae6f2131d1afb8263a296da65cc9b617069f95ce39ab90f39abed085f
image: us.gcr.io/galoy-org/galoy-api@sha256:5f3f204fae69abf3f4aef03514b8fbd3df962b424c8713d400fe9940dc54ce06
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:fa6d7c6985bc77c88e56a24a5094cb2a67123ffc051d506fb5c70e7ad4d1589f
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:f855e4ad437e5554f277390e18a3f15f0f562d4b3b194ccd2a0d254c3da540c0
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:9e7bddfae73d06a78f513e05304113360b4e8f8d836aacbfa153babfe4779fa3
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:4ad1b51cbc0db13433a15ee10a6f3c6934b5656f4f56044733ef5636514d66af
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: bump deps (#3670)...'
sha: cee15469755f35e0c5a9c9d6929ecf6d9d80cf14
commitTitle: 'fix(pay): include .well-known folder in build (#3679)'
sha: 6934227ed5b4b04117225e0a0fb63cc64039f261
tags:
- 0.17.7-3-gcee154697
- 0.17.8-1-g6934227ed
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: bump deps (#3670)...'
sha: cee15469755f35e0c5a9c9d6929ecf6d9d80cf14
commitTitle: 'fix(pay): include .well-known folder in build (#3679)'
sha: 6934227ed5b4b04117225e0a0fb63cc64039f261
tags:
- 0.17.7-3-gcee154697
- 0.17.8-1-g6934227ed
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: bump deps (#3670)...'
sha: cee15469755f35e0c5a9c9d6929ecf6d9d80cf14
commitTitle: 'fix(pay): include .well-known folder in build (#3679)'
sha: 6934227ed5b4b04117225e0a0fb63cc64039f261
tags:
- 0.17.7-3-gcee154697
- 0.17.8-1-g6934227ed
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: cee15469755f35e0c5a9c9d6929ecf6d9d80cf14
ref: 6934227ed5b4b04117225e0a0fb63cc64039f261
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: cee15469755f35e0c5a9c9d6929ecf6d9d80cf14
ref: 6934227ed5b4b04117225e0a0fb63cc64039f261
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: cee15469755f35e0c5a9c9d6929ecf6d9d80cf14
ref: 6934227ed5b4b04117225e0a0fb63cc64039f261
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: cee15469755f35e0c5a9c9d6929ecf6d9d80cf14
galoy_git_ref: 6934227ed5b4b04117225e0a0fb63cc64039f261

0 comments on commit edacbb8

Please sign in to comment.