Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@24ad9884811…
Browse files Browse the repository at this point in the history
…1ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02
  • Loading branch information
galoybot committed Nov 20, 2024
1 parent c38451a commit 3ce05b3
Show file tree
Hide file tree
Showing 5 changed files with 22 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@0d3594a0bb5d92129af58d3f036eed5ea1ea027efa8686156e75952b81e8b984"
#@ galoy_trigger_image_digest = "sha256@fd4e4d898db61c9aa99a937039121869aedd46059a06501428b179f7ab8b7559"
#@ mongodb_migrate_image_digest = "sha256@5dc1f9d6b07a3f90604e1853e83d058a244656ac341e02d111c2f92d4aec5a3d"
#@ galoy_api_image_digest = "sha256@24ad98848111ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02"
#@ galoy_trigger_image_digest = "sha256@9c254a7dd84cef50120514ade153202ab7e54139b1703c62a11a8a878ac7c3ef"
#@ mongodb_migrate_image_digest = "sha256@3b2a938e1f947982e39b100abc9ed75798cf573a9be6b7fbc13b79e538972ed9"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ 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:0d3594a0bb5d92129af58d3f036eed5ea1ea027efa8686156e75952b81e8b984
image: us.gcr.io/galoy-org/galoy-api@sha256:24ad98848111ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02
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:fd4e4d898db61c9aa99a937039121869aedd46059a06501428b179f7ab8b7559
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:9c254a7dd84cef50120514ade153202ab7e54139b1703c62a11a8a878ac7c3ef
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -254,7 +254,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:5dc1f9d6b07a3f90604e1853e83d058a244656ac341e02d111c2f92d4aec5a3d
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:3b2a938e1f947982e39b100abc9ed75798cf573a9be6b7fbc13b79e538972ed9
depends_on:
- mongodb
environment:
Expand Down
21 changes: 12 additions & 9 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix(core): update exporter db connection settings (#4660)'
sha: ee74666caf9d299f091c972add5a05e8feef3b38
commitTitle: 'fix(core): update http error codes in authentication endpoints
(#4661)...'
sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15
tags:
- 0.21.9-1-gee74666ca
- 0.21.10-1-gc38451a44
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): update exporter db connection settings (#4660)'
sha: ee74666caf9d299f091c972add5a05e8feef3b38
commitTitle: 'fix(core): update http error codes in authentication endpoints
(#4661)...'
sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15
tags:
- 0.21.9-1-gee74666ca
- 0.21.10-1-gc38451a44
path: schemas
- git:
commitTitle: 'fix(core): update exporter db connection settings (#4660)'
sha: ee74666caf9d299f091c972add5a05e8feef3b38
commitTitle: 'fix(core): update http error codes in authentication endpoints
(#4661)...'
sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15
tags:
- 0.21.9-1-gee74666ca
- 0.21.10-1-gc38451a44
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: ee74666caf9d299f091c972add5a05e8feef3b38
ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: ee74666caf9d299f091c972add5a05e8feef3b38
ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15
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: ee74666caf9d299f091c972add5a05e8feef3b38
ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15
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: ee74666caf9d299f091c972add5a05e8feef3b38
galoy_git_ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15

0 comments on commit 3ce05b3

Please sign in to comment.