Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@d946a4de44c…
Browse files Browse the repository at this point in the history
…88dc188f5f416176c350acfecce8173b034bde75d7360b6865454
  • Loading branch information
galoybot committed Dec 19, 2024
1 parent 38a25bd commit 43b1037
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 25 deletions.
5 changes: 2 additions & 3 deletions quickstart/dev/docker-compose.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ services:
command: '"kratos migrate sql up -y -e && kratos serve -c /home/ory/kratos.yml --watch-courier --sqa-opt-out"'
environment:
DSN: postgres://dbuser:secret@kratos-pg:5432/default?sslmode=disable
links:
- kratos-pg:kratos-pg
depends_on:
- kratos-pg
volumes:
- ${HOST_PROJECT_PATH:-.}/config/ory:/home/ory
kratos-pg:
Expand Down Expand Up @@ -340,7 +340,6 @@ services:
- ${HOST_PROJECT_PATH:-.}/config/otel-agent-config.yaml:/etc/otel-agent-config.yaml
svix:
image: svix/svix-server:v1.38
platform: linux/amd64
environment:
WAIT_FOR: "true"
SVIX_DB_DSN: postgresql://postgres:postgres@svix-pg/postgres
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@a180c47010ae7892ec7c04207885f98ae51ae8fed248a5a5826fe22149eb6a27"
#@ galoy_trigger_image_digest = "sha256@c57593a4915284e415a93103d3bfef1f6ab1948cbf8e95129c96967fdf620646"
#@ mongodb_migrate_image_digest = "sha256@7360aa4dc96740cd29ee4931e651f15d3e1e90d25bb79387e943eb25b7a656b6"
#@ galoy_api_image_digest = "sha256@d946a4de44c88dc188f5f416176c350acfecce8173b034bde75d7360b6865454"
#@ galoy_trigger_image_digest = "sha256@9dd26b7190215326627364fbb76d0cb9b98fd9debafb48db69b74cd09b223aeb"
#@ mongodb_migrate_image_digest = "sha256@bdf753fcf44e8eab32d5b0410b79fffcb58a8d5f389be1d92fd261cdc15fc0a7"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ core_env = [
Expand Down
11 changes: 5 additions & 6 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ services:
command: '"kratos migrate sql up -y -e && kratos serve -c /home/ory/kratos.yml --watch-courier --sqa-opt-out"'
environment:
DSN: postgres://dbuser:secret@kratos-pg:5432/default?sslmode=disable
links:
- kratos-pg:kratos-pg
depends_on:
- kratos-pg
volumes:
- ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/dev/config/ory:/home/ory
kratos-pg:
Expand Down Expand Up @@ -98,7 +98,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=hydra
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:a180c47010ae7892ec7c04207885f98ae51ae8fed248a5a5826fe22149eb6a27
image: us.gcr.io/galoy-org/galoy-api@sha256:d946a4de44c88dc188f5f416176c350acfecce8173b034bde75d7360b6865454
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:c57593a4915284e415a93103d3bfef1f6ab1948cbf8e95129c96967fdf620646
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:9dd26b7190215326627364fbb76d0cb9b98fd9debafb48db69b74cd09b223aeb
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:7360aa4dc96740cd29ee4931e651f15d3e1e90d25bb79387e943eb25b7a656b6
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:bdf753fcf44e8eab32d5b0410b79fffcb58a8d5f389be1d92fd261cdc15fc0a7
depends_on:
- mongodb
environment:
Expand Down Expand Up @@ -449,7 +449,6 @@ services:
- ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/dev/config/otel-agent-config.yaml:/etc/otel-agent-config.yaml
svix:
image: svix/svix-server:v1.38
platform: linux/amd64
environment:
WAIT_FOR: "true"
SVIX_DB_DSN: postgresql://postgres:postgres@svix-pg/postgres
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: 'chore: update lnd version to 0.18.4 (#4691)'
sha: a2ab6e3912ebae6b517480c0317f576dfd13d50e
commitTitle: 'fix(core): remove links from docker compose (#4693)...'
sha: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
tags:
- 0.21.16-1-ga2ab6e391
- 0.21.17-1-g38a25bdbc
path: .
path: dev
- contents:
- git:
commitTitle: 'chore: update lnd version to 0.18.4 (#4691)'
sha: a2ab6e3912ebae6b517480c0317f576dfd13d50e
commitTitle: 'fix(core): remove links from docker compose (#4693)...'
sha: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
tags:
- 0.21.16-1-ga2ab6e391
- 0.21.17-1-g38a25bdbc
path: schemas
- git:
commitTitle: 'chore: update lnd version to 0.18.4 (#4691)'
sha: a2ab6e3912ebae6b517480c0317f576dfd13d50e
commitTitle: 'fix(core): remove links from docker compose (#4693)...'
sha: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
tags:
- 0.21.16-1-ga2ab6e391
- 0.21.17-1-g38a25bdbc
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: a2ab6e3912ebae6b517480c0317f576dfd13d50e
ref: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a2ab6e3912ebae6b517480c0317f576dfd13d50e
ref: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
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: a2ab6e3912ebae6b517480c0317f576dfd13d50e
ref: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
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: a2ab6e3912ebae6b517480c0317f576dfd13d50e
galoy_git_ref: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30

0 comments on commit 43b1037

Please sign in to comment.