Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@2c5ad53cedf…
Browse files Browse the repository at this point in the history
…34c9bf6bda8076da41e4c3b562a58f43205637c41f137a83dee0b
  • Loading branch information
galoybot committed Nov 13, 2023
1 parent 6d43fe1 commit 3d290fb
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@31cd59bac7f15bfdeb40dee6bfd5b816b420dbdddee6b0d379d2396279c7253b"
#@ galoy_trigger_image_digest = "sha256@efbad2a50f16a4299c188c1e904ca7aae7b77499e8309c41b2d70a60aaab157e"
#@ mongodb_migrate_image_digest = "sha256@088ef6abc728e9091826ffa823cdc354e0d56c348e3609e66b12de11c9353c6e"
#@ galoy_api_image_digest = "sha256@2c5ad53cedf34c9bf6bda8076da41e4c3b562a58f43205637c41f137a83dee0b"
#@ galoy_trigger_image_digest = "sha256@1e513afa3a9b1652ab341f48231a6839ca3c5dbc66dc2f3b1c32edb62a295f80"
#@ mongodb_migrate_image_digest = "sha256@9b1747516c0b06fbee4bd8d1a8535becdd00bde01fed13805b4d31f3602fdcf2"

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:31cd59bac7f15bfdeb40dee6bfd5b816b420dbdddee6b0d379d2396279c7253b
image: us.gcr.io/galoy-org/galoy-api@sha256:2c5ad53cedf34c9bf6bda8076da41e4c3b562a58f43205637c41f137a83dee0b
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:efbad2a50f16a4299c188c1e904ca7aae7b77499e8309c41b2d70a60aaab157e
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:1e513afa3a9b1652ab341f48231a6839ca3c5dbc66dc2f3b1c32edb62a295f80
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:088ef6abc728e9091826ffa823cdc354e0d56c348e3609e66b12de11c9353c6e
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:9b1747516c0b06fbee4bd8d1a8535becdd00bde01fed13805b4d31f3602fdcf2
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: 'fix: several typos in the docs (#3533)'
sha: 6a12038e9004e217fbee3989f5fc52adc069b52e
commitTitle: 'ci: give nodejs more mem for integration test'
sha: 6d43fe12ce71f9a85081f86e8701f31e2c28385c
tags:
- 0.16.17-1-g6a12038e9
- 0.16.18-1-g6d43fe12c
path: ./
path: dev
- contents:
- git:
commitTitle: 'fix: several typos in the docs (#3533)'
sha: 6a12038e9004e217fbee3989f5fc52adc069b52e
commitTitle: 'ci: give nodejs more mem for integration test'
sha: 6d43fe12ce71f9a85081f86e8701f31e2c28385c
tags:
- 0.16.17-1-g6a12038e9
- 0.16.18-1-g6d43fe12c
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'fix: several typos in the docs (#3533)'
sha: 6a12038e9004e217fbee3989f5fc52adc069b52e
commitTitle: 'ci: give nodejs more mem for integration test'
sha: 6d43fe12ce71f9a85081f86e8701f31e2c28385c
tags:
- 0.16.17-1-g6a12038e9
- 0.16.18-1-g6d43fe12c
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: 6a12038e9004e217fbee3989f5fc52adc069b52e
ref: 6d43fe12ce71f9a85081f86e8701f31e2c28385c
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 6a12038e9004e217fbee3989f5fc52adc069b52e
ref: 6d43fe12ce71f9a85081f86e8701f31e2c28385c
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: 6a12038e9004e217fbee3989f5fc52adc069b52e
ref: 6d43fe12ce71f9a85081f86e8701f31e2c28385c
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: 6a12038e9004e217fbee3989f5fc52adc069b52e
galoy_git_ref: 6d43fe12ce71f9a85081f86e8701f31e2c28385c

0 comments on commit 3d290fb

Please sign in to comment.