Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@92c4e7dcced…
Browse files Browse the repository at this point in the history
…82eee34c6856694db4905f922679b343ba2c1315f45b36b04f592
  • Loading branch information
galoybot committed Jul 10, 2024
1 parent 23e218e commit 2b520cc
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@f6bb15ad8d7a668f7728aa82e55895d5f96dae358cb8485cc61e6d2f5787b767"
#@ galoy_trigger_image_digest = "sha256@0dd99d08c88d12df550f42fd426a4c4e8aed9ecd15b60e83bbe5cdafbae492ca"
#@ mongodb_migrate_image_digest = "sha256@8ad0a8bc4fbde7cbb5b6d4cc2a3fa2fff36ef952cc82db1f4bcfc109b7065842"
#@ galoy_api_image_digest = "sha256@92c4e7dcced82eee34c6856694db4905f922679b343ba2c1315f45b36b04f592"
#@ galoy_trigger_image_digest = "sha256@695419d54b5a5a00108ae054429c445e8cc56ae6eac64f7c1aec0d556c2777f2"
#@ mongodb_migrate_image_digest = "sha256@5276ad591d0f416271ae24c242fc73998c1a2ec26c6f1782942276239876844f"
#@ galoy_notifications_image_digest = "sha256@30f83751188d50b187ef79b5a894197b4c74216e7d462eb44c16ac0faa5776b6"

#@ core_env = [
Expand Down
6 changes: 3 additions & 3 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:f6bb15ad8d7a668f7728aa82e55895d5f96dae358cb8485cc61e6d2f5787b767
image: us.gcr.io/galoy-org/galoy-api@sha256:92c4e7dcced82eee34c6856694db4905f922679b343ba2c1315f45b36b04f592
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:0dd99d08c88d12df550f42fd426a4c4e8aed9ecd15b60e83bbe5cdafbae492ca
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:695419d54b5a5a00108ae054429c445e8cc56ae6eac64f7c1aec0d556c2777f2
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -254,7 +254,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:8ad0a8bc4fbde7cbb5b6d4cc2a3fa2fff36ef952cc82db1f4bcfc109b7065842
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:5276ad591d0f416271ae24c242fc73998c1a2ec26c6f1782942276239876844f
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,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix(core): email validation (#4528)...'
sha: b26fe19c389596baab27a6eb9125479a9d9b7941
commitTitle: 'fix(core): update quiz phone limits validation (#4537)...'
sha: 23e218e8fc8e7e48f8080053417974b3325a2281
tags:
- 0.20.207-13-gb26fe19c3
- 0.20.208-1-g23e218e8f
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): email validation (#4528)...'
sha: b26fe19c389596baab27a6eb9125479a9d9b7941
commitTitle: 'fix(core): update quiz phone limits validation (#4537)...'
sha: 23e218e8fc8e7e48f8080053417974b3325a2281
tags:
- 0.20.207-13-gb26fe19c3
- 0.20.208-1-g23e218e8f
path: schemas
- git:
commitTitle: 'fix(core): email validation (#4528)...'
sha: b26fe19c389596baab27a6eb9125479a9d9b7941
commitTitle: 'fix(core): update quiz phone limits validation (#4537)...'
sha: 23e218e8fc8e7e48f8080053417974b3325a2281
tags:
- 0.20.207-13-gb26fe19c3
- 0.20.208-1-g23e218e8f
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: b26fe19c389596baab27a6eb9125479a9d9b7941
ref: 23e218e8fc8e7e48f8080053417974b3325a2281
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: b26fe19c389596baab27a6eb9125479a9d9b7941
ref: 23e218e8fc8e7e48f8080053417974b3325a2281
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: b26fe19c389596baab27a6eb9125479a9d9b7941
ref: 23e218e8fc8e7e48f8080053417974b3325a2281
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: b26fe19c389596baab27a6eb9125479a9d9b7941
galoy_git_ref: 23e218e8fc8e7e48f8080053417974b3325a2281

0 comments on commit 2b520cc

Please sign in to comment.