Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@04a11049bd7…
Browse files Browse the repository at this point in the history
…f6400befb18470492d4559d0831c8e9124e2e1039a0224e05cb69
  • Loading branch information
galoybot committed Feb 10, 2024
1 parent 8b68eae commit 7513526
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@e2e6aa06566e58ba3d176731c6fd81a26e1fef0703e85b0fbdb3b3e5a56397c1"
#@ galoy_trigger_image_digest = "sha256@7391ede7b28f5e135107b5099ed6051dd10035aa6d7c9238a9fc80e24d31600a"
#@ mongodb_migrate_image_digest = "sha256@60976f6ae0d62787fa19a4e6fbc6e77af843e3eef7b0c77f51adea6b63d26fda"
#@ galoy_api_image_digest = "sha256@04a11049bd7f6400befb18470492d4559d0831c8e9124e2e1039a0224e05cb69"
#@ galoy_trigger_image_digest = "sha256@07a8ddb35cb63eaedb0550c337e82e34b376a002d0bb6a173c6b2852474e1561"
#@ mongodb_migrate_image_digest = "sha256@1b3de236d084440bc9117e3f90b166ff0446f254d4af151051f26389389c39a9"
#@ galoy_notifications_image_digest = "sha256@5b9ffc88d4a1d97774f6c0ef55d9d04538dcfe1535ae2c94847a103d8bc2fe50"

#@ core_env = [
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=hydra
galoy:
image: us.gcr.io/galoy-org/galoy-api@sha256:e2e6aa06566e58ba3d176731c6fd81a26e1fef0703e85b0fbdb3b3e5a56397c1
image: us.gcr.io/galoy-org/galoy-api@sha256:04a11049bd7f6400befb18470492d4559d0831c8e9124e2e1039a0224e05cb69
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -161,7 +161,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:7391ede7b28f5e135107b5099ed6051dd10035aa6d7c9238a9fc80e24d31600a
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:07a8ddb35cb63eaedb0550c337e82e34b376a002d0bb6a173c6b2852474e1561
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -248,7 +248,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:60976f6ae0d62787fa19a4e6fbc6e77af843e3eef7b0c77f51adea6b63d26fda
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:1b3de236d084440bc9117e3f90b166ff0446f254d4af151051f26389389c39a9
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,24 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore: follow up migration for location refacotring (#3936)...'
sha: 02c2e47bc1f69a98c31552c2b4fd88a8fabf79bc
commitTitle: 'fix: build - variable not used (#3973)...'
sha: 8b68eaeb9511b75433e501ee65b2531690f6f645
tags:
- 0.20.53-5-g02c2e47bc
- 0.20.54
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore: follow up migration for location refacotring (#3936)...'
sha: 02c2e47bc1f69a98c31552c2b4fd88a8fabf79bc
commitTitle: 'fix: build - variable not used (#3973)...'
sha: 8b68eaeb9511b75433e501ee65b2531690f6f645
tags:
- 0.20.53-5-g02c2e47bc
- 0.20.54
path: schemas/
- git:
commitTitle: 'chore: follow up migration for location refacotring (#3936)...'
sha: 02c2e47bc1f69a98c31552c2b4fd88a8fabf79bc
commitTitle: 'fix: build - variable not used (#3973)...'
sha: 8b68eaeb9511b75433e501ee65b2531690f6f645
tags:
- 0.20.53-5-g02c2e47bc
- 0.20.54
path: gql/
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: 02c2e47bc1f69a98c31552c2b4fd88a8fabf79bc
ref: 8b68eaeb9511b75433e501ee65b2531690f6f645
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 02c2e47bc1f69a98c31552c2b4fd88a8fabf79bc
ref: 8b68eaeb9511b75433e501ee65b2531690f6f645
includePaths:
- core/api/src/graphql/public/schema.graphql
- core/api/src/graphql/admin/schema.graphql
newRootPath: core/api/src/graphql
- path: gql/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 02c2e47bc1f69a98c31552c2b4fd88a8fabf79bc
ref: 8b68eaeb9511b75433e501ee65b2531690f6f645
includePaths:
- bats/gql/**/*
newRootPath: bats/gql
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: 02c2e47bc1f69a98c31552c2b4fd88a8fabf79bc
galoy_git_ref: 8b68eaeb9511b75433e501ee65b2531690f6f645

0 comments on commit 7513526

Please sign in to comment.