Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@97ba23f390b…
Browse files Browse the repository at this point in the history
…c20afe09da23f5de32bfce628f0fa19167ff2be33a61c57f5d9c4
  • Loading branch information
galoybot committed Nov 26, 2024
1 parent 8284169 commit de9dc57
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 22 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@24ad98848111ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02"
#@ galoy_trigger_image_digest = "sha256@9c254a7dd84cef50120514ade153202ab7e54139b1703c62a11a8a878ac7c3ef"
#@ mongodb_migrate_image_digest = "sha256@3b2a938e1f947982e39b100abc9ed75798cf573a9be6b7fbc13b79e538972ed9"
#@ galoy_api_image_digest = "sha256@97ba23f390bc20afe09da23f5de32bfce628f0fa19167ff2be33a61c57f5d9c4"
#@ galoy_trigger_image_digest = "sha256@75a5ab49e783cc2fe23303881f47a3ba590c6e674ef2b057b2b7360cc4067568"
#@ mongodb_migrate_image_digest = "sha256@e8dc02edb908f3faca2d40de363120c2fdbc928a1ca1d97924fec101bcdf13a7"
#@ 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:24ad98848111ea5203a7121b3d7d9b5028eca67894b5710f3e3944e8fc5f9f02
image: us.gcr.io/galoy-org/galoy-api@sha256:97ba23f390bc20afe09da23f5de32bfce628f0fa19167ff2be33a61c57f5d9c4
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:9c254a7dd84cef50120514ade153202ab7e54139b1703c62a11a8a878ac7c3ef
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:75a5ab49e783cc2fe23303881f47a3ba590c6e674ef2b057b2b7360cc4067568
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:3b2a938e1f947982e39b100abc9ed75798cf573a9be6b7fbc13b79e538972ed9
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:e8dc02edb908f3faca2d40de363120c2fdbc928a1ca1d97924fec101bcdf13a7
depends_on:
- mongodb
environment:
Expand Down
21 changes: 9 additions & 12 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix(core): update http error codes in authentication endpoints
(#4661)...'
sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15
commitTitle: 'chore(deps): bump bria proto to ''0.1.108'' (#4667)'
sha: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
tags:
- 0.21.10-1-gc38451a44
- 0.21.11-1-g8284169f1
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): update http error codes in authentication endpoints
(#4661)...'
sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15
commitTitle: 'chore(deps): bump bria proto to ''0.1.108'' (#4667)'
sha: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
tags:
- 0.21.10-1-gc38451a44
- 0.21.11-1-g8284169f1
path: schemas
- git:
commitTitle: 'fix(core): update http error codes in authentication endpoints
(#4661)...'
sha: c38451a448e8a60b80b5fb0b8beec177cb95cf15
commitTitle: 'chore(deps): bump bria proto to ''0.1.108'' (#4667)'
sha: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
tags:
- 0.21.10-1-gc38451a44
- 0.21.11-1-g8284169f1
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: c38451a448e8a60b80b5fb0b8beec177cb95cf15
ref: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: c38451a448e8a60b80b5fb0b8beec177cb95cf15
ref: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
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: c38451a448e8a60b80b5fb0b8beec177cb95cf15
ref: 8284169f18c5b4e49b4c8012c2a6e095320da6c1
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: c38451a448e8a60b80b5fb0b8beec177cb95cf15
galoy_git_ref: 8284169f18c5b4e49b4c8012c2a6e095320da6c1

0 comments on commit de9dc57

Please sign in to comment.