Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@a180c47010a…
Browse files Browse the repository at this point in the history
…e7892ec7c04207885f98ae51ae8fed248a5a5826fe22149eb6a27
  • Loading branch information
galoybot committed Dec 19, 2024
1 parent a2ab6e3 commit 3f1c449
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions quickstart/dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
lnd1:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10009:10009"
volumes:
Expand All @@ -198,7 +198,7 @@ services:
cp /root/.lnd/admin.macaroon /root/.lnd/data/chain/bitcoin/regtest/admin.macaroon
/bin/lnd
lnd2:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10010:10009"
volumes:
Expand All @@ -218,7 +218,7 @@ services:
cp /root/.lnd/admin.macaroon /root/.lnd/data/chain/bitcoin/regtest/admin.macaroon
/bin/lnd
lnd-outside-1:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10012:10009"
volumes:
Expand All @@ -238,7 +238,7 @@ services:
/bin/lnd
depends_on: [bitcoind]
lnd-outside-2:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- "10013:10009"
volumes:
Expand Down
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@3a56597239aa1caf5c59cca1861c812310c6b3f99020de93527590439522d63b"
#@ galoy_trigger_image_digest = "sha256@6057867f063ff205a9297a080d2d49e105bed20a8d41358d98cc01b978fddc69"
#@ mongodb_migrate_image_digest = "sha256@aa18803258d758b3d176460cf728d66f4c930783f8109919852a20a6a237821f"
#@ galoy_api_image_digest = "sha256@a180c47010ae7892ec7c04207885f98ae51ae8fed248a5a5826fe22149eb6a27"
#@ galoy_trigger_image_digest = "sha256@c57593a4915284e415a93103d3bfef1f6ab1948cbf8e95129c96967fdf620646"
#@ mongodb_migrate_image_digest = "sha256@7360aa4dc96740cd29ee4931e651f15d3e1e90d25bb79387e943eb25b7a656b6"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ core_env = [
Expand Down
10 changes: 5 additions & 5 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=hydra
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:3a56597239aa1caf5c59cca1861c812310c6b3f99020de93527590439522d63b
image: us.gcr.io/galoy-org/galoy-api@sha256:a180c47010ae7892ec7c04207885f98ae51ae8fed248a5a5826fe22149eb6a27
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -157,7 +157,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:6057867f063ff205a9297a080d2d49e105bed20a8d41358d98cc01b978fddc69
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:c57593a4915284e415a93103d3bfef1f6ab1948cbf8e95129c96967fdf620646
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -242,7 +242,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:aa18803258d758b3d176460cf728d66f4c930783f8109919852a20a6a237821f
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:7360aa4dc96740cd29ee4931e651f15d3e1e90d25bb79387e943eb25b7a656b6
depends_on:
- mongodb
environment:
Expand Down Expand Up @@ -318,7 +318,7 @@ services:
- |
bitcoind -connect=bitcoind:18444
lnd1:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- 10009:10009
volumes:
Expand All @@ -341,7 +341,7 @@ services:
cp /root/.lnd/admin.macaroon /root/.lnd/data/chain/bitcoin/regtest/admin.macaroon
/bin/lnd
lnd-outside-1:
image: lightninglabs/lnd:v0.18.3-beta
image: lightninglabs/lnd:v0.18.4-beta
ports:
- 10012:10009
volumes:
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,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix: update quickstart docker compose deps (#4684)'
sha: 888b29856385cf89ccbdcb4d7023faee2e1b066e
commitTitle: 'chore: update lnd version to 0.18.4 (#4691)'
sha: a2ab6e3912ebae6b517480c0317f576dfd13d50e
tags:
- 0.21.15-1-g888b29856
- 0.21.16-1-ga2ab6e391
path: .
path: dev
- contents:
- git:
commitTitle: 'fix: update quickstart docker compose deps (#4684)'
sha: 888b29856385cf89ccbdcb4d7023faee2e1b066e
commitTitle: 'chore: update lnd version to 0.18.4 (#4691)'
sha: a2ab6e3912ebae6b517480c0317f576dfd13d50e
tags:
- 0.21.15-1-g888b29856
- 0.21.16-1-ga2ab6e391
path: schemas
- git:
commitTitle: 'fix: update quickstart docker compose deps (#4684)'
sha: 888b29856385cf89ccbdcb4d7023faee2e1b066e
commitTitle: 'chore: update lnd version to 0.18.4 (#4691)'
sha: a2ab6e3912ebae6b517480c0317f576dfd13d50e
tags:
- 0.21.15-1-g888b29856
- 0.21.16-1-ga2ab6e391
path: gql
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: 888b29856385cf89ccbdcb4d7023faee2e1b066e
ref: a2ab6e3912ebae6b517480c0317f576dfd13d50e
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 888b29856385cf89ccbdcb4d7023faee2e1b066e
ref: a2ab6e3912ebae6b517480c0317f576dfd13d50e
includePaths:
- core/api/src/graphql/public/schema.graphql
- core/api/src/graphql/admin/schema.graphql
newRootPath: core/api/src/graphql
- path: gql/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 888b29856385cf89ccbdcb4d7023faee2e1b066e
ref: a2ab6e3912ebae6b517480c0317f576dfd13d50e
includePaths:
- bats/gql/**/*
newRootPath: bats/gql
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: 888b29856385cf89ccbdcb4d7023faee2e1b066e
galoy_git_ref: a2ab6e3912ebae6b517480c0317f576dfd13d50e

0 comments on commit 3f1c449

Please sign in to comment.