Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@3a56597239a…
Browse files Browse the repository at this point in the history
…a1caf5c59cca1861c812310c6b3f99020de93527590439522d63b
  • Loading branch information
galoybot committed Dec 12, 2024
1 parent 888b298 commit 1f4ebb7
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 26 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@bd56a94ac9142ba771aa6d1e193c449c669bf2706f5de5727ffab7e50460eb4a"
#@ galoy_trigger_image_digest = "sha256@c8479ff0088f3cbed3205e160d130a6fe2e8f1efb7b66d68e295fbb26c7eb119"
#@ mongodb_migrate_image_digest = "sha256@19b9cd06466116bc6d25d1c495438ac64b4fec05bde47ca9b83b7a8c1cd4633f"
#@ galoy_api_image_digest = "sha256@3a56597239aa1caf5c59cca1861c812310c6b3f99020de93527590439522d63b"
#@ galoy_trigger_image_digest = "sha256@6057867f063ff205a9297a080d2d49e105bed20a8d41358d98cc01b978fddc69"
#@ mongodb_migrate_image_digest = "sha256@aa18803258d758b3d176460cf728d66f4c930783f8109919852a20a6a237821f"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ core_env = [
Expand Down
15 changes: 8 additions & 7 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:bd56a94ac9142ba771aa6d1e193c449c669bf2706f5de5727ffab7e50460eb4a
image: us.gcr.io/galoy-org/galoy-api@sha256:3a56597239aa1caf5c59cca1861c812310c6b3f99020de93527590439522d63b
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -139,7 +139,6 @@ services:
- EXPORTER_PORT=3003
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318
depends_on:
- trigger
- apollo-router
- oathkeeper
- kratos
Expand All @@ -149,12 +148,16 @@ services:
- mongodb
- redis
- stablesats
- notifications
- price
- price-history
- svix
networks:
default:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:c8479ff0088f3cbed3205e160d130a6fe2e8f1efb7b66d68e295fbb26c7eb119
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:6057867f063ff205a9297a080d2d49e105bed20a8d41358d98cc01b978fddc69
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -195,9 +198,7 @@ services:
- EXPORTER_PORT=3003
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318
depends_on:
- lnd1
- bria
- mongodb
- galoy
notifications:
image: us.gcr.io/galoy-org/galoy-notifications@sha256:71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205
environment:
Expand Down Expand Up @@ -241,7 +242,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:19b9cd06466116bc6d25d1c495438ac64b4fec05bde47ca9b83b7a8c1cd4633f
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:aa18803258d758b3d176460cf728d66f4c930783f8109919852a20a6a237821f
depends_on:
- mongodb
environment:
Expand Down
21 changes: 9 additions & 12 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix(quickstart): update env variables in docker compose template
(#4683)'
sha: 6aa2670c67132da6f3fd3aeaba86245d1e028099
commitTitle: 'fix: update quickstart docker compose deps (#4684)'
sha: 888b29856385cf89ccbdcb4d7023faee2e1b066e
tags:
- 0.21.14-1-g6aa2670c6
- 0.21.15-1-g888b29856
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(quickstart): update env variables in docker compose template
(#4683)'
sha: 6aa2670c67132da6f3fd3aeaba86245d1e028099
commitTitle: 'fix: update quickstart docker compose deps (#4684)'
sha: 888b29856385cf89ccbdcb4d7023faee2e1b066e
tags:
- 0.21.14-1-g6aa2670c6
- 0.21.15-1-g888b29856
path: schemas
- git:
commitTitle: 'fix(quickstart): update env variables in docker compose template
(#4683)'
sha: 6aa2670c67132da6f3fd3aeaba86245d1e028099
commitTitle: 'fix: update quickstart docker compose deps (#4684)'
sha: 888b29856385cf89ccbdcb4d7023faee2e1b066e
tags:
- 0.21.14-1-g6aa2670c6
- 0.21.15-1-g888b29856
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: 6aa2670c67132da6f3fd3aeaba86245d1e028099
ref: 888b29856385cf89ccbdcb4d7023faee2e1b066e
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 6aa2670c67132da6f3fd3aeaba86245d1e028099
ref: 888b29856385cf89ccbdcb4d7023faee2e1b066e
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: 6aa2670c67132da6f3fd3aeaba86245d1e028099
ref: 888b29856385cf89ccbdcb4d7023faee2e1b066e
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: 6aa2670c67132da6f3fd3aeaba86245d1e028099
galoy_git_ref: 888b29856385cf89ccbdcb4d7023faee2e1b066e

0 comments on commit 1f4ebb7

Please sign in to comment.