Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@ad3556c26da…
Browse files Browse the repository at this point in the history
…3b8d6000d97ecc63e76685cffa6800b0ff05cd77645068f0041f3
  • Loading branch information
galoybot committed Nov 8, 2024
1 parent 1e83e38 commit 9ee29e6
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@96eb39ff96aba9f2fc3ea375f61fd98c3a8d7ee4308bf969334d75964c444f88"
#@ galoy_trigger_image_digest = "sha256@3508b372aa237585326b6f457f2f98c5706437de09ef4630aed97e2804286fa6"
#@ mongodb_migrate_image_digest = "sha256@8a1445a07fb8e03a9b74d448769bc5ca5c0484374f65cbdc529fda59860e0a79"
#@ galoy_api_image_digest = "sha256@ad3556c26da3b8d6000d97ecc63e76685cffa6800b0ff05cd77645068f0041f3"
#@ galoy_trigger_image_digest = "sha256@a473626942b22422faaea2108a6563aa6d9bcd7cd0971a59dd20e88c7d264312"
#@ mongodb_migrate_image_digest = "sha256@f6e33487b43f560e0b6916dafaf54b7394fb1bbc5a6d23cf72575272b7946bd4"
#@ 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:96eb39ff96aba9f2fc3ea375f61fd98c3a8d7ee4308bf969334d75964c444f88
image: us.gcr.io/galoy-org/galoy-api@sha256:ad3556c26da3b8d6000d97ecc63e76685cffa6800b0ff05cd77645068f0041f3
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:3508b372aa237585326b6f457f2f98c5706437de09ef4630aed97e2804286fa6
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:a473626942b22422faaea2108a6563aa6d9bcd7cd0971a59dd20e88c7d264312
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:8a1445a07fb8e03a9b74d448769bc5ca5c0484374f65cbdc529fda59860e0a79
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:f6e33487b43f560e0b6916dafaf54b7394fb1bbc5a6d23cf72575272b7946bd4
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 read concern to avoid sync issues (#4649)'
sha: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
commitTitle: 'perf(core): add missing index for paginated query (#4651)'
sha: 1e83e384744e3f8657584d51f37dbab434427621
tags:
- 0.21.4-2-g1cf718115
- 0.21.5-1-g1e83e3847
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): update read concern to avoid sync issues (#4649)'
sha: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
commitTitle: 'perf(core): add missing index for paginated query (#4651)'
sha: 1e83e384744e3f8657584d51f37dbab434427621
tags:
- 0.21.4-2-g1cf718115
- 0.21.5-1-g1e83e3847
path: schemas
- git:
commitTitle: 'fix(core): update read concern to avoid sync issues (#4649)'
sha: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
commitTitle: 'perf(core): add missing index for paginated query (#4651)'
sha: 1e83e384744e3f8657584d51f37dbab434427621
tags:
- 0.21.4-2-g1cf718115
- 0.21.5-1-g1e83e3847
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: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
ref: 1e83e384744e3f8657584d51f37dbab434427621
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
ref: 1e83e384744e3f8657584d51f37dbab434427621
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: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
ref: 1e83e384744e3f8657584d51f37dbab434427621
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: 1cf7181155c3b592123f9fc12bfd5e34b4b1b066
galoy_git_ref: 1e83e384744e3f8657584d51f37dbab434427621

0 comments on commit 9ee29e6

Please sign in to comment.