Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@9e0acde8816…
Browse files Browse the repository at this point in the history
…f7bf309e09229c4ed4a17c3503ab13c54eb2533d9f90b77bd8990
  • Loading branch information
galoybot committed Oct 29, 2024
1 parent 2eb8c22 commit 47a816e
Show file tree
Hide file tree
Showing 5 changed files with 22 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@2de3dbbce7d02e3d202597c27f11f632e7043cf61013cc52d4686cdce03146cb"
#@ galoy_trigger_image_digest = "sha256@c82785dd5753bfc1bbbb707de77089bb6b0a928d93de4927095898bc5f17913b"
#@ mongodb_migrate_image_digest = "sha256@b09a248053666db631bfd63a2948542ab751f9cf4c425fe950f0205d20868521"
#@ galoy_api_image_digest = "sha256@9e0acde8816f7bf309e09229c4ed4a17c3503ab13c54eb2533d9f90b77bd8990"
#@ galoy_trigger_image_digest = "sha256@2a3e0641f462a26533b8fc0f89b9195e23d394687a2af9864adfe36e5d7e5f8d"
#@ mongodb_migrate_image_digest = "sha256@76061a7bcba1bd58c909b9d222e35787d3888cc35c9f12851c7fb583ab3cc695"
#@ 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:2de3dbbce7d02e3d202597c27f11f632e7043cf61013cc52d4686cdce03146cb
image: us.gcr.io/galoy-org/galoy-api@sha256:9e0acde8816f7bf309e09229c4ed4a17c3503ab13c54eb2533d9f90b77bd8990
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:c82785dd5753bfc1bbbb707de77089bb6b0a928d93de4927095898bc5f17913b
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:2a3e0641f462a26533b8fc0f89b9195e23d394687a2af9864adfe36e5d7e5f8d
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:b09a248053666db631bfd63a2948542ab751f9cf4c425fe950f0205d20868521
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:76061a7bcba1bd58c909b9d222e35787d3888cc35c9f12851c7fb583ab3cc695
depends_on:
- mongodb
environment:
Expand Down
21 changes: 12 additions & 9 deletions quickstart/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'chore(core): update default expiration for BTC invoices (#4638)...'
sha: ee75e926b9e696e40d93e7ac3b0fb138da697133
commitTitle: 'fix(core): handle unknown error for unsupported payment feature
(#4640)'
sha: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
tags:
- 0.20.230-1-gee75e926b
- 0.20.231-1-g2eb8c2231
path: .
path: dev
- contents:
- git:
commitTitle: 'chore(core): update default expiration for BTC invoices (#4638)...'
sha: ee75e926b9e696e40d93e7ac3b0fb138da697133
commitTitle: 'fix(core): handle unknown error for unsupported payment feature
(#4640)'
sha: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
tags:
- 0.20.230-1-gee75e926b
- 0.20.231-1-g2eb8c2231
path: schemas
- git:
commitTitle: 'chore(core): update default expiration for BTC invoices (#4638)...'
sha: ee75e926b9e696e40d93e7ac3b0fb138da697133
commitTitle: 'fix(core): handle unknown error for unsupported payment feature
(#4640)'
sha: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
tags:
- 0.20.230-1-gee75e926b
- 0.20.231-1-g2eb8c2231
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: ee75e926b9e696e40d93e7ac3b0fb138da697133
ref: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: ee75e926b9e696e40d93e7ac3b0fb138da697133
ref: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
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: ee75e926b9e696e40d93e7ac3b0fb138da697133
ref: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
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: ee75e926b9e696e40d93e7ac3b0fb138da697133
galoy_git_ref: 2eb8c223141ed72c6f6327467a6a8388e791a0d5

0 comments on commit 47a816e

Please sign in to comment.