Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@cfe3f3741c8…
Browse files Browse the repository at this point in the history
…b451032409bbb54c5f28429f3c87e7c1d4ebc8662dbc89257792a
  • Loading branch information
galoybot committed Oct 8, 2024
1 parent 3c48af2 commit 6fec510
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@a49eeba750b46b69cdc090d2880bda1c4313c6b2b38efdc70c8efba380d7eddd"
#@ galoy_trigger_image_digest = "sha256@02e43050e0f50806f15cc27554156a7e906449bd3cfa7b8d1a1282f19b4eeb1e"
#@ mongodb_migrate_image_digest = "sha256@307488b60abfc47822be934d427651876af1d1c1a219593a6f4aec4b45e2092b"
#@ galoy_api_image_digest = "sha256@cfe3f3741c8b451032409bbb54c5f28429f3c87e7c1d4ebc8662dbc89257792a"
#@ galoy_trigger_image_digest = "sha256@0930200f502dd020bd1489a0a3bd2ef530bb4f24e1ed4067b3971ca736ad0224"
#@ mongodb_migrate_image_digest = "sha256@dfd5eebc85ddd6872dfc3665711d6022a669f58c4cb8102bb9dab526b2d529c5"
#@ galoy_notifications_image_digest = "sha256@85a1376e374bf1524fd44e610615fdadbb74a75d9397152859155aed24d658f1"

#@ 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:a49eeba750b46b69cdc090d2880bda1c4313c6b2b38efdc70c8efba380d7eddd
image: us.gcr.io/galoy-org/galoy-api@sha256:cfe3f3741c8b451032409bbb54c5f28429f3c87e7c1d4ebc8662dbc89257792a
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:02e43050e0f50806f15cc27554156a7e906449bd3cfa7b8d1a1282f19b4eeb1e
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:0930200f502dd020bd1489a0a3bd2ef530bb4f24e1ed4067b3971ca736ad0224
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:307488b60abfc47822be934d427651876af1d1c1a219593a6f4aec4b45e2092b
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:dfd5eebc85ddd6872dfc3665711d6022a669f58c4cb8102bb9dab526b2d529c5
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): totp already enabled (#4607)'
sha: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
commitTitle: 'chore(core): add void onchain tx script (#4594)...'
sha: 3c48af2a300a389fbea0f1a60a3b149236fc47cb
tags:
- 0.20.225-1-g52e7cea92
- 0.20.226-1-g3c48af2a3
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): totp already enabled (#4607)'
sha: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
commitTitle: 'chore(core): add void onchain tx script (#4594)...'
sha: 3c48af2a300a389fbea0f1a60a3b149236fc47cb
tags:
- 0.20.225-1-g52e7cea92
- 0.20.226-1-g3c48af2a3
path: schemas
- git:
commitTitle: 'fix(core): totp already enabled (#4607)'
sha: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
commitTitle: 'chore(core): add void onchain tx script (#4594)...'
sha: 3c48af2a300a389fbea0f1a60a3b149236fc47cb
tags:
- 0.20.225-1-g52e7cea92
- 0.20.226-1-g3c48af2a3
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: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
ref: 3c48af2a300a389fbea0f1a60a3b149236fc47cb
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
ref: 3c48af2a300a389fbea0f1a60a3b149236fc47cb
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: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
ref: 3c48af2a300a389fbea0f1a60a3b149236fc47cb
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: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
galoy_git_ref: 3c48af2a300a389fbea0f1a60a3b149236fc47cb

0 comments on commit 6fec510

Please sign in to comment.