Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@2eb04e7cd33…
Browse files Browse the repository at this point in the history
…3b18d26253c461c3b1bb46d245a0a8b4af06fb1eae74ef659ef00
  • Loading branch information
galoybot committed Sep 14, 2024
1 parent 4a44acc commit 749b3ab
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@e77743cb8ef69ee82b7b4aac78ef092dc2dd781ae32aee8225e0aaf6916d63ae"
#@ galoy_trigger_image_digest = "sha256@27c8577068ebf174ef4873ea3bf6b1dc0af7c3bc59a8cd773ad99174e42b2db0"
#@ mongodb_migrate_image_digest = "sha256@26268e981cedce01a9846d991ce99b4c3c26cca11f22fb1b343b3d9a92266b55"
#@ galoy_api_image_digest = "sha256@2eb04e7cd333b18d26253c461c3b1bb46d245a0a8b4af06fb1eae74ef659ef00"
#@ galoy_trigger_image_digest = "sha256@08d96b19ab84bddc85caa0348ae4eb23c223e7e44aea163d1464fc8ffc9d755d"
#@ mongodb_migrate_image_digest = "sha256@76d2076226eb57de27a41078bb100ed77e74f504e9e68b01ef7474a49776d9e0"
#@ galoy_notifications_image_digest = "sha256@30f83751188d50b187ef79b5a894197b4c74216e7d462eb44c16ac0faa5776b6"

#@ 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:e77743cb8ef69ee82b7b4aac78ef092dc2dd781ae32aee8225e0aaf6916d63ae
image: us.gcr.io/galoy-org/galoy-api@sha256:2eb04e7cd333b18d26253c461c3b1bb46d245a0a8b4af06fb1eae74ef659ef00
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:27c8577068ebf174ef4873ea3bf6b1dc0af7c3bc59a8cd773ad99174e42b2db0
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:08d96b19ab84bddc85caa0348ae4eb23c223e7e44aea163d1464fc8ffc9d755d
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:26268e981cedce01a9846d991ce99b4c3c26cca11f22fb1b343b3d9a92266b55
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:76d2076226eb57de27a41078bb100ed77e74f504e9e68b01ef7474a49776d9e0
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: bump express from 4.19.2 to 4.21.0 (#4584)...'
sha: 3fd2c72bb7083598667a1aea4f85cfb73b839bb8
commitTitle: 'chore: bump core deps...'
sha: 4a44acceff3c3f7bf43446ffa487abc5bb83f0c0
tags:
- 0.20.216-2-g3fd2c72bb
- 0.20.216-4-g4a44accef
path: .
path: dev
- contents:
- git:
commitTitle: 'chore: bump express from 4.19.2 to 4.21.0 (#4584)...'
sha: 3fd2c72bb7083598667a1aea4f85cfb73b839bb8
commitTitle: 'chore: bump core deps...'
sha: 4a44acceff3c3f7bf43446ffa487abc5bb83f0c0
tags:
- 0.20.216-2-g3fd2c72bb
- 0.20.216-4-g4a44accef
path: schemas
- git:
commitTitle: 'chore: bump express from 4.19.2 to 4.21.0 (#4584)...'
sha: 3fd2c72bb7083598667a1aea4f85cfb73b839bb8
commitTitle: 'chore: bump core deps...'
sha: 4a44acceff3c3f7bf43446ffa487abc5bb83f0c0
tags:
- 0.20.216-2-g3fd2c72bb
- 0.20.216-4-g4a44accef
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: 3fd2c72bb7083598667a1aea4f85cfb73b839bb8
ref: 4a44acceff3c3f7bf43446ffa487abc5bb83f0c0
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 3fd2c72bb7083598667a1aea4f85cfb73b839bb8
ref: 4a44acceff3c3f7bf43446ffa487abc5bb83f0c0
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: 3fd2c72bb7083598667a1aea4f85cfb73b839bb8
ref: 4a44acceff3c3f7bf43446ffa487abc5bb83f0c0
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: 3fd2c72bb7083598667a1aea4f85cfb73b839bb8
galoy_git_ref: 4a44acceff3c3f7bf43446ffa487abc5bb83f0c0

0 comments on commit 749b3ab

Please sign in to comment.