Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@dc06b87cf8b…
Browse files Browse the repository at this point in the history
…94a43bca88b72b92df0d069f7acafaa526ccd9f22e81f3c2bec52
  • Loading branch information
galoybot committed Oct 18, 2024
1 parent e5db88a commit 7c32599
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@9c1cf70545bba398225aa959519d1e74a058d4a33481421f7c2ebf7707bece7f"
#@ galoy_trigger_image_digest = "sha256@8f1bde7ab69cea7fa22b5b4c77ca1700cc9bc1c2a61c737103c1da58ce3e19e6"
#@ mongodb_migrate_image_digest = "sha256@faba6572af2165c6c0066cfe76e8752e4d69d51548daf6b661ae7b4343a88bdf"
#@ galoy_api_image_digest = "sha256@dc06b87cf8b94a43bca88b72b92df0d069f7acafaa526ccd9f22e81f3c2bec52"
#@ galoy_trigger_image_digest = "sha256@0cdb54f0006a8882b2e2151cc3a4ae67765e4100a2a1fdfbf876033d8688b172"
#@ mongodb_migrate_image_digest = "sha256@719c58127bd81896d52026a301d301f3bb9bbcee0a871a421a778476b0dbf440"
#@ galoy_notifications_image_digest = "sha256@85a1376e374bf1524fd44e610615fdadbb74a75d9397152859155aed24d658f1"

#@ 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:9c1cf70545bba398225aa959519d1e74a058d4a33481421f7c2ebf7707bece7f
image: us.gcr.io/galoy-org/galoy-api@sha256:dc06b87cf8b94a43bca88b72b92df0d069f7acafaa526ccd9f22e81f3c2bec52
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:8f1bde7ab69cea7fa22b5b4c77ca1700cc9bc1c2a61c737103c1da58ce3e19e6
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:0cdb54f0006a8882b2e2151cc3a4ae67765e4100a2a1fdfbf876033d8688b172
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:faba6572af2165c6c0066cfe76e8752e4d69d51548daf6b661ae7b4343a88bdf
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:719c58127bd81896d52026a301d301f3bb9bbcee0a871a421a778476b0dbf440
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(deps): PG version sync (#4609)...'
sha: 443364e135413efe9ddc8f014798e9bcaaf8d46e
commitTitle: 'perf: update gh actions (#4618)...'
sha: e5db88ad0064cde36fc2f66aad5b752d971a4dcc
tags:
- 0.20.226-3-g443364e13
- 0.20.227-1-ge5db88ad0
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(deps): PG version sync (#4609)...'
sha: 443364e135413efe9ddc8f014798e9bcaaf8d46e
commitTitle: 'perf: update gh actions (#4618)...'
sha: e5db88ad0064cde36fc2f66aad5b752d971a4dcc
tags:
- 0.20.226-3-g443364e13
- 0.20.227-1-ge5db88ad0
path: schemas
- git:
commitTitle: 'fix(deps): PG version sync (#4609)...'
sha: 443364e135413efe9ddc8f014798e9bcaaf8d46e
commitTitle: 'perf: update gh actions (#4618)...'
sha: e5db88ad0064cde36fc2f66aad5b752d971a4dcc
tags:
- 0.20.226-3-g443364e13
- 0.20.227-1-ge5db88ad0
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:/GaloyMoney/galoy.git
ref: 443364e135413efe9ddc8f014798e9bcaaf8d46e
ref: e5db88ad0064cde36fc2f66aad5b752d971a4dcc
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https:/GaloyMoney/galoy.git
ref: 443364e135413efe9ddc8f014798e9bcaaf8d46e
ref: e5db88ad0064cde36fc2f66aad5b752d971a4dcc
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:/GaloyMoney/galoy.git
ref: 443364e135413efe9ddc8f014798e9bcaaf8d46e
ref: e5db88ad0064cde36fc2f66aad5b752d971a4dcc
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: 443364e135413efe9ddc8f014798e9bcaaf8d46e
galoy_git_ref: e5db88ad0064cde36fc2f66aad5b752d971a4dcc

0 comments on commit 7c32599

Please sign in to comment.