Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@50cc183b7ec…
Browse files Browse the repository at this point in the history
…23f2baaf4768dd00724582d22b947f54d02af7ea44d489bac8713
  • Loading branch information
galoybot committed Nov 7, 2024
1 parent c762b94 commit 38b5695
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@aae770bf3041e68f85268aa1a60707fbc16faa5cc7f37e14a3723294583620e6"
#@ galoy_trigger_image_digest = "sha256@c7c5e45827c6a0a5a43a98490139dbd5417688a0a3a9087947d063336b6787c6"
#@ mongodb_migrate_image_digest = "sha256@3e4aa981fe289da38274ff8dd1e59f3cc8bd317a7382a88b5d20b3e94de7a938"
#@ galoy_api_image_digest = "sha256@50cc183b7ec23f2baaf4768dd00724582d22b947f54d02af7ea44d489bac8713"
#@ galoy_trigger_image_digest = "sha256@59bd8d6b31f63c377b30757246c252eaf32eda763d88f818526ebbcdd43cf10c"
#@ mongodb_migrate_image_digest = "sha256@fe8038e34fd24a934ce3810c86be6f8b4546ae4c3c5c4cba16d3afc6676b7f3a"
#@ 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:aae770bf3041e68f85268aa1a60707fbc16faa5cc7f37e14a3723294583620e6
image: us.gcr.io/galoy-org/galoy-api@sha256:50cc183b7ec23f2baaf4768dd00724582d22b947f54d02af7ea44d489bac8713
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:c7c5e45827c6a0a5a43a98490139dbd5417688a0a3a9087947d063336b6787c6
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:59bd8d6b31f63c377b30757246c252eaf32eda763d88f818526ebbcdd43cf10c
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:3e4aa981fe289da38274ff8dd1e59f3cc8bd317a7382a88b5d20b3e94de7a938
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:fe8038e34fd24a934ce3810c86be6f8b4546ae4c3c5c4cba16d3afc6676b7f3a
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): catch error on aws backup storage client creation (#4647)'
sha: 847bad97d2a7088f4ed8fc119d189845429bfca1
commitTitle: 'fix(core): update socket timeout (#4648)'
sha: c762b94d19f950ed1fc18acb6c5b27f680219272
tags:
- 0.21.2-1-g847bad97d
- 0.21.3-2-gc762b94d1
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): catch error on aws backup storage client creation (#4647)'
sha: 847bad97d2a7088f4ed8fc119d189845429bfca1
commitTitle: 'fix(core): update socket timeout (#4648)'
sha: c762b94d19f950ed1fc18acb6c5b27f680219272
tags:
- 0.21.3
- 0.21.3-2-gc762b94d1
path: schemas
- git:
commitTitle: 'fix(core): catch error on aws backup storage client creation (#4647)'
sha: 847bad97d2a7088f4ed8fc119d189845429bfca1
commitTitle: 'fix(core): update socket timeout (#4648)'
sha: c762b94d19f950ed1fc18acb6c5b27f680219272
tags:
- 0.21.3
- 0.21.3-2-gc762b94d1
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: 847bad97d2a7088f4ed8fc119d189845429bfca1
ref: c762b94d19f950ed1fc18acb6c5b27f680219272
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 847bad97d2a7088f4ed8fc119d189845429bfca1
ref: c762b94d19f950ed1fc18acb6c5b27f680219272
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: 847bad97d2a7088f4ed8fc119d189845429bfca1
ref: c762b94d19f950ed1fc18acb6c5b27f680219272
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: 847bad97d2a7088f4ed8fc119d189845429bfca1
galoy_git_ref: c762b94d19f950ed1fc18acb6c5b27f680219272

0 comments on commit 38b5695

Please sign in to comment.