Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@e6c57b9b34f…
Browse files Browse the repository at this point in the history
…fd20102816936abf1cef8eb139595758f1a9dccccd1778fb1f37a
  • Loading branch information
galoybot committed Dec 2, 2024
1 parent 02fd101 commit f116677
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 19 deletions.
1 change: 1 addition & 0 deletions quickstart/dev/config/apollo-federation/supergraph.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ enum AccountLevel
@join__type(graph: PUBLIC)
{
ONE @join__enumValue(graph: PUBLIC)
THREE @join__enumValue(graph: PUBLIC)
TWO @join__enumValue(graph: PUBLIC)
ZERO @join__enumValue(graph: PUBLIC)
}
Expand Down
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@442c5993f5aa5114e4edf627b5749f261c0fef1349d7fe0c6bace2a5e12caefa"
#@ galoy_trigger_image_digest = "sha256@66566906c5440da51538ed733ffad90a4308814ec5d951558699851958561775"
#@ mongodb_migrate_image_digest = "sha256@d7eaeae2df950a66b0d7d3a69d2d255c52857ebf59daf2aea8d1ba2ddc8fc4b0"
#@ galoy_api_image_digest = "sha256@e6c57b9b34ffd20102816936abf1cef8eb139595758f1a9dccccd1778fb1f37a"
#@ galoy_trigger_image_digest = "sha256@d3e59c04f00c4ec71ee1fed2962f3e2b081ee86714ca916b1384d8dda7ef5d3d"
#@ mongodb_migrate_image_digest = "sha256@e1e9a02c2bd2ab73f061c4d707455045085b4cef41b7115318c173b88bf70c71"
#@ galoy_notifications_image_digest = "sha256@71c53ab3d9a4282d44d0605b95f1691ebc23334e8108bd4d06021a0c627a1205"

#@ 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:442c5993f5aa5114e4edf627b5749f261c0fef1349d7fe0c6bace2a5e12caefa
image: us.gcr.io/galoy-org/galoy-api@sha256:e6c57b9b34ffd20102816936abf1cef8eb139595758f1a9dccccd1778fb1f37a
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:66566906c5440da51538ed733ffad90a4308814ec5d951558699851958561775
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:d3e59c04f00c4ec71ee1fed2962f3e2b081ee86714ca916b1384d8dda7ef5d3d
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:d7eaeae2df950a66b0d7d3a69d2d255c52857ebf59daf2aea8d1ba2ddc8fc4b0
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:e1e9a02c2bd2ab73f061c4d707455045085b4cef41b7115318c173b88bf70c71
depends_on:
- mongodb
environment:
Expand Down
1 change: 1 addition & 0 deletions quickstart/graphql/schemas/admin/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ scalar AccountId

enum AccountLevel {
ONE
THREE
TWO
ZERO
}
Expand Down
1 change: 1 addition & 0 deletions quickstart/graphql/schemas/public/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ input AccountEnableNotificationChannelInput {

enum AccountLevel {
ONE
THREE
TWO
ZERO
}
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: add debug script to fix journals consistency (#4650)...'
sha: c18a4910af7bf492d32de92d20c3e3a250382650
commitTitle: 'feat(core): add level 3 (#4670)'
sha: 02fd1011a96e8544691ecc9f062d86610f60d5de
tags:
- 0.21.12
- 0.21.13-1-g02fd1011a
path: .
path: dev
- contents:
- git:
commitTitle: 'chore: add debug script to fix journals consistency (#4650)...'
sha: c18a4910af7bf492d32de92d20c3e3a250382650
commitTitle: 'feat(core): add level 3 (#4670)'
sha: 02fd1011a96e8544691ecc9f062d86610f60d5de
tags:
- 0.21.12
- 0.21.13-1-g02fd1011a
path: schemas
- git:
commitTitle: 'chore: add debug script to fix journals consistency (#4650)...'
sha: c18a4910af7bf492d32de92d20c3e3a250382650
commitTitle: 'feat(core): add level 3 (#4670)'
sha: 02fd1011a96e8544691ecc9f062d86610f60d5de
tags:
- 0.21.12
- 0.21.13-1-g02fd1011a
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: c18a4910af7bf492d32de92d20c3e3a250382650
ref: 02fd1011a96e8544691ecc9f062d86610f60d5de
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: c18a4910af7bf492d32de92d20c3e3a250382650
ref: 02fd1011a96e8544691ecc9f062d86610f60d5de
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: c18a4910af7bf492d32de92d20c3e3a250382650
ref: 02fd1011a96e8544691ecc9f062d86610f60d5de
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: c18a4910af7bf492d32de92d20c3e3a250382650
galoy_git_ref: 02fd1011a96e8544691ecc9f062d86610f60d5de

0 comments on commit f116677

Please sign in to comment.