Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@58804a7177a…
Browse files Browse the repository at this point in the history
…8f5c0bd5a80aaffd3ad8d78f0de11dfca7310cf7352b9ad91f636
  • Loading branch information
galoybot committed Aug 13, 2024
1 parent a57dc72 commit 17ef7b3
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@e99bebd5f90f63dbde87928ce35e99ed50e4ada67b65bc55e092671fad5b7686"
#@ galoy_trigger_image_digest = "sha256@f6b7b8e025a2056d3b2db47e4158bed9de802e2a17023deaa892711af4044313"
#@ mongodb_migrate_image_digest = "sha256@c3d399d851caf2051bde030bac85f69cab2b27779d4c8ccb64fe96a4d4bc3312"
#@ galoy_api_image_digest = "sha256@58804a7177a8f5c0bd5a80aaffd3ad8d78f0de11dfca7310cf7352b9ad91f636"
#@ galoy_trigger_image_digest = "sha256@807827a0de7e778a7ddfc1259d675fd4b14487821ffc5662f8880b6eb9e707ff"
#@ mongodb_migrate_image_digest = "sha256@ca7a37e9cd335b2ca48af53ba89bce73ecae5dc277ef223cd6daccd34110115b"
#@ 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:e99bebd5f90f63dbde87928ce35e99ed50e4ada67b65bc55e092671fad5b7686
image: us.gcr.io/galoy-org/galoy-api@sha256:58804a7177a8f5c0bd5a80aaffd3ad8d78f0de11dfca7310cf7352b9ad91f636
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:f6b7b8e025a2056d3b2db47e4158bed9de802e2a17023deaa892711af4044313
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:807827a0de7e778a7ddfc1259d675fd4b14487821ffc5662f8880b6eb9e707ff
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:c3d399d851caf2051bde030bac85f69cab2b27779d4c8ccb64fe96a4d4bc3312
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:ca7a37e9cd335b2ca48af53ba89bce73ecae5dc277ef223cd6daccd34110115b
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: 'chore(deps-dev): bump prettier and @types/prettier (#4540)...'
sha: 7ca7a7b70257b12da40f12149f879f7469f27cb3
commitTitle: 'chore: bump deps (#4539)...'
sha: a57dc7215b1f334fec46cd97339a6a0cbe9d01f2
tags:
- 0.20.211-2-g7ca7a7b70
- 0.20.212-5-ga57dc7215
path: .
path: dev
- contents:
- git:
commitTitle: 'chore(deps-dev): bump prettier and @types/prettier (#4540)...'
sha: 7ca7a7b70257b12da40f12149f879f7469f27cb3
commitTitle: 'chore: bump deps (#4539)...'
sha: a57dc7215b1f334fec46cd97339a6a0cbe9d01f2
tags:
- 0.20.211-2-g7ca7a7b70
- 0.20.212-5-ga57dc7215
path: schemas
- git:
commitTitle: 'chore(deps-dev): bump prettier and @types/prettier (#4540)...'
sha: 7ca7a7b70257b12da40f12149f879f7469f27cb3
commitTitle: 'chore: bump deps (#4539)...'
sha: a57dc7215b1f334fec46cd97339a6a0cbe9d01f2
tags:
- 0.20.211-2-g7ca7a7b70
- 0.20.212-5-ga57dc7215
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: 7ca7a7b70257b12da40f12149f879f7469f27cb3
ref: a57dc7215b1f334fec46cd97339a6a0cbe9d01f2
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 7ca7a7b70257b12da40f12149f879f7469f27cb3
ref: a57dc7215b1f334fec46cd97339a6a0cbe9d01f2
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: 7ca7a7b70257b12da40f12149f879f7469f27cb3
ref: a57dc7215b1f334fec46cd97339a6a0cbe9d01f2
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: 7ca7a7b70257b12da40f12149f879f7469f27cb3
galoy_git_ref: a57dc7215b1f334fec46cd97339a6a0cbe9d01f2

0 comments on commit 17ef7b3

Please sign in to comment.