Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@7644e2440ab…
Browse files Browse the repository at this point in the history
…2f715867912b3a25af4103ecf007f88a4fd110abb8ae121d037fa
  • Loading branch information
galoybot committed Jul 17, 2024
1 parent ae73308 commit a5e27a7
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@92c4e7dcced82eee34c6856694db4905f922679b343ba2c1315f45b36b04f592"
#@ galoy_trigger_image_digest = "sha256@695419d54b5a5a00108ae054429c445e8cc56ae6eac64f7c1aec0d556c2777f2"
#@ mongodb_migrate_image_digest = "sha256@5276ad591d0f416271ae24c242fc73998c1a2ec26c6f1782942276239876844f"
#@ galoy_api_image_digest = "sha256@7644e2440ab2f715867912b3a25af4103ecf007f88a4fd110abb8ae121d037fa"
#@ galoy_trigger_image_digest = "sha256@622a7ce25baf657a1efdedf2f84566e48fc508218e5291c056dd88db3ba2eccc"
#@ mongodb_migrate_image_digest = "sha256@794a57a2deb76f59d639e5fc6a3df510cf95dbfa635caee00264bedd5ec3b7a5"
#@ galoy_notifications_image_digest = "sha256@30f83751188d50b187ef79b5a894197b4c74216e7d462eb44c16ac0faa5776b6"

#@ 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:92c4e7dcced82eee34c6856694db4905f922679b343ba2c1315f45b36b04f592
image: us.gcr.io/galoy-org/galoy-api@sha256:7644e2440ab2f715867912b3a25af4103ecf007f88a4fd110abb8ae121d037fa
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:695419d54b5a5a00108ae054429c445e8cc56ae6eac64f7c1aec0d556c2777f2
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:622a7ce25baf657a1efdedf2f84566e48fc508218e5291c056dd88db3ba2eccc
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:5276ad591d0f416271ae24c242fc73998c1a2ec26c6f1782942276239876844f
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:794a57a2deb76f59d639e5fc6a3df510cf95dbfa635caee00264bedd5ec3b7a5
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 quiz phone limits validation (#4537)...'
sha: 23e218e8fc8e7e48f8080053417974b3325a2281
commitTitle: 'chore(deps): bump ws from 8.17.0 to 8.17.1 (#4512)...'
sha: ae73308ae86a5d5c19a94d7276c4cbb04d245181
tags:
- 0.20.208-1-g23e218e8f
- 0.20.210-1-gae73308ae
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): update quiz phone limits validation (#4537)...'
sha: 23e218e8fc8e7e48f8080053417974b3325a2281
commitTitle: 'chore(deps): bump ws from 8.17.0 to 8.17.1 (#4512)...'
sha: ae73308ae86a5d5c19a94d7276c4cbb04d245181
tags:
- 0.20.208-1-g23e218e8f
- 0.20.210-1-gae73308ae
path: schemas
- git:
commitTitle: 'fix(core): update quiz phone limits validation (#4537)...'
sha: 23e218e8fc8e7e48f8080053417974b3325a2281
commitTitle: 'chore(deps): bump ws from 8.17.0 to 8.17.1 (#4512)...'
sha: ae73308ae86a5d5c19a94d7276c4cbb04d245181
tags:
- 0.20.208-1-g23e218e8f
- 0.20.210-1-gae73308ae
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: 23e218e8fc8e7e48f8080053417974b3325a2281
ref: ae73308ae86a5d5c19a94d7276c4cbb04d245181
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 23e218e8fc8e7e48f8080053417974b3325a2281
ref: ae73308ae86a5d5c19a94d7276c4cbb04d245181
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: 23e218e8fc8e7e48f8080053417974b3325a2281
ref: ae73308ae86a5d5c19a94d7276c4cbb04d245181
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: 23e218e8fc8e7e48f8080053417974b3325a2281
galoy_git_ref: ae73308ae86a5d5c19a94d7276c4cbb04d245181

0 comments on commit a5e27a7

Please sign in to comment.