Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@269ed4bdd56…
Browse files Browse the repository at this point in the history
…f3b193f59d943ff109f3b6000ad305dba84b75c282c18492c58b3
  • Loading branch information
galoybot committed Sep 20, 2024
1 parent b647988 commit 8882a3c
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@52dcef77a02d264ba17d989cc0e2441b321a8a184ade75b3a4ebdd6936d4b2de"
#@ galoy_trigger_image_digest = "sha256@2b3f43b6016f41461c56fca5de9f6f84668be20f82817a4f7864f85aab001df0"
#@ mongodb_migrate_image_digest = "sha256@cb959fdd76e0d316b0bd72a24c47a508b676bd11037e38154bbcc6c794e079e9"
#@ galoy_api_image_digest = "sha256@269ed4bdd56f3b193f59d943ff109f3b6000ad305dba84b75c282c18492c58b3"
#@ galoy_trigger_image_digest = "sha256@a40eee797b76e6163dc0e0ff57a1f7b79b55c8c8fbb00d40fc7e663607594d73"
#@ mongodb_migrate_image_digest = "sha256@f3c71763523cf81887dd0a35611cc5302d28d1970a21ae7a533f931e21838d5f"
#@ 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:52dcef77a02d264ba17d989cc0e2441b321a8a184ade75b3a4ebdd6936d4b2de
image: us.gcr.io/galoy-org/galoy-api@sha256:269ed4bdd56f3b193f59d943ff109f3b6000ad305dba84b75c282c18492c58b3
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:2b3f43b6016f41461c56fca5de9f6f84668be20f82817a4f7864f85aab001df0
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:a40eee797b76e6163dc0e0ff57a1f7b79b55c8c8fbb00d40fc7e663607594d73
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:cb959fdd76e0d316b0bd72a24c47a508b676bd11037e38154bbcc6c794e079e9
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:f3c71763523cf81887dd0a35611cc5302d28d1970a21ae7a533f931e21838d5f
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: 'fix(consent): encode cookie name (#4593)'
sha: a6e48c348df604ecb1173ab9fe2c02b7c582b3f6
commitTitle: 'chore: bump next from 14.0.1 to 14.2.12 (#4591)...'
sha: b6479880f60164822a63d3f390f00e89abc18cb2
tags:
- 0.20.219-1-ga6e48c348
- 0.20.220-1-gb6479880f
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(consent): encode cookie name (#4593)'
sha: a6e48c348df604ecb1173ab9fe2c02b7c582b3f6
commitTitle: 'chore: bump next from 14.0.1 to 14.2.12 (#4591)...'
sha: b6479880f60164822a63d3f390f00e89abc18cb2
tags:
- 0.20.219-1-ga6e48c348
- 0.20.220-1-gb6479880f
path: schemas
- git:
commitTitle: 'fix(consent): encode cookie name (#4593)'
sha: a6e48c348df604ecb1173ab9fe2c02b7c582b3f6
commitTitle: 'chore: bump next from 14.0.1 to 14.2.12 (#4591)...'
sha: b6479880f60164822a63d3f390f00e89abc18cb2
tags:
- 0.20.219-1-ga6e48c348
- 0.20.220-1-gb6479880f
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: a6e48c348df604ecb1173ab9fe2c02b7c582b3f6
ref: b6479880f60164822a63d3f390f00e89abc18cb2
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: a6e48c348df604ecb1173ab9fe2c02b7c582b3f6
ref: b6479880f60164822a63d3f390f00e89abc18cb2
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: a6e48c348df604ecb1173ab9fe2c02b7c582b3f6
ref: b6479880f60164822a63d3f390f00e89abc18cb2
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: a6e48c348df604ecb1173ab9fe2c02b7c582b3f6
galoy_git_ref: b6479880f60164822a63d3f390f00e89abc18cb2

0 comments on commit 8882a3c

Please sign in to comment.