Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@ebc1f8f26c7…
Browse files Browse the repository at this point in the history
…4dedb44e543d960f969dae5014993dcf2aa94a1e2cc62e1b3af10
  • Loading branch information
galoybot committed Jan 8, 2024
1 parent bd6b666 commit 4d6f79f
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@d1c9c1029dbbf37ca1c46be7bc3d2d8f64e9aa2b02ac989acdfed54e7c9f5d4e"
#@ galoy_trigger_image_digest = "sha256@20aa7f97a55166a3b12ebdfc25922dcd1d133c424de0a27364915c5859f25bf1"
#@ mongodb_migrate_image_digest = "sha256@e0fe3a2baa5c80a90db32a4f20fabe6666519eb61e0e09d672aab9df5a804e2b"
#@ galoy_api_image_digest = "sha256@ebc1f8f26c74dedb44e543d960f969dae5014993dcf2aa94a1e2cc62e1b3af10"
#@ galoy_trigger_image_digest = "sha256@1f6de41483049bc6316188be5487949fe9a9280ef78c19b9ca32f3fa9fe5f659"
#@ mongodb_migrate_image_digest = "sha256@2b12a3a03a571bba508d19d5a6cfe2d348565895f99d3bd5ccce7527b279ded1"

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:d1c9c1029dbbf37ca1c46be7bc3d2d8f64e9aa2b02ac989acdfed54e7c9f5d4e
image: us.gcr.io/galoy-org/galoy-api@sha256:ebc1f8f26c74dedb44e543d960f969dae5014993dcf2aa94a1e2cc62e1b3af10
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:20aa7f97a55166a3b12ebdfc25922dcd1d133c424de0a27364915c5859f25bf1
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:1f6de41483049bc6316188be5487949fe9a9280ef78c19b9ca32f3fa9fe5f659
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-api-migrate@sha256:e0fe3a2baa5c80a90db32a4f20fabe6666519eb61e0e09d672aab9df5a804e2b
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:2b12a3a03a571bba508d19d5a6cfe2d348565895f99d3bd5ccce7527b279ded1
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: 'ci: extract templated core pipeline (#3795)...'
sha: 657c01d08858866c73b23c5db6d495b1f41f56eb
commitTitle: 'test(core): move callback bats tests (#3791)'
sha: bd6b666e6b14addd4b208e57fe4837a96b8f6734
tags:
- 0.19.23-1-g657c01d08
- 0.19.26-1-gbd6b666e6
path: ./
path: dev
- contents:
- git:
commitTitle: 'ci: extract templated core pipeline (#3795)...'
sha: 657c01d08858866c73b23c5db6d495b1f41f56eb
commitTitle: 'test(core): move callback bats tests (#3791)'
sha: bd6b666e6b14addd4b208e57fe4837a96b8f6734
tags:
- 0.19.23-1-g657c01d08
- 0.19.26-1-gbd6b666e6
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'ci: extract templated core pipeline (#3795)...'
sha: 657c01d08858866c73b23c5db6d495b1f41f56eb
commitTitle: 'test(core): move callback bats tests (#3791)'
sha: bd6b666e6b14addd4b208e57fe4837a96b8f6734
tags:
- 0.19.23-1-g657c01d08
- 0.19.26-1-gbd6b666e6
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: 657c01d08858866c73b23c5db6d495b1f41f56eb
ref: bd6b666e6b14addd4b208e57fe4837a96b8f6734
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 657c01d08858866c73b23c5db6d495b1f41f56eb
ref: bd6b666e6b14addd4b208e57fe4837a96b8f6734
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: 657c01d08858866c73b23c5db6d495b1f41f56eb
ref: bd6b666e6b14addd4b208e57fe4837a96b8f6734
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: 657c01d08858866c73b23c5db6d495b1f41f56eb
galoy_git_ref: bd6b666e6b14addd4b208e57fe4837a96b8f6734

0 comments on commit 4d6f79f

Please sign in to comment.