Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@5b8858d0e67…
Browse files Browse the repository at this point in the history
…29ec61cf198c228f3950d1ebd2bbda504ed7a51912a84b9030c2b
  • Loading branch information
galoybot committed May 1, 2024
1 parent 3347b69 commit 98ca257
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@b2ceee03657d9785ade725619bc522b5fd025d0b34d8c6a5e4b447e40b1f5046"
#@ galoy_trigger_image_digest = "sha256@e84598e26d9517a9b810948b7e7a1d00b53b31c1d083c4a73b54cadef4732f3f"
#@ mongodb_migrate_image_digest = "sha256@1edf0b4db8339892dc0985879c9e8504453a81ce1e29b2a91dad0b3ea7189c90"
#@ galoy_api_image_digest = "sha256@5b8858d0e6729ec61cf198c228f3950d1ebd2bbda504ed7a51912a84b9030c2b"
#@ galoy_trigger_image_digest = "sha256@612b0cdeabced98f24445a7a392db7385a912c48fdc2812c44561ededee917c1"
#@ mongodb_migrate_image_digest = "sha256@75346c4f71b5082f9a953a8eecbc914263a71aa6cff77b888cf94a2daaa23c41"
#@ galoy_notifications_image_digest = "sha256@992211d24918d41a08e2e3b4791364fd8e231684487dcbe9fc11e5d8acbc2f01"

#@ 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:b2ceee03657d9785ade725619bc522b5fd025d0b34d8c6a5e4b447e40b1f5046
image: us.gcr.io/galoy-org/galoy-api@sha256:5b8858d0e6729ec61cf198c228f3950d1ebd2bbda504ed7a51912a84b9030c2b
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:e84598e26d9517a9b810948b7e7a1d00b53b31c1d083c4a73b54cadef4732f3f
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:612b0cdeabced98f24445a7a392db7385a912c48fdc2812c44561ededee917c1
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:1edf0b4db8339892dc0985879c9e8504453a81ce1e29b2a91dad0b3ea7189c90
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:75346c4f71b5082f9a953a8eecbc914263a71aa6cff77b888cf94a2daaa23c41
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(notifications): refactor marketing notification (#4357)...'
sha: 9f6bba22a68639556fc0c8656410b2a94142c685
commitTitle: 'fix: need await for support chat messages (#4409)...'
sha: 3347b69ea5a2e0603db7e5cfb357cfdf3fb961ff
tags:
- 0.20.176-2-g9f6bba22a
- 0.20.177-2-g3347b69ea
path: .
path: dev
- contents:
- git:
commitTitle: 'chore(notifications): refactor marketing notification (#4357)...'
sha: 9f6bba22a68639556fc0c8656410b2a94142c685
commitTitle: 'fix: need await for support chat messages (#4409)...'
sha: 3347b69ea5a2e0603db7e5cfb357cfdf3fb961ff
tags:
- 0.20.176-2-g9f6bba22a
- 0.20.177-2-g3347b69ea
path: schemas
- git:
commitTitle: 'chore(notifications): refactor marketing notification (#4357)...'
sha: 9f6bba22a68639556fc0c8656410b2a94142c685
commitTitle: 'fix: need await for support chat messages (#4409)...'
sha: 3347b69ea5a2e0603db7e5cfb357cfdf3fb961ff
tags:
- 0.20.176-2-g9f6bba22a
- 0.20.178
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: 9f6bba22a68639556fc0c8656410b2a94142c685
ref: 3347b69ea5a2e0603db7e5cfb357cfdf3fb961ff
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 9f6bba22a68639556fc0c8656410b2a94142c685
ref: 3347b69ea5a2e0603db7e5cfb357cfdf3fb961ff
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: 9f6bba22a68639556fc0c8656410b2a94142c685
ref: 3347b69ea5a2e0603db7e5cfb357cfdf3fb961ff
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: 9f6bba22a68639556fc0c8656410b2a94142c685
galoy_git_ref: 3347b69ea5a2e0603db7e5cfb357cfdf3fb961ff

0 comments on commit 98ca257

Please sign in to comment.