Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@2ea2338507d…
Browse files Browse the repository at this point in the history
…7264f22131e26cb765ea8d135cd435e4021652d0d00a22f44dab7
  • Loading branch information
galoybot committed Nov 1, 2023
1 parent a1998c6 commit 19e281d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 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@09052edc1ebda5f331ec707bc4eb739bdeb1d813e134a802c40495c0d66e784c"
#@ galoy_trigger_image_digest = "sha256@8c6b9c47685d45eb04a805ffe6463d00242cac4f1250948ec828d54d150951ce"
#@ mongodb_migrate_image_digest = "sha256@f3f42edf96ad71310b982d5ee3ccbb60f4adc843c0687057e8151ca6c1c9a704"
#@ galoy_api_image_digest = "sha256@2ea2338507d7264f22131e26cb765ea8d135cd435e4021652d0d00a22f44dab7"
#@ galoy_trigger_image_digest = "sha256@ee0f2e4f01e2f92c36dad9a760ad318d42a7fc72aed82e0a092b4fd1dad4e7d0"
#@ mongodb_migrate_image_digest = "sha256@89eb9f8a38a5296b1af3951d83e0e86632357a70ed1370c7044ad89b4d0543c1"

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 @@ -97,7 +97,7 @@ services:
ports:
- 5434:5432
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:09052edc1ebda5f331ec707bc4eb739bdeb1d813e134a802c40495c0d66e784c
image: us.gcr.io/galoy-org/galoy-api@sha256:2ea2338507d7264f22131e26cb765ea8d135cd435e4021652d0d00a22f44dab7
env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy
depends_on:
- trigger
Expand All @@ -115,7 +115,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:8c6b9c47685d45eb04a805ffe6463d00242cac4f1250948ec828d54d150951ce
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:ee0f2e4f01e2f92c36dad9a760ad318d42a7fc72aed82e0a092b4fd1dad4e7d0
env_file: ${HOST_PROJECT_PATH:-.}/${GALOY_QUICKSTART_PATH:-vendor/galoy-quickstart}/.env.galoy
depends_on:
- lnd1
Expand All @@ -136,7 +136,7 @@ services:
- MONGODB_ADVERTISED_HOSTNAME=127.0.0.1
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:f3f42edf96ad71310b982d5ee3ccbb60f4adc843c0687057e8151ca6c1c9a704
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:89eb9f8a38a5296b1af3951d83e0e86632357a70ed1370c7044ad89b4d0543c1
depends_on:
- mongodb
environment:
Expand Down
4 changes: 2 additions & 2 deletions quickstart/galoy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ services:
mongodb-migrate:
depends_on: [mongodb]
build:
context: .
dockerfile: Dockerfile-migrate
context: ../..
dockerfile: core/api/Dockerfile-migrate
environment:
- MONGODB_ADDRESS=mongodb
mongodb:
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: bump @ory/client from 1.2.11 to 1.2.16 (#3466)...'
sha: 31fac645a13ff3f32703288d1dc629571f81fde0
commitTitle: 'fix: debug image build'
sha: a1998c6809aa5a2f00bca62417a51c20194ae6c2
tags:
- 0.15.70-2-g31fac645a
- 0.15.72-3-ga1998c680
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: bump @ory/client from 1.2.11 to 1.2.16 (#3466)...'
sha: 31fac645a13ff3f32703288d1dc629571f81fde0
commitTitle: 'fix: debug image build'
sha: a1998c6809aa5a2f00bca62417a51c20194ae6c2
tags:
- 0.15.70-2-g31fac645a
- 0.15.72-3-ga1998c680
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'chore: bump @ory/client from 1.2.11 to 1.2.16 (#3466)...'
sha: 31fac645a13ff3f32703288d1dc629571f81fde0
commitTitle: 'fix: debug image build'
sha: a1998c6809aa5a2f00bca62417a51c20194ae6c2
tags:
- 0.15.70-2-g31fac645a
- 0.15.72-3-ga1998c680
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: 31fac645a13ff3f32703288d1dc629571f81fde0
ref: a1998c6809aa5a2f00bca62417a51c20194ae6c2
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 31fac645a13ff3f32703288d1dc629571f81fde0
ref: a1998c6809aa5a2f00bca62417a51c20194ae6c2
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: 31fac645a13ff3f32703288d1dc629571f81fde0
ref: a1998c6809aa5a2f00bca62417a51c20194ae6c2
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: 31fac645a13ff3f32703288d1dc629571f81fde0
galoy_git_ref: a1998c6809aa5a2f00bca62417a51c20194ae6c2

0 comments on commit 19e281d

Please sign in to comment.