Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@31cd59bac7f…
Browse files Browse the repository at this point in the history
…15bfdeb40dee6bfd5b816b420dbdddee6b0d379d2396279c7253b
  • Loading branch information
galoybot committed Nov 12, 2023
1 parent 6a12038 commit 2cedfda
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@18c03f5b90ad0151da2161bab0d51dbd121715b3a2b3cafaa78f6b1c658b495d"
#@ galoy_trigger_image_digest = "sha256@67851f75948601dabbd02f334196ac55cafbbd5d6dfa05b5bf4adf1ec7a761bb"
#@ mongodb_migrate_image_digest = "sha256@ad7a44a192fa05fa14e8d94af651899e38405f7a5c9f835c54322029600a77c4"
#@ galoy_api_image_digest = "sha256@31cd59bac7f15bfdeb40dee6bfd5b816b420dbdddee6b0d379d2396279c7253b"
#@ galoy_trigger_image_digest = "sha256@efbad2a50f16a4299c188c1e904ca7aae7b77499e8309c41b2d70a60aaab157e"
#@ mongodb_migrate_image_digest = "sha256@088ef6abc728e9091826ffa823cdc354e0d56c348e3609e66b12de11c9353c6e"

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:18c03f5b90ad0151da2161bab0d51dbd121715b3a2b3cafaa78f6b1c658b495d
image: us.gcr.io/galoy-org/galoy-api@sha256:31cd59bac7f15bfdeb40dee6bfd5b816b420dbdddee6b0d379d2396279c7253b
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:67851f75948601dabbd02f334196ac55cafbbd5d6dfa05b5bf4adf1ec7a761bb
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:efbad2a50f16a4299c188c1e904ca7aae7b77499e8309c41b2d70a60aaab157e
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:ad7a44a192fa05fa14e8d94af651899e38405f7a5c9f835c54322029600a77c4
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:088ef6abc728e9091826ffa823cdc354e0d56c348e3609e66b12de11c9353c6e
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: 'ci: add buck-build cache to main'
sha: 9ba3deddb4bdaee3940cc4fcaf5346a72245bcf2
commitTitle: 'fix: several typos in the docs (#3533)'
sha: 6a12038e9004e217fbee3989f5fc52adc069b52e
tags:
- 0.16.16-2-g9ba3deddb
- 0.16.17-1-g6a12038e9
path: ./
path: dev
- contents:
- git:
commitTitle: 'ci: add buck-build cache to main'
sha: 9ba3deddb4bdaee3940cc4fcaf5346a72245bcf2
commitTitle: 'fix: several typos in the docs (#3533)'
sha: 6a12038e9004e217fbee3989f5fc52adc069b52e
tags:
- 0.16.16-2-g9ba3deddb
- 0.16.17-1-g6a12038e9
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'ci: add buck-build cache to main'
sha: 9ba3deddb4bdaee3940cc4fcaf5346a72245bcf2
commitTitle: 'fix: several typos in the docs (#3533)'
sha: 6a12038e9004e217fbee3989f5fc52adc069b52e
tags:
- 0.16.16-2-g9ba3deddb
- 0.16.17-1-g6a12038e9
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: 9ba3deddb4bdaee3940cc4fcaf5346a72245bcf2
ref: 6a12038e9004e217fbee3989f5fc52adc069b52e
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 9ba3deddb4bdaee3940cc4fcaf5346a72245bcf2
ref: 6a12038e9004e217fbee3989f5fc52adc069b52e
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: 9ba3deddb4bdaee3940cc4fcaf5346a72245bcf2
ref: 6a12038e9004e217fbee3989f5fc52adc069b52e
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: 9ba3deddb4bdaee3940cc4fcaf5346a72245bcf2
galoy_git_ref: 6a12038e9004e217fbee3989f5fc52adc069b52e

0 comments on commit 2cedfda

Please sign in to comment.