Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@bdf405bde1d…
Browse files Browse the repository at this point in the history
…0af961006e1e7bad71086690db1137e49fd6bc7cb8968b010104f
  • Loading branch information
galoybot committed Jan 24, 2024
1 parent ef9e9ce commit d9adea1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions quickstart/dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ local_resource(
"svix-pg",
"add-test-users-with-usernames",
"fund-user",
"notifications",
],
links = [
link("http://localhost:3001", "dashboard"),
Expand Down
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@07af6cd4f47391d01c90e1538baf92158e3e047efb21c5210c4d6e49d743298f"
#@ galoy_trigger_image_digest = "sha256@29fe40d9eb8b8a0f1465598d506f8e0b8c9ed059fc00597e427e1640d72b76ba"
#@ mongodb_migrate_image_digest = "sha256@79000dd151f2400cb3b6d35204d5a0d737f20b2bfb7bf5dde9d5b343c5b9a7a1"
#@ galoy_api_image_digest = "sha256@bdf405bde1d0af961006e1e7bad71086690db1137e49fd6bc7cb8968b010104f"
#@ galoy_trigger_image_digest = "sha256@937f952ecb79d2933c4d7161182f955940d6d77697c81037a9441e949ee997fb"
#@ mongodb_migrate_image_digest = "sha256@43edfb01b098856789fceb60e972cff4bb73a76f1df27f547a36b5b8e51a7f09"

#@ core_env = [
#@ "HELMREVISION=dev",
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:07af6cd4f47391d01c90e1538baf92158e3e047efb21c5210c4d6e49d743298f
image: us.gcr.io/galoy-org/galoy-api@sha256:bdf405bde1d0af961006e1e7bad71086690db1137e49fd6bc7cb8968b010104f
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:29fe40d9eb8b8a0f1465598d506f8e0b8c9ed059fc00597e427e1640d72b76ba
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:937f952ecb79d2933c4d7161182f955940d6d77697c81037a9441e949ee997fb
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -226,7 +226,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:79000dd151f2400cb3b6d35204d5a0d737f20b2bfb7bf5dde9d5b343c5b9a7a1
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:43edfb01b098856789fceb60e972cff4bb73a76f1df27f547a36b5b8e51a7f09
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: 'refactor(notifications): move device token to notifications (#3891)...'
sha: a773fe4a6dff692036229690f4d41611e237fd46
commitTitle: 'chore: added notifications as deps (#3895)'
sha: ef9e9ceb14049e36b522344777749dcabb141d8e
tags:
- 0.20.22-3-ga773fe4a6
- 0.20.23-1-gef9e9ceb1
path: ./
path: dev
- contents:
- git:
commitTitle: 'refactor(notifications): move device token to notifications (#3891)...'
sha: a773fe4a6dff692036229690f4d41611e237fd46
commitTitle: 'chore: added notifications as deps (#3895)'
sha: ef9e9ceb14049e36b522344777749dcabb141d8e
tags:
- 0.20.22-3-ga773fe4a6
- 0.20.23-1-gef9e9ceb1
path: schemas/
- git:
commitTitle: 'refactor(notifications): move device token to notifications (#3891)...'
sha: a773fe4a6dff692036229690f4d41611e237fd46
commitTitle: 'chore: added notifications as deps (#3895)'
sha: ef9e9ceb14049e36b522344777749dcabb141d8e
tags:
- 0.20.22-3-ga773fe4a6
- 0.20.23-1-gef9e9ceb1
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: a773fe4a6dff692036229690f4d41611e237fd46
ref: ef9e9ceb14049e36b522344777749dcabb141d8e
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a773fe4a6dff692036229690f4d41611e237fd46
ref: ef9e9ceb14049e36b522344777749dcabb141d8e
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: a773fe4a6dff692036229690f4d41611e237fd46
ref: ef9e9ceb14049e36b522344777749dcabb141d8e
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: a773fe4a6dff692036229690f4d41611e237fd46
galoy_git_ref: ef9e9ceb14049e36b522344777749dcabb141d8e

0 comments on commit d9adea1

Please sign in to comment.