Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@3ddf3176d5b…
Browse files Browse the repository at this point in the history
…fd52c29b1c04167746a92ba362968407fe804e3ee04eb206fad83
  • Loading branch information
galoybot committed Jan 7, 2025
1 parent 012fde3 commit 5870163
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@a3c020402de8802e9b6ff02197790502bf5e1fe1c40bbb285f532748911ab593"
#@ galoy_trigger_image_digest = "sha256@17d971a19eb925c7ee2be3ecb694803cafaf2f0dc98ba2aeacb337f1708391ba"
#@ mongodb_migrate_image_digest = "sha256@bd3b0fbebf51db91c248b70dd7fc7710565bd17a4d5de8fc71e2a692cbe9c990"
#@ galoy_api_image_digest = "sha256@3ddf3176d5bfd52c29b1c04167746a92ba362968407fe804e3ee04eb206fad83"
#@ galoy_trigger_image_digest = "sha256@579619c2d842227233cb6fd6eca82fc51ee5acc4589253f30268f3a418cdf51e"
#@ mongodb_migrate_image_digest = "sha256@256a134a764d97d7e57417f2a9f7b6625c46dd19a2e809f60d9475ecaca7fe44"
#@ 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:a3c020402de8802e9b6ff02197790502bf5e1fe1c40bbb285f532748911ab593
image: us.gcr.io/galoy-org/galoy-api@sha256:3ddf3176d5bfd52c29b1c04167746a92ba362968407fe804e3ee04eb206fad83
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:17d971a19eb925c7ee2be3ecb694803cafaf2f0dc98ba2aeacb337f1708391ba
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:579619c2d842227233cb6fd6eca82fc51ee5acc4589253f30268f3a418cdf51e
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:bd3b0fbebf51db91c248b70dd7fc7710565bd17a4d5de8fc71e2a692cbe9c990
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:256a134a764d97d7e57417f2a9f7b6625c46dd19a2e809f60d9475ecaca7fe44
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): allow micro payments (#4696)...'
sha: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
commitTitle: 'chore: bump db deps /core/api (#4672)...'
sha: 012fde31438d34be2b67bf8321f4912c98f8e092
tags:
- 0.21.18-1-ga335b4015
- 0.21.19-3-g012fde314
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): allow micro payments (#4696)...'
sha: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
commitTitle: 'chore: bump db deps /core/api (#4672)...'
sha: 012fde31438d34be2b67bf8321f4912c98f8e092
tags:
- 0.21.18-1-ga335b4015
- 0.21.19-3-g012fde314
path: schemas
- git:
commitTitle: 'fix(core): allow micro payments (#4696)...'
sha: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
commitTitle: 'chore: bump db deps /core/api (#4672)...'
sha: 012fde31438d34be2b67bf8321f4912c98f8e092
tags:
- 0.21.18-1-ga335b4015
- 0.21.19-3-g012fde314
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: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
ref: 012fde31438d34be2b67bf8321f4912c98f8e092
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
ref: 012fde31438d34be2b67bf8321f4912c98f8e092
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: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
ref: 012fde31438d34be2b67bf8321f4912c98f8e092
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: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
galoy_git_ref: 012fde31438d34be2b67bf8321f4912c98f8e092

0 comments on commit 5870163

Please sign in to comment.