Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@a3d77e7748b…
Browse files Browse the repository at this point in the history
…e375ed92c2474c44bea25c6062cb7909458b5c45d3a8fcb485715
  • Loading branch information
galoybot committed May 9, 2024
1 parent ed12289 commit 9f9882b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 22 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@517e923794c268f54396880c74f7e9f04687d60ef7b1083156bb0c84cbff9cdd"
#@ galoy_trigger_image_digest = "sha256@f9378161daf4fe7fe16e34ca0aefafc99302ae2d3f1657f93bd2bf49bd460608"
#@ mongodb_migrate_image_digest = "sha256@4db112eb82656f93aa38bc4e6ee99a08982e4710f3314ebebe6adbb924ba816e"
#@ galoy_api_image_digest = "sha256@a3d77e7748be375ed92c2474c44bea25c6062cb7909458b5c45d3a8fcb485715"
#@ galoy_trigger_image_digest = "sha256@5e87ae79c18f862fb3d4cc3d525cafabcb2534f21a255188c4977148cdeb1124"
#@ mongodb_migrate_image_digest = "sha256@eef70c84435d2201e131ab297a406b3bc89c3f3c3e8aacacb380a34408fdf606"
#@ galoy_notifications_image_digest = "sha256@bdcf9154d9143485fe42cdd5a4d58c8db7d8fe6f2874dee5f776a168fa758f5c"

#@ 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:517e923794c268f54396880c74f7e9f04687d60ef7b1083156bb0c84cbff9cdd
image: us.gcr.io/galoy-org/galoy-api@sha256:a3d77e7748be375ed92c2474c44bea25c6062cb7909458b5c45d3a8fcb485715
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:f9378161daf4fe7fe16e34ca0aefafc99302ae2d3f1657f93bd2bf49bd460608
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:5e87ae79c18f862fb3d4cc3d525cafabcb2534f21a255188c4977148cdeb1124
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:4db112eb82656f93aa38bc4e6ee99a08982e4710f3314ebebe6adbb924ba816e
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:eef70c84435d2201e131ab297a406b3bc89c3f3c3e8aacacb380a34408fdf606
depends_on:
- mongodb
environment:
Expand Down
21 changes: 9 additions & 12 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore(core): add debug script to remove invalid wallet invoices
(#4415)...'
sha: 4214d81ffa0857f206c0adebc34f0ce054018fdb
commitTitle: 'chore(core): add (externalId, accountId) invoices index (#4377)...'
sha: ed12289ab1ce1610b6ab07654baae1c33a3ad9ac
tags:
- 0.20.187-3-g4214d81ff
- 0.20.188-2-ged12289ab
path: .
path: dev
- contents:
- git:
commitTitle: 'chore(core): add debug script to remove invalid wallet invoices
(#4415)...'
sha: 4214d81ffa0857f206c0adebc34f0ce054018fdb
commitTitle: 'chore(core): add (externalId, accountId) invoices index (#4377)...'
sha: ed12289ab1ce1610b6ab07654baae1c33a3ad9ac
tags:
- 0.20.187-3-g4214d81ff
- 0.20.188-2-ged12289ab
path: schemas
- git:
commitTitle: 'chore(core): add debug script to remove invalid wallet invoices
(#4415)...'
sha: 4214d81ffa0857f206c0adebc34f0ce054018fdb
commitTitle: 'chore(core): add (externalId, accountId) invoices index (#4377)...'
sha: ed12289ab1ce1610b6ab07654baae1c33a3ad9ac
tags:
- 0.20.187-3-g4214d81ff
- 0.20.188-2-ged12289ab
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: 4214d81ffa0857f206c0adebc34f0ce054018fdb
ref: ed12289ab1ce1610b6ab07654baae1c33a3ad9ac
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 4214d81ffa0857f206c0adebc34f0ce054018fdb
ref: ed12289ab1ce1610b6ab07654baae1c33a3ad9ac
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: 4214d81ffa0857f206c0adebc34f0ce054018fdb
ref: ed12289ab1ce1610b6ab07654baae1c33a3ad9ac
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: 4214d81ffa0857f206c0adebc34f0ce054018fdb
galoy_git_ref: ed12289ab1ce1610b6ab07654baae1c33a3ad9ac

0 comments on commit 9f9882b

Please sign in to comment.