Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@f3fbbfed1d3…
Browse files Browse the repository at this point in the history
…a33260ab560be6a18574b610c5bb03507c47cc795cd68c13ae4a2
  • Loading branch information
galoybot authored and git committed Feb 20, 2024
1 parent 137f4a6 commit 13fc6c6
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#@ load("@ytt:data", "data")

#@ galoy_api_image_digest = "sha256@825a571b1772efe9406807d6e916ace1447df3d4faa6c127e8a38f2d981de261"
#@ galoy_trigger_image_digest = "sha256@ef830d1da16312954afa243ade07ee7125da239d168cb842f8ab457e32048efc"
#@ mongodb_migrate_image_digest = "sha256@b6630925447353ca5b0ef7616cf714c8418100ce7df451fcf6d724e49f4afafb"
#@ galoy_notifications_image_digest = "sha256@cda90b5539fdf8d7ecfe44a04f7ef5053bfaf9c1d685f96dc217202e264921a7"
#@ galoy_api_image_digest = "sha256@f3fbbfed1d3a33260ab560be6a18574b610c5bb03507c47cc795cd68c13ae4a2"
#@ galoy_trigger_image_digest = "sha256@4d94c3532c8a938b910e3620873b4ede7c4b89a54603039d3f22e4f362048465"
#@ mongodb_migrate_image_digest = "sha256@92ad37873216d48c0af593d11acb102281cc0c130d31e8063e289e1bffa2111f"
#@ galoy_notifications_image_digest = "sha256@15e302a6f0de9dba1fcd5fa60b07f20747df9a3efc849d7aa07e5970ab4f1ec1"

#@ core_env = [
#@ "HELMREVISION=dev",
Expand Down
8 changes: 4 additions & 4 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:825a571b1772efe9406807d6e916ace1447df3d4faa6c127e8a38f2d981de261
image: us.gcr.io/galoy-org/galoy-api@sha256:f3fbbfed1d3a33260ab560be6a18574b610c5bb03507c47cc795cd68c13ae4a2
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:ef830d1da16312954afa243ade07ee7125da239d168cb842f8ab457e32048efc
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:4d94c3532c8a938b910e3620873b4ede7c4b89a54603039d3f22e4f362048465
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -213,7 +213,7 @@ services:
- bria
- mongodb
notifications:
image: us.gcr.io/galoy-org/galoy-notifications@sha256:cda90b5539fdf8d7ecfe44a04f7ef5053bfaf9c1d685f96dc217202e264921a7
image: us.gcr.io/galoy-org/galoy-notifications@sha256:15e302a6f0de9dba1fcd5fa60b07f20747df9a3efc849d7aa07e5970ab4f1ec1
environment:
- PG_CON=postgres://user:password@notifications-pg:5432/pg
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-agent:4318
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:b6630925447353ca5b0ef7616cf714c8418100ce7df451fcf6d724e49f4afafb
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:92ad37873216d48c0af593d11acb102281cc0c130d31e8063e289e1bffa2111f
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: 'feat(core): add transactionsByPaymentRequest query (#4026)...'
sha: 02b66bf1b09e4b08b2f10fca2a5d6ecfae3ed63b
commitTitle: 'chore(notifications): add transifex config (#4007)...'
sha: 19ebf98049df87aacadeb0736042a4c6f30d9aed
tags:
- 0.20.67-1-g02b66bf1b
- 0.20.68-6-g19ebf9804
path: ./
path: dev
- contents:
- git:
commitTitle: 'feat(core): add transactionsByPaymentRequest query (#4026)...'
sha: 02b66bf1b09e4b08b2f10fca2a5d6ecfae3ed63b
commitTitle: 'chore(notifications): add transifex config (#4007)...'
sha: 19ebf98049df87aacadeb0736042a4c6f30d9aed
tags:
- 0.20.67-1-g02b66bf1b
- 0.20.68-6-g19ebf9804
path: schemas/
- git:
commitTitle: 'feat(core): add transactionsByPaymentRequest query (#4026)...'
sha: 02b66bf1b09e4b08b2f10fca2a5d6ecfae3ed63b
commitTitle: 'chore(notifications): add transifex config (#4007)...'
sha: 19ebf98049df87aacadeb0736042a4c6f30d9aed
tags:
- 0.20.67-1-g02b66bf1b
- 0.20.68-6-g19ebf9804
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: 02b66bf1b09e4b08b2f10fca2a5d6ecfae3ed63b
ref: 19ebf98049df87aacadeb0736042a4c6f30d9aed
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 02b66bf1b09e4b08b2f10fca2a5d6ecfae3ed63b
ref: 19ebf98049df87aacadeb0736042a4c6f30d9aed
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: 02b66bf1b09e4b08b2f10fca2a5d6ecfae3ed63b
ref: 19ebf98049df87aacadeb0736042a4c6f30d9aed
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: 02b66bf1b09e4b08b2f10fca2a5d6ecfae3ed63b
galoy_git_ref: 19ebf98049df87aacadeb0736042a4c6f30d9aed

0 comments on commit 13fc6c6

Please sign in to comment.