Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@2de3dbbce7d…
Browse files Browse the repository at this point in the history
…02e3d202597c27f11f632e7043cf61013cc52d4686cdce03146cb
  • Loading branch information
galoybot committed Oct 28, 2024
1 parent ee75e92 commit 61e0084
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@7104eadc46a8246384518312a68c0aaf475e535f7b5a7d1a56a3c6ae3e01ded9"
#@ galoy_trigger_image_digest = "sha256@af4f233f9b0bd8d7093b839805d8271df8bb214c8fe4296825ddb2c96c5d7a7f"
#@ mongodb_migrate_image_digest = "sha256@42206e0611c5dcac036142f23493c9b5ab27346ec95687843f77fc9629360b02"
#@ galoy_api_image_digest = "sha256@2de3dbbce7d02e3d202597c27f11f632e7043cf61013cc52d4686cdce03146cb"
#@ galoy_trigger_image_digest = "sha256@c82785dd5753bfc1bbbb707de77089bb6b0a928d93de4927095898bc5f17913b"
#@ mongodb_migrate_image_digest = "sha256@b09a248053666db631bfd63a2948542ab751f9cf4c425fe950f0205d20868521"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ 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:7104eadc46a8246384518312a68c0aaf475e535f7b5a7d1a56a3c6ae3e01ded9
image: us.gcr.io/galoy-org/galoy-api@sha256:2de3dbbce7d02e3d202597c27f11f632e7043cf61013cc52d4686cdce03146cb
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:af4f233f9b0bd8d7093b839805d8271df8bb214c8fe4296825ddb2c96c5d7a7f
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:c82785dd5753bfc1bbbb707de77089bb6b0a928d93de4927095898bc5f17913b
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:42206e0611c5dcac036142f23493c9b5ab27346ec95687843f77fc9629360b02
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:b09a248053666db631bfd63a2948542ab751f9cf4c425fe950f0205d20868521
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: 'test(apps): fix dashboard/voucher/consent tests (#4627)...'
sha: 9ba48328ca6512aae7a6607343082628ea1d9c47
commitTitle: 'chore(core): update default expiration for BTC invoices (#4638)...'
sha: ee75e926b9e696e40d93e7ac3b0fb138da697133
tags:
- 0.20.229-6-g9ba48328c
- 0.20.230-1-gee75e926b
path: .
path: dev
- contents:
- git:
commitTitle: 'test(apps): fix dashboard/voucher/consent tests (#4627)...'
sha: 9ba48328ca6512aae7a6607343082628ea1d9c47
commitTitle: 'chore(core): update default expiration for BTC invoices (#4638)...'
sha: ee75e926b9e696e40d93e7ac3b0fb138da697133
tags:
- 0.20.229-6-g9ba48328c
- 0.20.230-1-gee75e926b
path: schemas
- git:
commitTitle: 'test(apps): fix dashboard/voucher/consent tests (#4627)...'
sha: 9ba48328ca6512aae7a6607343082628ea1d9c47
commitTitle: 'chore(core): update default expiration for BTC invoices (#4638)...'
sha: ee75e926b9e696e40d93e7ac3b0fb138da697133
tags:
- 0.20.229-6-g9ba48328c
- 0.20.230-1-gee75e926b
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: 9ba48328ca6512aae7a6607343082628ea1d9c47
ref: ee75e926b9e696e40d93e7ac3b0fb138da697133
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 9ba48328ca6512aae7a6607343082628ea1d9c47
ref: ee75e926b9e696e40d93e7ac3b0fb138da697133
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: 9ba48328ca6512aae7a6607343082628ea1d9c47
ref: ee75e926b9e696e40d93e7ac3b0fb138da697133
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: 9ba48328ca6512aae7a6607343082628ea1d9c47
galoy_git_ref: ee75e926b9e696e40d93e7ac3b0fb138da697133

0 comments on commit 61e0084

Please sign in to comment.