Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@a3c020402de…
Browse files Browse the repository at this point in the history
…8802e9b6ff02197790502bf5e1fe1c40bbb285f532748911ab593
  • Loading branch information
galoybot committed Dec 23, 2024
1 parent a335b40 commit a8b8974
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@d946a4de44c88dc188f5f416176c350acfecce8173b034bde75d7360b6865454"
#@ galoy_trigger_image_digest = "sha256@9dd26b7190215326627364fbb76d0cb9b98fd9debafb48db69b74cd09b223aeb"
#@ mongodb_migrate_image_digest = "sha256@bdf753fcf44e8eab32d5b0410b79fffcb58a8d5f389be1d92fd261cdc15fc0a7"
#@ galoy_api_image_digest = "sha256@a3c020402de8802e9b6ff02197790502bf5e1fe1c40bbb285f532748911ab593"
#@ galoy_trigger_image_digest = "sha256@17d971a19eb925c7ee2be3ecb694803cafaf2f0dc98ba2aeacb337f1708391ba"
#@ mongodb_migrate_image_digest = "sha256@bd3b0fbebf51db91c248b70dd7fc7710565bd17a4d5de8fc71e2a692cbe9c990"
#@ 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:d946a4de44c88dc188f5f416176c350acfecce8173b034bde75d7360b6865454
image: us.gcr.io/galoy-org/galoy-api@sha256:a3c020402de8802e9b6ff02197790502bf5e1fe1c40bbb285f532748911ab593
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:9dd26b7190215326627364fbb76d0cb9b98fd9debafb48db69b74cd09b223aeb
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:17d971a19eb925c7ee2be3ecb694803cafaf2f0dc98ba2aeacb337f1708391ba
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:bdf753fcf44e8eab32d5b0410b79fffcb58a8d5f389be1d92fd261cdc15fc0a7
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:bd3b0fbebf51db91c248b70dd7fc7710565bd17a4d5de8fc71e2a692cbe9c990
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): remove links from docker compose (#4693)...'
sha: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
commitTitle: 'fix(core): allow micro payments (#4696)...'
sha: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
tags:
- 0.21.17-1-g38a25bdbc
- 0.21.18-1-ga335b4015
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): remove links from docker compose (#4693)...'
sha: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
commitTitle: 'fix(core): allow micro payments (#4696)...'
sha: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
tags:
- 0.21.17-1-g38a25bdbc
- 0.21.18-1-ga335b4015
path: schemas
- git:
commitTitle: 'fix(core): remove links from docker compose (#4693)...'
sha: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
commitTitle: 'fix(core): allow micro payments (#4696)...'
sha: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
tags:
- 0.21.17-1-g38a25bdbc
- 0.21.18-1-ga335b4015
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: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
ref: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
ref: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
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: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
ref: a335b40158245b0bb93ed6e60c540ea09d9e1aa3
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: 38a25bdbcd1091bb7a6b22434a2f15b4ec736a30
galoy_git_ref: a335b40158245b0bb93ed6e60c540ea09d9e1aa3

0 comments on commit a8b8974

Please sign in to comment.