Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@a00467c109a…
Browse files Browse the repository at this point in the history
…3b20387661b159e25088d5d7d94c47e282ec180db707bc14c195c
  • Loading branch information
galoybot committed Apr 26, 2024
1 parent 5171ff7 commit 2507d3b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#@ load("@ytt:data", "data")

#@ galoy_api_image_digest = "sha256@971e8936be26d9672e1ae71190adea5ec0d0a8b00fc0aa90fe47b69bbef4eefa"
#@ galoy_trigger_image_digest = "sha256@55ea420d340edb7e48257e12d236d9e2e97d4e99bf0687b25f22680b88a0b879"
#@ mongodb_migrate_image_digest = "sha256@3d61a04c4ec5c85eedf55edec4f993748d018ae429bb6cb56d7262c441f7f51b"
#@ galoy_notifications_image_digest = "sha256@5932be0e7003fbfadca16b29353a9df3618c9d3144b7a177889e0c0a99e62260"
#@ galoy_api_image_digest = "sha256@a00467c109a3b20387661b159e25088d5d7d94c47e282ec180db707bc14c195c"
#@ galoy_trigger_image_digest = "sha256@ade4b8d89682bc196479bf15a15985b0df53ba77805b5179e4eb3d797c90e468"
#@ mongodb_migrate_image_digest = "sha256@5a55a7a9d1fe4da750d3055c5b1617288d3546dfbd6e59109d674ca51b531833"
#@ galoy_notifications_image_digest = "sha256@ce3e6f0b26a1fbf0cfdce296a566bb58a41008bfa7dc5efb351ec3df01be8480"

#@ core_env = [
#@ "HELMREVISION=dev",
Expand Down
8 changes: 4 additions & 4 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:971e8936be26d9672e1ae71190adea5ec0d0a8b00fc0aa90fe47b69bbef4eefa
image: us.gcr.io/galoy-org/galoy-api@sha256:a00467c109a3b20387661b159e25088d5d7d94c47e282ec180db707bc14c195c
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:55ea420d340edb7e48257e12d236d9e2e97d4e99bf0687b25f22680b88a0b879
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:ade4b8d89682bc196479bf15a15985b0df53ba77805b5179e4eb3d797c90e468
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -213,7 +213,7 @@ services:
- bria
- mongodb
notifications:
image: us.gcr.io/galoy-org/galoy-notifications@sha256:5932be0e7003fbfadca16b29353a9df3618c9d3144b7a177889e0c0a99e62260
image: us.gcr.io/galoy-org/galoy-notifications@sha256:ce3e6f0b26a1fbf0cfdce296a566bb58a41008bfa7dc5efb351ec3df01be8480
environment:
- PG_CON=postgres://user:password@notifications-pg:5432/pg
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318
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:3d61a04c4ec5c85eedf55edec4f993748d018ae429bb6cb56d7262c441f7f51b
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:5a55a7a9d1fe4da750d3055c5b1617288d3546dfbd6e59109d674ca51b531833
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: 'chore: bump axios from 1.6.2 to 1.6.3 (#4368)...'
sha: c8a335de87322e8aa339643a8514f8d6342458a3
commitTitle: 'fix: pnpm lock redis dep version (#4379)'
sha: 5171ff72ed1748addb9ad271d40fe70fd5bfbf28
tags:
- 0.20.170-2-gc8a335de8
- 0.20.171-4-g5171ff72e
path: .
path: dev
- contents:
- git:
commitTitle: 'chore: bump axios from 1.6.2 to 1.6.3 (#4368)...'
sha: c8a335de87322e8aa339643a8514f8d6342458a3
commitTitle: 'fix: pnpm lock redis dep version (#4379)'
sha: 5171ff72ed1748addb9ad271d40fe70fd5bfbf28
tags:
- 0.20.170-2-gc8a335de8
- 0.20.171-4-g5171ff72e
path: schemas
- git:
commitTitle: 'chore: bump axios from 1.6.2 to 1.6.3 (#4368)...'
sha: c8a335de87322e8aa339643a8514f8d6342458a3
commitTitle: 'fix: pnpm lock redis dep version (#4379)'
sha: 5171ff72ed1748addb9ad271d40fe70fd5bfbf28
tags:
- 0.20.170-2-gc8a335de8
- 0.20.171-4-g5171ff72e
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: c8a335de87322e8aa339643a8514f8d6342458a3
ref: 5171ff72ed1748addb9ad271d40fe70fd5bfbf28
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: c8a335de87322e8aa339643a8514f8d6342458a3
ref: 5171ff72ed1748addb9ad271d40fe70fd5bfbf28
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: c8a335de87322e8aa339643a8514f8d6342458a3
ref: 5171ff72ed1748addb9ad271d40fe70fd5bfbf28
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: c8a335de87322e8aa339643a8514f8d6342458a3
galoy_git_ref: 5171ff72ed1748addb9ad271d40fe70fd5bfbf28

0 comments on commit 2507d3b

Please sign in to comment.