Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@c4f10b44ba3…
Browse files Browse the repository at this point in the history
…3649870e64f98d96d3abc1147261fead4c159e41e940303a31293
  • Loading branch information
galoybot committed Feb 8, 2024
1 parent 3f52734 commit 6d648a0
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@a332c51f9ab48ff93239fdec8938dd153559dc1523af788fbe21af7124ab8201"
#@ galoy_trigger_image_digest = "sha256@4a7ffc395da775c8a4a20baf57577f22ed0cce25c3a58f06deeefc05643a55a4"
#@ mongodb_migrate_image_digest = "sha256@93bff4894ed47b0d2473422288f1f907d4eb05a8d55c429e078a855e685157e8"
#@ galoy_api_image_digest = "sha256@c4f10b44ba33649870e64f98d96d3abc1147261fead4c159e41e940303a31293"
#@ galoy_trigger_image_digest = "sha256@697f4482492a48ac519ca01d40c58db1b30dcc871325741f22bd02c05fb30865"
#@ mongodb_migrate_image_digest = "sha256@850fbbede33ca754646942ed7612039c40a56ec96048507621263f5381b1ba60"
#@ galoy_notifications_image_digest = "sha256@7636a6b23ae6d7400e4148514a793124a73540aa1ce1200a1b1851f9b0f05dea"

#@ 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:a332c51f9ab48ff93239fdec8938dd153559dc1523af788fbe21af7124ab8201
image: us.gcr.io/galoy-org/galoy-api@sha256:c4f10b44ba33649870e64f98d96d3abc1147261fead4c159e41e940303a31293
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:4a7ffc395da775c8a4a20baf57577f22ed0cce25c3a58f06deeefc05643a55a4
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:697f4482492a48ac519ca01d40c58db1b30dcc871325741f22bd02c05fb30865
environment:
- HELMREVISION=dev
- NETWORK=regtest
Expand Down Expand Up @@ -248,7 +248,7 @@ services:
environment:
- MONGO_INITDB_DATABASE=galoy
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:93bff4894ed47b0d2473422288f1f907d4eb05a8d55c429e078a855e685157e8
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:850fbbede33ca754646942ed7612039c40a56ec96048507621263f5381b1ba60
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(core): move kratos e2e tests and delete e2e dir (#3943)...'
sha: 5cabf6b89deaee681856fd0633b7122287df4038
commitTitle: 'chore: make merchant map suggest publicly accessible for now (#3953)...'
sha: 3f5273493e90104421ec5cc952d0a64c1a347a9a
tags:
- 0.20.47-1-g5cabf6b89
- 0.20.48-3-g3f5273493
path: ./
path: dev
- contents:
- git:
commitTitle: 'chore(core): move kratos e2e tests and delete e2e dir (#3943)...'
sha: 5cabf6b89deaee681856fd0633b7122287df4038
commitTitle: 'chore: make merchant map suggest publicly accessible for now (#3953)...'
sha: 3f5273493e90104421ec5cc952d0a64c1a347a9a
tags:
- 0.20.48
- 0.20.48-3-g3f5273493
path: schemas/
- git:
commitTitle: 'chore(core): move kratos e2e tests and delete e2e dir (#3943)...'
sha: 5cabf6b89deaee681856fd0633b7122287df4038
commitTitle: 'chore: make merchant map suggest publicly accessible for now (#3953)...'
sha: 3f5273493e90104421ec5cc952d0a64c1a347a9a
tags:
- 0.20.48
- 0.20.48-3-g3f5273493
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: 5cabf6b89deaee681856fd0633b7122287df4038
ref: 3f5273493e90104421ec5cc952d0a64c1a347a9a
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 5cabf6b89deaee681856fd0633b7122287df4038
ref: 3f5273493e90104421ec5cc952d0a64c1a347a9a
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: 5cabf6b89deaee681856fd0633b7122287df4038
ref: 3f5273493e90104421ec5cc952d0a64c1a347a9a
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: 5cabf6b89deaee681856fd0633b7122287df4038
galoy_git_ref: 3f5273493e90104421ec5cc952d0a64c1a347a9a

0 comments on commit 6d648a0

Please sign in to comment.