Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@f289ccbc76d…
Browse files Browse the repository at this point in the history
…8566edf47eba3c6d1f3b3ceec2a377f88d3997f64b1bac6e6df8e
  • Loading branch information
galoybot committed Nov 16, 2023
1 parent 2ceaf4a commit 4784e17
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@701500bd9d2963ad34c0a087d18ec8801148eb98332aab828be677b2e9801e7f"
#@ galoy_trigger_image_digest = "sha256@0ec2d9f8fa08efdf7d13ef6007e35e3d49bf0d37c52a3694653f2978d7c947a7"
#@ mongodb_migrate_image_digest = "sha256@b26e526877d22f800cbdef250e2db36c01aaa03c04f2d24db38b6d570150f0c7"
#@ galoy_api_image_digest = "sha256@f289ccbc76d8566edf47eba3c6d1f3b3ceec2a377f88d3997f64b1bac6e6df8e"
#@ galoy_trigger_image_digest = "sha256@cf0b66fac16388b9b6785e2fc047c3ff9a7f9f1560681d2fc3ddc062bf445764"
#@ mongodb_migrate_image_digest = "sha256@6a3b8482071dac6577fe6e94eae9c7c5a92d3625b9e2ef23b6fff6410969084b"

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:701500bd9d2963ad34c0a087d18ec8801148eb98332aab828be677b2e9801e7f
image: us.gcr.io/galoy-org/galoy-api@sha256:f289ccbc76d8566edf47eba3c6d1f3b3ceec2a377f88d3997f64b1bac6e6df8e
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:0ec2d9f8fa08efdf7d13ef6007e35e3d49bf0d37c52a3694653f2978d7c947a7
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:cf0b66fac16388b9b6785e2fc047c3ff9a7f9f1560681d2fc3ddc062bf445764
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:b26e526877d22f800cbdef250e2db36c01aaa03c04f2d24db38b6d570150f0c7
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:6a3b8482071dac6577fe6e94eae9c7c5a92d3625b9e2ef23b6fff6410969084b
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: add critical error for funder balance (#3535)'
sha: 80dd26f6d928af07562c9a003d10c64fc6a648c7
commitTitle: 'chore(api): unify separated no-implicit-any checks (#3559)'
sha: 2ceaf4acc61ff41cbc12ebfae74f80c8cd764f59
tags:
- 0.16.29-2-g80dd26f6d
- 0.16.30-2-g2ceaf4acc
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: add critical error for funder balance (#3535)'
sha: 80dd26f6d928af07562c9a003d10c64fc6a648c7
commitTitle: 'chore(api): unify separated no-implicit-any checks (#3559)'
sha: 2ceaf4acc61ff41cbc12ebfae74f80c8cd764f59
tags:
- 0.16.29-2-g80dd26f6d
- 0.16.30-2-g2ceaf4acc
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: add critical error for funder balance (#3535)'
sha: 80dd26f6d928af07562c9a003d10c64fc6a648c7
commitTitle: 'chore(api): unify separated no-implicit-any checks (#3559)'
sha: 2ceaf4acc61ff41cbc12ebfae74f80c8cd764f59
tags:
- 0.16.29-2-g80dd26f6d
- 0.16.30-2-g2ceaf4acc
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: 80dd26f6d928af07562c9a003d10c64fc6a648c7
ref: 2ceaf4acc61ff41cbc12ebfae74f80c8cd764f59
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 80dd26f6d928af07562c9a003d10c64fc6a648c7
ref: 2ceaf4acc61ff41cbc12ebfae74f80c8cd764f59
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: 80dd26f6d928af07562c9a003d10c64fc6a648c7
ref: 2ceaf4acc61ff41cbc12ebfae74f80c8cd764f59
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: 80dd26f6d928af07562c9a003d10c64fc6a648c7
galoy_git_ref: 2ceaf4acc61ff41cbc12ebfae74f80c8cd764f59

0 comments on commit 4784e17

Please sign in to comment.