Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@d01d4d7c34e…
Browse files Browse the repository at this point in the history
…93a8fef2b1a808d55fc332e1b5c7b815ba45d09b103648ca474cd
  • Loading branch information
galoybot committed May 7, 2024
1 parent 5844e8f commit abb7304
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@3509ac98fbd7ee69e986074b539d244e731798b75d344b51e796e8d9c074315f"
#@ galoy_trigger_image_digest = "sha256@2986a25934c76d1f7a3b39323c7f7c4299f0a7c231b0686b62643eda96792675"
#@ mongodb_migrate_image_digest = "sha256@34d9136cf9a55aded3341e779e1b910b6b6fdefe03d6ecd27096c4e318735cb6"
#@ galoy_api_image_digest = "sha256@d01d4d7c34e93a8fef2b1a808d55fc332e1b5c7b815ba45d09b103648ca474cd"
#@ galoy_trigger_image_digest = "sha256@50a32d1dcfc22a00ac85775698f4142be0f6d409353aa7c64685c2035ef60253"
#@ mongodb_migrate_image_digest = "sha256@2ca2aeac5f27f884abf7225a8e27243a40d648cda6b40eb2a2b219c9c4848492"
#@ galoy_notifications_image_digest = "sha256@1f1ac9ecc44d98920015339cdde7a4f5c81d05e703cca7033acf052310cfc575"

#@ 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:3509ac98fbd7ee69e986074b539d244e731798b75d344b51e796e8d9c074315f
image: us.gcr.io/galoy-org/galoy-api@sha256:d01d4d7c34e93a8fef2b1a808d55fc332e1b5c7b815ba45d09b103648ca474cd
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:2986a25934c76d1f7a3b39323c7f7c4299f0a7c231b0686b62643eda96792675
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:50a32d1dcfc22a00ac85775698f4142be0f6d409353aa7c64685c2035ef60253
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:34d9136cf9a55aded3341e779e1b910b6b6fdefe03d6ecd27096c4e318735cb6
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:2ca2aeac5f27f884abf7225a8e27243a40d648cda6b40eb2a2b219c9c4848492
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: 'feat(notifications): add unacknowledgedStatefulNotificationsWithBulletinEnabled
query (#4431)...'
sha: 59ca60465b0f60787410c451637e500327512fc6
commitTitle: 'test(core): add wait for notifications service (#4430)'
sha: 5844e8fe8593eb55fdedb0d7fd2d20e65b1f9358
tags:
- 0.20.184-3-g59ca60465
- 0.20.185-2-g5844e8fe8
path: .
path: dev
- contents:
- git:
commitTitle: 'feat(notifications): add unacknowledgedStatefulNotificationsWithBulletinEnabled
query (#4431)...'
sha: 59ca60465b0f60787410c451637e500327512fc6
commitTitle: 'test(core): add wait for notifications service (#4430)'
sha: 5844e8fe8593eb55fdedb0d7fd2d20e65b1f9358
tags:
- 0.20.184-3-g59ca60465
- 0.20.185-2-g5844e8fe8
path: schemas
- git:
commitTitle: 'feat(notifications): add unacknowledgedStatefulNotificationsWithBulletinEnabled
query (#4431)...'
sha: 59ca60465b0f60787410c451637e500327512fc6
commitTitle: 'test(core): add wait for notifications service (#4430)'
sha: 5844e8fe8593eb55fdedb0d7fd2d20e65b1f9358
tags:
- 0.20.184-3-g59ca60465
- 0.20.185-2-g5844e8fe8
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: 59ca60465b0f60787410c451637e500327512fc6
ref: 5844e8fe8593eb55fdedb0d7fd2d20e65b1f9358
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 59ca60465b0f60787410c451637e500327512fc6
ref: 5844e8fe8593eb55fdedb0d7fd2d20e65b1f9358
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: 59ca60465b0f60787410c451637e500327512fc6
ref: 5844e8fe8593eb55fdedb0d7fd2d20e65b1f9358
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: 59ca60465b0f60787410c451637e500327512fc6
galoy_git_ref: 5844e8fe8593eb55fdedb0d7fd2d20e65b1f9358

0 comments on commit abb7304

Please sign in to comment.