Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@5b9de216e53…
Browse files Browse the repository at this point in the history
…0a8a7cb09199b3bcc1b83a5cc2192bdfbe6cfdfbc26b57df1b23a
  • Loading branch information
galoybot committed Nov 8, 2024
1 parent f62641f commit 69a86c8
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@ad3556c26da3b8d6000d97ecc63e76685cffa6800b0ff05cd77645068f0041f3"
#@ galoy_trigger_image_digest = "sha256@a473626942b22422faaea2108a6563aa6d9bcd7cd0971a59dd20e88c7d264312"
#@ mongodb_migrate_image_digest = "sha256@f6e33487b43f560e0b6916dafaf54b7394fb1bbc5a6d23cf72575272b7946bd4"
#@ galoy_api_image_digest = "sha256@5b9de216e530a8a7cb09199b3bcc1b83a5cc2192bdfbe6cfdfbc26b57df1b23a"
#@ galoy_trigger_image_digest = "sha256@8a9aa31fdc0533a1357c923594634086f764cece2d95315a50fd1a53a6585829"
#@ mongodb_migrate_image_digest = "sha256@389b226c36a41c13566245a479263af866e0c9b267877f948ce2c16177dffdb7"
#@ 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:ad3556c26da3b8d6000d97ecc63e76685cffa6800b0ff05cd77645068f0041f3
image: us.gcr.io/galoy-org/galoy-api@sha256:5b9de216e530a8a7cb09199b3bcc1b83a5cc2192bdfbe6cfdfbc26b57df1b23a
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:a473626942b22422faaea2108a6563aa6d9bcd7cd0971a59dd20e88c7d264312
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:8a9aa31fdc0533a1357c923594634086f764cece2d95315a50fd1a53a6585829
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:f6e33487b43f560e0b6916dafaf54b7394fb1bbc5a6d23cf72575272b7946bd4
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:389b226c36a41c13566245a479263af866e0c9b267877f948ce2c16177dffdb7
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: 'perf(core): add missing index for paginated query (#4651)'
sha: 1e83e384744e3f8657584d51f37dbab434427621
commitTitle: 'perf(core): improve backward pagination (#4653)...'
sha: f62641f68376772c3f87d4c95439144800c735d2
tags:
- 0.21.5-1-g1e83e3847
- 0.21.6-1-gf62641f68
path: .
path: dev
- contents:
- git:
commitTitle: 'perf(core): add missing index for paginated query (#4651)'
sha: 1e83e384744e3f8657584d51f37dbab434427621
commitTitle: 'perf(core): improve backward pagination (#4653)...'
sha: f62641f68376772c3f87d4c95439144800c735d2
tags:
- 0.21.5-1-g1e83e3847
- 0.21.6-1-gf62641f68
path: schemas
- git:
commitTitle: 'perf(core): add missing index for paginated query (#4651)'
sha: 1e83e384744e3f8657584d51f37dbab434427621
commitTitle: 'perf(core): improve backward pagination (#4653)...'
sha: f62641f68376772c3f87d4c95439144800c735d2
tags:
- 0.21.5-1-g1e83e3847
- 0.21.6-1-gf62641f68
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: 1e83e384744e3f8657584d51f37dbab434427621
ref: f62641f68376772c3f87d4c95439144800c735d2
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 1e83e384744e3f8657584d51f37dbab434427621
ref: f62641f68376772c3f87d4c95439144800c735d2
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: 1e83e384744e3f8657584d51f37dbab434427621
ref: f62641f68376772c3f87d4c95439144800c735d2
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: 1e83e384744e3f8657584d51f37dbab434427621
galoy_git_ref: f62641f68376772c3f87d4c95439144800c735d2

0 comments on commit 69a86c8

Please sign in to comment.