Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@97d487dd6bb…
Browse files Browse the repository at this point in the history
…35829fd02b35e76d8b4d2150b769849017d58b843aa2c147b7db7
  • Loading branch information
galoybot committed Oct 4, 2024
1 parent 5f25b73 commit b891b3e
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@90e3149556670392cd20a7f6929d869fdf0901ee313b39f52d9246c67c41f51b"
#@ galoy_trigger_image_digest = "sha256@f93c07b106a3e294645318c2b65cf201b4f3dd82c26ebc1b561b793f3400aa93"
#@ mongodb_migrate_image_digest = "sha256@e86ed8e70b5a51455c4cf65012d1a9e28b5e497a710794fbde65c9f372650079"
#@ galoy_api_image_digest = "sha256@97d487dd6bb35829fd02b35e76d8b4d2150b769849017d58b843aa2c147b7db7"
#@ galoy_trigger_image_digest = "sha256@49e4ad11ac42e4e910dfac8f347d69281ae1e6653a99eeb46483ce026fa6ecc0"
#@ mongodb_migrate_image_digest = "sha256@26127ead5a4767354a645078842bb0e135bcb6ea29c9f44ece4a090f81439a0b"
#@ 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:90e3149556670392cd20a7f6929d869fdf0901ee313b39f52d9246c67c41f51b
image: us.gcr.io/galoy-org/galoy-api@sha256:97d487dd6bb35829fd02b35e76d8b4d2150b769849017d58b843aa2c147b7db7
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:f93c07b106a3e294645318c2b65cf201b4f3dd82c26ebc1b561b793f3400aa93
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:49e4ad11ac42e4e910dfac8f347d69281ae1e6653a99eeb46483ce026fa6ecc0
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:e86ed8e70b5a51455c4cf65012d1a9e28b5e497a710794fbde65c9f372650079
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:26127ead5a4767354a645078842bb0e135bcb6ea29c9f44ece4a090f81439a0b
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: update lnd + bitcoind versions (#4604)...'
sha: 620f1a25db01a0f179f891ce3e5912f7ce0635fe
commitTitle: 'refactor(core): kratos error handling (#4605)'
sha: 5f25b7335847c15a7c8b87cdde8ce9c8efe1751f
tags:
- 0.20.223-2-g620f1a25d
- 0.20.223-4-g5f25b7335
path: .
path: dev
- contents:
- git:
commitTitle: 'chore: update lnd + bitcoind versions (#4604)...'
sha: 620f1a25db01a0f179f891ce3e5912f7ce0635fe
commitTitle: 'refactor(core): kratos error handling (#4605)'
sha: 5f25b7335847c15a7c8b87cdde8ce9c8efe1751f
tags:
- 0.20.223-2-g620f1a25d
- 0.20.223-4-g5f25b7335
path: schemas
- git:
commitTitle: 'chore: update lnd + bitcoind versions (#4604)...'
sha: 620f1a25db01a0f179f891ce3e5912f7ce0635fe
commitTitle: 'refactor(core): kratos error handling (#4605)'
sha: 5f25b7335847c15a7c8b87cdde8ce9c8efe1751f
tags:
- 0.20.223-2-g620f1a25d
- 0.20.223-4-g5f25b7335
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: 620f1a25db01a0f179f891ce3e5912f7ce0635fe
ref: 5f25b7335847c15a7c8b87cdde8ce9c8efe1751f
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 620f1a25db01a0f179f891ce3e5912f7ce0635fe
ref: 5f25b7335847c15a7c8b87cdde8ce9c8efe1751f
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: 620f1a25db01a0f179f891ce3e5912f7ce0635fe
ref: 5f25b7335847c15a7c8b87cdde8ce9c8efe1751f
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: 620f1a25db01a0f179f891ce3e5912f7ce0635fe
galoy_git_ref: 5f25b7335847c15a7c8b87cdde8ce9c8efe1751f

0 comments on commit b891b3e

Please sign in to comment.