Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@af0a994e25d…
Browse files Browse the repository at this point in the history
…69d3ce5210aa4174d506cfd72172b3aec2fbcb0221805523498c9
  • Loading branch information
galoybot authored and git committed Feb 15, 2024
1 parent 10f95e4 commit 2a8379d
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@1cb34a45d734af28f85331767631922fc55826a66897dd54f5adba1ac95647d4"
#@ galoy_trigger_image_digest = "sha256@1cf86202718d775c7edad19fac7f91183db85de8a4e333b1f7dd3385fce20eb2"
#@ mongodb_migrate_image_digest = "sha256@79c22b30083815c903daffa0a1caa3a2c19dffabc595c4447421bd9ce6742e50"
#@ galoy_notifications_image_digest = "sha256@edad807ad3a4691bbcba71a7f1ff3f30f1c7af32f598fc4ab386df9c58638453"
#@ galoy_api_image_digest = "sha256@af0a994e25d69d3ce5210aa4174d506cfd72172b3aec2fbcb0221805523498c9"
#@ galoy_trigger_image_digest = "sha256@4c04866d617b90ef48b79fe74bc127375e2238ff96236152dd3f6b861b1e0427"
#@ mongodb_migrate_image_digest = "sha256@ddd875392a679ca2c6833bb899d93548b27f0f4872450a3b86fa7ee8264b0f3e"
#@ galoy_notifications_image_digest = "sha256@0cf8a6b6415fa73e7e3ec11cd070dfcacdbe19da44f57c312d599507f8a95919"

#@ 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:1cb34a45d734af28f85331767631922fc55826a66897dd54f5adba1ac95647d4
image: us.gcr.io/galoy-org/galoy-api@sha256:af0a994e25d69d3ce5210aa4174d506cfd72172b3aec2fbcb0221805523498c9
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:1cf86202718d775c7edad19fac7f91183db85de8a4e333b1f7dd3385fce20eb2
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:4c04866d617b90ef48b79fe74bc127375e2238ff96236152dd3f6b861b1e0427
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:edad807ad3a4691bbcba71a7f1ff3f30f1c7af32f598fc4ab386df9c58638453
image: us.gcr.io/galoy-org/galoy-notifications@sha256:0cf8a6b6415fa73e7e3ec11cd070dfcacdbe19da44f57c312d599507f8a95919
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:79c22b30083815c903daffa0a1caa3a2c19dffabc595c4447421bd9ce6742e50
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:ddd875392a679ca2c6833bb899d93548b27f0f4872450a3b86fa7ee8264b0f3e
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: 'refactor(core): rename lnInvoicePaymentStatusByRequest (#4000)'
sha: 89efa3f76252e741cf3d133841bbcc9899e1041b
commitTitle: 'build: rename ''prepare_build_context'' (#4003)...'
sha: 11b65dc78c27edc481ae8dd6d831b0c1561f6b51
tags:
- 0.20.60-2-g89efa3f76
- 0.20.61-1-g11b65dc78
path: ./
path: dev
- contents:
- git:
commitTitle: 'refactor(core): rename lnInvoicePaymentStatusByRequest (#4000)'
sha: 89efa3f76252e741cf3d133841bbcc9899e1041b
commitTitle: 'build: rename ''prepare_build_context'' (#4003)...'
sha: 11b65dc78c27edc481ae8dd6d831b0c1561f6b51
tags:
- 0.20.60-2-g89efa3f76
- 0.20.61-1-g11b65dc78
path: schemas/
- git:
commitTitle: 'refactor(core): rename lnInvoicePaymentStatusByRequest (#4000)'
sha: 89efa3f76252e741cf3d133841bbcc9899e1041b
commitTitle: 'build: rename ''prepare_build_context'' (#4003)...'
sha: 11b65dc78c27edc481ae8dd6d831b0c1561f6b51
tags:
- 0.20.60-2-g89efa3f76
- 0.20.61-1-g11b65dc78
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: 89efa3f76252e741cf3d133841bbcc9899e1041b
ref: 11b65dc78c27edc481ae8dd6d831b0c1561f6b51
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 89efa3f76252e741cf3d133841bbcc9899e1041b
ref: 11b65dc78c27edc481ae8dd6d831b0c1561f6b51
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: 89efa3f76252e741cf3d133841bbcc9899e1041b
ref: 11b65dc78c27edc481ae8dd6d831b0c1561f6b51
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: 89efa3f76252e741cf3d133841bbcc9899e1041b
galoy_git_ref: 11b65dc78c27edc481ae8dd6d831b0c1561f6b51

0 comments on commit 2a8379d

Please sign in to comment.