Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@442c5993f5a…
Browse files Browse the repository at this point in the history
…a5114e4edf627b5749f261c0fef1349d7fe0c6bace2a5e12caefa
  • Loading branch information
galoybot committed Nov 30, 2024
1 parent c18a491 commit 7f2666f
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@97ba23f390bc20afe09da23f5de32bfce628f0fa19167ff2be33a61c57f5d9c4"
#@ galoy_trigger_image_digest = "sha256@75a5ab49e783cc2fe23303881f47a3ba590c6e674ef2b057b2b7360cc4067568"
#@ mongodb_migrate_image_digest = "sha256@e8dc02edb908f3faca2d40de363120c2fdbc928a1ca1d97924fec101bcdf13a7"
#@ galoy_api_image_digest = "sha256@442c5993f5aa5114e4edf627b5749f261c0fef1349d7fe0c6bace2a5e12caefa"
#@ galoy_trigger_image_digest = "sha256@66566906c5440da51538ed733ffad90a4308814ec5d951558699851958561775"
#@ mongodb_migrate_image_digest = "sha256@d7eaeae2df950a66b0d7d3a69d2d255c52857ebf59daf2aea8d1ba2ddc8fc4b0"
#@ 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:97ba23f390bc20afe09da23f5de32bfce628f0fa19167ff2be33a61c57f5d9c4
image: us.gcr.io/galoy-org/galoy-api@sha256:442c5993f5aa5114e4edf627b5749f261c0fef1349d7fe0c6bace2a5e12caefa
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:75a5ab49e783cc2fe23303881f47a3ba590c6e674ef2b057b2b7360cc4067568
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:66566906c5440da51538ed733ffad90a4308814ec5d951558699851958561775
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:e8dc02edb908f3faca2d40de363120c2fdbc928a1ca1d97924fec101bcdf13a7
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:d7eaeae2df950a66b0d7d3a69d2d255c52857ebf59daf2aea8d1ba2ddc8fc4b0
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(deps): bump bria proto to ''0.1.108'' (#4667)'
sha: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
commitTitle: 'chore: add debug script to fix journals consistency (#4650)...'
sha: c18a4910af7bf492d32de92d20c3e3a250382650
tags:
- 0.21.11-1-g8284169f1
- 0.21.12
path: .
path: dev
- contents:
- git:
commitTitle: 'chore(deps): bump bria proto to ''0.1.108'' (#4667)'
sha: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
commitTitle: 'chore: add debug script to fix journals consistency (#4650)...'
sha: c18a4910af7bf492d32de92d20c3e3a250382650
tags:
- 0.21.11-1-g8284169f1
- 0.21.12
path: schemas
- git:
commitTitle: 'chore(deps): bump bria proto to ''0.1.108'' (#4667)'
sha: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
commitTitle: 'chore: add debug script to fix journals consistency (#4650)...'
sha: c18a4910af7bf492d32de92d20c3e3a250382650
tags:
- 0.21.11-1-g8284169f1
- 0.21.12
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: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
ref: c18a4910af7bf492d32de92d20c3e3a250382650
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
ref: c18a4910af7bf492d32de92d20c3e3a250382650
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: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
ref: c18a4910af7bf492d32de92d20c3e3a250382650
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: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
galoy_git_ref: c18a4910af7bf492d32de92d20c3e3a250382650

0 comments on commit 7f2666f

Please sign in to comment.