Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@8aa497c06c1…
Browse files Browse the repository at this point in the history
…2323be65c5f6e2c0289c5ecf30849c173c9c34105c8a45d02056a
  • Loading branch information
galoybot committed Oct 30, 2023
1 parent d31ea78 commit 2669daa
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@1c5f328eea9d720954b04f5f23a6ce33a4859022b17b24b394933a413fba0c5a"
#@ galoy_trigger_image_digest = "sha256@7d62fb4c47533ef17b0e752978c118b55397dc63eaf7a8a59b29471a13c2d6ef"
#@ mongodb_migrate_image_digest = "sha256@825ba1be02ce68aa6589a8344d6bfb1504ee536f223a2a2c01fa0eef7d1c3b00"
#@ galoy_api_image_digest = "sha256@8aa497c06c12323be65c5f6e2c0289c5ecf30849c173c9c34105c8a45d02056a"
#@ galoy_trigger_image_digest = "sha256@bf9a45b56edbd63a9f0f4c3d1c2f9829f09c7b1a977e2ebc19a3198f7527fda8"
#@ mongodb_migrate_image_digest = "sha256@8180b429977e44b5555daccd99d4e331a8d348134b448003a59cf98407601bf5"

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:1c5f328eea9d720954b04f5f23a6ce33a4859022b17b24b394933a413fba0c5a
image: us.gcr.io/galoy-org/galoy-api@sha256:8aa497c06c12323be65c5f6e2c0289c5ecf30849c173c9c34105c8a45d02056a
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:7d62fb4c47533ef17b0e752978c118b55397dc63eaf7a8a59b29471a13c2d6ef
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:bf9a45b56edbd63a9f0f4c3d1c2f9829f09c7b1a977e2ebc19a3198f7527fda8
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:825ba1be02ce68aa6589a8344d6bfb1504ee536f223a2a2c01fa0eef7d1c3b00
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:8180b429977e44b5555daccd99d4e331a8d348134b448003a59cf98407601bf5
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: 'feat: added dark mode (#3448)...'
sha: 0d7fe686097afb0fc4bbfa6ec9109948c9f74d7d
commitTitle: 'fix: typo in earn persistence (#3458)'
sha: d31ea78bfb9156258bc481da2d582d0b3462d1de
tags:
- 0.15.60-2-g0d7fe6860
- 0.15.61-2-gd31ea78bf
path: ./
path: dev
- contents:
- git:
commitTitle: 'feat: added dark mode (#3448)...'
sha: 0d7fe686097afb0fc4bbfa6ec9109948c9f74d7d
commitTitle: 'fix: typo in earn persistence (#3458)'
sha: d31ea78bfb9156258bc481da2d582d0b3462d1de
tags:
- 0.15.60-2-g0d7fe6860
- 0.15.61-2-gd31ea78bf
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'feat: added dark mode (#3448)...'
sha: 0d7fe686097afb0fc4bbfa6ec9109948c9f74d7d
commitTitle: 'fix: typo in earn persistence (#3458)'
sha: d31ea78bfb9156258bc481da2d582d0b3462d1de
tags:
- 0.15.60-2-g0d7fe6860
- 0.15.61-2-gd31ea78bf
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: 0d7fe686097afb0fc4bbfa6ec9109948c9f74d7d
ref: d31ea78bfb9156258bc481da2d582d0b3462d1de
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 0d7fe686097afb0fc4bbfa6ec9109948c9f74d7d
ref: d31ea78bfb9156258bc481da2d582d0b3462d1de
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: 0d7fe686097afb0fc4bbfa6ec9109948c9f74d7d
ref: d31ea78bfb9156258bc481da2d582d0b3462d1de
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: 0d7fe686097afb0fc4bbfa6ec9109948c9f74d7d
galoy_git_ref: d31ea78bfb9156258bc481da2d582d0b3462d1de

0 comments on commit 2669daa

Please sign in to comment.