Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@7a91dfefd6e…
Browse files Browse the repository at this point in the history
…d621bba19d4026118976fbbc842459e915f6bb6da4706d7748e7c
  • Loading branch information
galoybot committed Sep 25, 2023
1 parent b2f7bb5 commit 813bb28
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#@ load("@ytt:data", "data")

#@ galoy_image_digest = "sha256@61eec2c0747ce8e20e1a45f1d0492e955631e6d89f25cf2364c0727b27786cfe"
#@ mongodb_migrate_image_digest = "sha256@0a545c8ed8d8061166340c484035ed19f4f358fc124f9d2d81a37a3c4b95fdc2"
#@ galoy_image_digest = "sha256@7a91dfefd6ed621bba19d4026118976fbbc842459e915f6bb6da4706d7748e7c"
#@ mongodb_migrate_image_digest = "sha256@9d5c6a5e7995b671ae1d9b1deb4a2dab0c144514cd7009bc1060600c7e1f2148"

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 @@ -64,7 +64,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=default
galoy:
image: us.gcr.io/galoy-org/galoy-app@sha256:61eec2c0747ce8e20e1a45f1d0492e955631e6d89f25cf2364c0727b27786cfe
image: us.gcr.io/galoy-org/galoy-app@sha256:7a91dfefd6ed621bba19d4026118976fbbc842459e915f6bb6da4706d7748e7c
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -86,7 +86,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-app@sha256:61eec2c0747ce8e20e1a45f1d0492e955631e6d89f25cf2364c0727b27786cfe
image: us.gcr.io/galoy-org/galoy-app@sha256:7a91dfefd6ed621bba19d4026118976fbbc842459e915f6bb6da4706d7748e7c
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -111,7 +111,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:0a545c8ed8d8061166340c484035ed19f4f358fc124f9d2d81a37a3c4b95fdc2
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:9d5c6a5e7995b671ae1d9b1deb4a2dab0c144514cd7009bc1060600c7e1f2148
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: 'test: continue cleaning up receive ln integration (#3257)...'
sha: 6906f1b317d2ba538e1da3ad100d6c21c8c50abe
commitTitle: 'chore: user logout should be a authed mutation (#3263)...'
sha: b2f7bb5476feaa03f3bc464e53362b16c650d73e
tags:
- 0.13.91-1-g6906f1b31
- 0.13.92-1-gb2f7bb547
path: ./
path: dev
- contents:
- git:
commitTitle: 'test: continue cleaning up receive ln integration (#3257)...'
sha: 6906f1b317d2ba538e1da3ad100d6c21c8c50abe
commitTitle: 'chore: user logout should be a authed mutation (#3263)...'
sha: b2f7bb5476feaa03f3bc464e53362b16c650d73e
tags:
- 0.13.91-1-g6906f1b31
- 0.13.92-1-gb2f7bb547
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'test: continue cleaning up receive ln integration (#3257)...'
sha: 6906f1b317d2ba538e1da3ad100d6c21c8c50abe
commitTitle: 'chore: user logout should be a authed mutation (#3263)...'
sha: b2f7bb5476feaa03f3bc464e53362b16c650d73e
tags:
- 0.13.91-1-g6906f1b31
- 0.13.92-1-gb2f7bb547
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: 6906f1b317d2ba538e1da3ad100d6c21c8c50abe
ref: b2f7bb5476feaa03f3bc464e53362b16c650d73e
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 6906f1b317d2ba538e1da3ad100d6c21c8c50abe
ref: b2f7bb5476feaa03f3bc464e53362b16c650d73e
includePaths:
- dev/**/*
- test/bats/bitcoind_signer_descriptors.json
Expand All @@ -35,7 +35,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 6906f1b317d2ba538e1da3ad100d6c21c8c50abe
ref: b2f7bb5476feaa03f3bc464e53362b16c650d73e
includePaths:
- src/graphql/public/schema.graphql
- 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: 6906f1b317d2ba538e1da3ad100d6c21c8c50abe
galoy_git_ref: b2f7bb5476feaa03f3bc464e53362b16c650d73e

0 comments on commit 813bb28

Please sign in to comment.