Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@ca303d2cbd0…
Browse files Browse the repository at this point in the history
…98b517d400d402469cca86ef97a68e4e26191e1a5871a753dfbbb
  • Loading branch information
galoybot committed Nov 6, 2024
1 parent ccd31cc commit 7780c16
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@56b39520bb72e794cccc9c7a702c8960fc37e702286f2a14ea333d2868dbfe8d"
#@ galoy_trigger_image_digest = "sha256@11291d6aea35a64f91c4600da96c0baa184e93272f029d60f267eba0e58de5d5"
#@ mongodb_migrate_image_digest = "sha256@c3f0e0d462cc3369b63ff1a92b4ae24c7ec367a145f9fdc7e399fcc254d8ec91"
#@ galoy_api_image_digest = "sha256@ca303d2cbd098b517d400d402469cca86ef97a68e4e26191e1a5871a753dfbbb"
#@ galoy_trigger_image_digest = "sha256@6eecad965f500531b90641bd26092e49b9c1251b23b1234c0bdb7006c337ae7b"
#@ mongodb_migrate_image_digest = "sha256@1b15fdcf6607fa57ffcc0255d30fc56fe4d593f520f00c059fa858aca46cc1ca"
#@ 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:56b39520bb72e794cccc9c7a702c8960fc37e702286f2a14ea333d2868dbfe8d
image: us.gcr.io/galoy-org/galoy-api@sha256:ca303d2cbd098b517d400d402469cca86ef97a68e4e26191e1a5871a753dfbbb
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:11291d6aea35a64f91c4600da96c0baa184e93272f029d60f267eba0e58de5d5
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:6eecad965f500531b90641bd26092e49b9c1251b23b1234c0bdb7006c337ae7b
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:c3f0e0d462cc3369b63ff1a92b4ae24c7ec367a145f9fdc7e399fcc254d8ec91
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:1b15fdcf6607fa57ffcc0255d30fc56fe4d593f520f00c059fa858aca46cc1ca
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: 'feat(core): update exporter metrics (#4617)...'
sha: 748afc2dec19f2521c86cb5132068ba542bdcb36
commitTitle: 'perf(core): update mongodb default connection settings (#4646)...'
sha: ccd31cc0bff2fa644dacf57f83e36af178a17f33
tags:
- 0.21.0-1-g748afc2de
- 0.21.1-2-gccd31cc0b
path: .
path: dev
- contents:
- git:
commitTitle: 'feat(core): update exporter metrics (#4617)...'
sha: 748afc2dec19f2521c86cb5132068ba542bdcb36
commitTitle: 'perf(core): update mongodb default connection settings (#4646)...'
sha: ccd31cc0bff2fa644dacf57f83e36af178a17f33
tags:
- 0.21.0-1-g748afc2de
- 0.21.1-2-gccd31cc0b
path: schemas
- git:
commitTitle: 'feat(core): update exporter metrics (#4617)...'
sha: 748afc2dec19f2521c86cb5132068ba542bdcb36
commitTitle: 'perf(core): update mongodb default connection settings (#4646)...'
sha: ccd31cc0bff2fa644dacf57f83e36af178a17f33
tags:
- 0.21.0-1-g748afc2de
- 0.21.1-2-gccd31cc0b
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: 748afc2dec19f2521c86cb5132068ba542bdcb36
ref: ccd31cc0bff2fa644dacf57f83e36af178a17f33
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 748afc2dec19f2521c86cb5132068ba542bdcb36
ref: ccd31cc0bff2fa644dacf57f83e36af178a17f33
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: 748afc2dec19f2521c86cb5132068ba542bdcb36
ref: ccd31cc0bff2fa644dacf57f83e36af178a17f33
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: 748afc2dec19f2521c86cb5132068ba542bdcb36
galoy_git_ref: ccd31cc0bff2fa644dacf57f83e36af178a17f33

0 comments on commit 7780c16

Please sign in to comment.