Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@96eb39ff96a…
Browse files Browse the repository at this point in the history
…ba9f2fc3ea375f61fd98c3a8d7ee4308bf969334d75964c444f88
  • Loading branch information
galoybot committed Nov 7, 2024
1 parent 1cf7181 commit e3e9285
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@50cc183b7ec23f2baaf4768dd00724582d22b947f54d02af7ea44d489bac8713"
#@ galoy_trigger_image_digest = "sha256@59bd8d6b31f63c377b30757246c252eaf32eda763d88f818526ebbcdd43cf10c"
#@ mongodb_migrate_image_digest = "sha256@fe8038e34fd24a934ce3810c86be6f8b4546ae4c3c5c4cba16d3afc6676b7f3a"
#@ galoy_api_image_digest = "sha256@96eb39ff96aba9f2fc3ea375f61fd98c3a8d7ee4308bf969334d75964c444f88"
#@ galoy_trigger_image_digest = "sha256@3508b372aa237585326b6f457f2f98c5706437de09ef4630aed97e2804286fa6"
#@ mongodb_migrate_image_digest = "sha256@8a1445a07fb8e03a9b74d448769bc5ca5c0484374f65cbdc529fda59860e0a79"
#@ 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:50cc183b7ec23f2baaf4768dd00724582d22b947f54d02af7ea44d489bac8713
image: us.gcr.io/galoy-org/galoy-api@sha256:96eb39ff96aba9f2fc3ea375f61fd98c3a8d7ee4308bf969334d75964c444f88
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:59bd8d6b31f63c377b30757246c252eaf32eda763d88f818526ebbcdd43cf10c
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:3508b372aa237585326b6f457f2f98c5706437de09ef4630aed97e2804286fa6
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:fe8038e34fd24a934ce3810c86be6f8b4546ae4c3c5c4cba16d3afc6676b7f3a
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:8a1445a07fb8e03a9b74d448769bc5ca5c0484374f65cbdc529fda59860e0a79
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): update socket timeout (#4648)'
sha: c762b94d19f950ed1fc18acb6c5b27f680219272
commitTitle: 'fix(core): update read concern to avoid sync issues (#4649)'
sha: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
tags:
- 0.21.3-2-gc762b94d1
- 0.21.4-2-g1cf718115
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): update socket timeout (#4648)'
sha: c762b94d19f950ed1fc18acb6c5b27f680219272
commitTitle: 'fix(core): update read concern to avoid sync issues (#4649)'
sha: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
tags:
- 0.21.3-2-gc762b94d1
- 0.21.4-2-g1cf718115
path: schemas
- git:
commitTitle: 'fix(core): update socket timeout (#4648)'
sha: c762b94d19f950ed1fc18acb6c5b27f680219272
commitTitle: 'fix(core): update read concern to avoid sync issues (#4649)'
sha: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
tags:
- 0.21.3-2-gc762b94d1
- 0.21.4-2-g1cf718115
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: c762b94d19f950ed1fc18acb6c5b27f680219272
ref: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: c762b94d19f950ed1fc18acb6c5b27f680219272
ref: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
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: c762b94d19f950ed1fc18acb6c5b27f680219272
ref: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
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: c762b94d19f950ed1fc18acb6c5b27f680219272
galoy_git_ref: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066

0 comments on commit e3e9285

Please sign in to comment.