Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@747a44502e2…
Browse files Browse the repository at this point in the history
…cddbbe3f189a7efe2b832404e4037ba4a26edff9df87685b983a2
  • Loading branch information
galoybot committed Oct 18, 2023
1 parent aae461f commit 0560d28
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@50be256319b34141ba5c0954dbdf4d82edc817c0b84059df44af8af6f6a4ce55"
#@ galoy_trigger_image_digest = "sha256@2462c212987c9c541bda3c42dbd7d1e13f4be9c8d966fea84cf31aa4866e80dd"
#@ mongodb_migrate_image_digest = "sha256@c9f4c4ec42b09a5c130964d6d99dfd3bddca19a8e487066eb3edfefb617bfb3c"
#@ galoy_api_image_digest = "sha256@747a44502e2cddbbe3f189a7efe2b832404e4037ba4a26edff9df87685b983a2"
#@ galoy_trigger_image_digest = "sha256@d2cf2fbd60a19ab28fcaa80e189d10e2a8d490ed46b0efad8dddb28c53254cfa"
#@ mongodb_migrate_image_digest = "sha256@ae616cdcc598da13fef58458a46215b793c22290fdc52dfa7b84ed2be57f3518"

version: #@ data.values.version
services:
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=hydra
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:50be256319b34141ba5c0954dbdf4d82edc817c0b84059df44af8af6f6a4ce55
image: us.gcr.io/galoy-org/galoy-api@sha256:747a44502e2cddbbe3f189a7efe2b832404e4037ba4a26edff9df87685b983a2
env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy
depends_on:
- trigger
Expand All @@ -113,7 +113,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:2462c212987c9c541bda3c42dbd7d1e13f4be9c8d966fea84cf31aa4866e80dd
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:d2cf2fbd60a19ab28fcaa80e189d10e2a8d490ed46b0efad8dddb28c53254cfa
env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy
depends_on:
- lnd1
Expand All @@ -134,7 +134,7 @@ services:
- MONGO_INITDB_DATABASE=galoy
- MONGODB_ADVERTISED_HOSTNAME=127.0.0.1
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:c9f4c4ec42b09a5c130964d6d99dfd3bddca19a8e487066eb3edfefb617bfb3c
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:ae616cdcc598da13fef58458a46215b793c22290fdc52dfa7b84ed2be57f3518
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,26 +2,26 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: removing deprecated endpoint (#3379)...'
sha: 54554e7d8ad146f97ed1aba61aeca220a272e807
commitTitle: 'fix: preparing next build with correct dirs (#3380)'
sha: aae461f98277a53dcaf0fee5c0f142f7d49a252f
tags:
- 0.15.12-2-g54554e7d8
- 0.15.13-1-gaae461f98
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: removing deprecated endpoint (#3379)...'
sha: 54554e7d8ad146f97ed1aba61aeca220a272e807
commitTitle: 'fix: preparing next build with correct dirs (#3380)'
sha: aae461f98277a53dcaf0fee5c0f142f7d49a252f
tags:
- 0.15.12-2-g54554e7d8
- 0.15.13-1-gaae461f98
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: removing deprecated endpoint (#3379)...'
sha: 54554e7d8ad146f97ed1aba61aeca220a272e807
commitTitle: 'fix: preparing next build with correct dirs (#3380)'
sha: aae461f98277a53dcaf0fee5c0f142f7d49a252f
tags:
- 0.15.12-2-g54554e7d8
- 0.15.13-1-gaae461f98
path: ./
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: 54554e7d8ad146f97ed1aba61aeca220a272e807
ref: aae461f98277a53dcaf0fee5c0f142f7d49a252f
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 54554e7d8ad146f97ed1aba61aeca220a272e807
ref: aae461f98277a53dcaf0fee5c0f142f7d49a252f
includePaths:
- core/api/dev/**/*
- core/api/test/bats/bitcoind_signer_descriptors.json
Expand All @@ -36,7 +36,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 54554e7d8ad146f97ed1aba61aeca220a272e807
ref: aae461f98277a53dcaf0fee5c0f142f7d49a252f
includePaths:
- core/api/src/graphql/public/schema.graphql
- core/api/src/graphql/admin/schema.graphql
Expand Down
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: 54554e7d8ad146f97ed1aba61aeca220a272e807
galoy_git_ref: aae461f98277a53dcaf0fee5c0f142f7d49a252f

0 comments on commit 0560d28

Please sign in to comment.