Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@56b39520bb7…
Browse files Browse the repository at this point in the history
…2e794cccc9c7a702c8960fc37e702286f2a14ea333d2868dbfe8d
  • Loading branch information
galoybot committed Nov 1, 2024
1 parent 748afc2 commit ef41d9f
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@9e0acde8816f7bf309e09229c4ed4a17c3503ab13c54eb2533d9f90b77bd8990"
#@ galoy_trigger_image_digest = "sha256@2a3e0641f462a26533b8fc0f89b9195e23d394687a2af9864adfe36e5d7e5f8d"
#@ mongodb_migrate_image_digest = "sha256@76061a7bcba1bd58c909b9d222e35787d3888cc35c9f12851c7fb583ab3cc695"
#@ galoy_api_image_digest = "sha256@56b39520bb72e794cccc9c7a702c8960fc37e702286f2a14ea333d2868dbfe8d"
#@ galoy_trigger_image_digest = "sha256@11291d6aea35a64f91c4600da96c0baa184e93272f029d60f267eba0e58de5d5"
#@ mongodb_migrate_image_digest = "sha256@c3f0e0d462cc3369b63ff1a92b4ae24c7ec367a145f9fdc7e399fcc254d8ec91"
#@ 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:9e0acde8816f7bf309e09229c4ed4a17c3503ab13c54eb2533d9f90b77bd8990
image: us.gcr.io/galoy-org/galoy-api@sha256:56b39520bb72e794cccc9c7a702c8960fc37e702286f2a14ea333d2868dbfe8d
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:2a3e0641f462a26533b8fc0f89b9195e23d394687a2af9864adfe36e5d7e5f8d
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:11291d6aea35a64f91c4600da96c0baa184e93272f029d60f267eba0e58de5d5
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:76061a7bcba1bd58c909b9d222e35787d3888cc35c9f12851c7fb583ab3cc695
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:c3f0e0d462cc3369b63ff1a92b4ae24c7ec367a145f9fdc7e399fcc254d8ec91
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): handle unknown error for unsupported payment feature
(#4640)'
sha: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
commitTitle: 'feat(core): update exporter metrics (#4617)...'
sha: 748afc2dec19f2521c86cb5132068ba542bdcb36
tags:
- 0.20.231-1-g2eb8c2231
- 0.21.0-1-g748afc2de
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): handle unknown error for unsupported payment feature
(#4640)'
sha: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
commitTitle: 'feat(core): update exporter metrics (#4617)...'
sha: 748afc2dec19f2521c86cb5132068ba542bdcb36
tags:
- 0.20.231-1-g2eb8c2231
- 0.21.0-1-g748afc2de
path: schemas
- git:
commitTitle: 'fix(core): handle unknown error for unsupported payment feature
(#4640)'
sha: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
commitTitle: 'feat(core): update exporter metrics (#4617)...'
sha: 748afc2dec19f2521c86cb5132068ba542bdcb36
tags:
- 0.20.231-1-g2eb8c2231
- 0.21.0-1-g748afc2de
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: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
ref: 748afc2dec19f2521c86cb5132068ba542bdcb36
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
ref: 748afc2dec19f2521c86cb5132068ba542bdcb36
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: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
ref: 748afc2dec19f2521c86cb5132068ba542bdcb36
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: 2eb8c223141ed72c6f6327467a6a8388e791a0d5
galoy_git_ref: 748afc2dec19f2521c86cb5132068ba542bdcb36

0 comments on commit ef41d9f

Please sign in to comment.