Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@c707ddebb0e…
Browse files Browse the repository at this point in the history
…6e8e79bd1c7dd58b7483064c77609e9eb30fd0a5c59f1d6206af3
  • Loading branch information
galoybot committed Feb 2, 2024
1 parent 500123e commit f548dc8
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@3a2560be875aa3309f847fbabef1561415e8db5758539bac09c0ae1b55538116"
#@ galoy_trigger_image_digest = "sha256@2d49019abee7b2da0d9334acc040c99a86b6c66364520b7f18702f6d245eabaa"
#@ mongodb_migrate_image_digest = "sha256@7a2807d312895a1a7d9ee5f41cb5c64560f9226b179d46874a7aa9ed4dea9179"
#@ galoy_api_image_digest = "sha256@c707ddebb0e6e8e79bd1c7dd58b7483064c77609e9eb30fd0a5c59f1d6206af3"
#@ galoy_trigger_image_digest = "sha256@8c6224c7478ec509bdda00ec61cdcd68c964bffd6c8aebfbbc66ea396579f6a3"
#@ mongodb_migrate_image_digest = "sha256@a0862f9b08eebab72e17fadf8ad9b7292b984428e982eb8fea21a81edadcefd1"
#@ galoy_notifications_image_digest = "sha256@a580eceec5260d6c06221b03f5e1e45c7545b6eb380961c9285206011d1b96bd"

#@ 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:3a2560be875aa3309f847fbabef1561415e8db5758539bac09c0ae1b55538116
image: us.gcr.io/galoy-org/galoy-api@sha256:c707ddebb0e6e8e79bd1c7dd58b7483064c77609e9eb30fd0a5c59f1d6206af3
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:2d49019abee7b2da0d9334acc040c99a86b6c66364520b7f18702f6d245eabaa
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:8c6224c7478ec509bdda00ec61cdcd68c964bffd6c8aebfbbc66ea396579f6a3
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:7a2807d312895a1a7d9ee5f41cb5c64560f9226b179d46874a7aa9ed4dea9179
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:a0862f9b08eebab72e17fadf8ad9b7292b984428e982eb8fea21a81edadcefd1
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(admin-panel): adding admin-panel to monorepo (#3927)...'
sha: 11f6ba8c28a7711400083321cfb269eaeda9ae63
commitTitle: 'fix: migration for location (#3935)...'
sha: 500123ea65d0e1eb24c7cf64ab00a16af09a1528
tags:
- 0.20.40
- 0.20.40-2-g500123ea6
path: ./
path: dev
- contents:
- git:
commitTitle: 'feat(admin-panel): adding admin-panel to monorepo (#3927)...'
sha: 11f6ba8c28a7711400083321cfb269eaeda9ae63
commitTitle: 'fix: migration for location (#3935)...'
sha: 500123ea65d0e1eb24c7cf64ab00a16af09a1528
tags:
- 0.20.40
- 0.20.40-2-g500123ea6
path: schemas/
- git:
commitTitle: 'feat(admin-panel): adding admin-panel to monorepo (#3927)...'
sha: 11f6ba8c28a7711400083321cfb269eaeda9ae63
commitTitle: 'fix: migration for location (#3935)...'
sha: 500123ea65d0e1eb24c7cf64ab00a16af09a1528
tags:
- 0.20.40
- 0.20.40-2-g500123ea6
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: 11f6ba8c28a7711400083321cfb269eaeda9ae63
ref: 500123ea65d0e1eb24c7cf64ab00a16af09a1528
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 11f6ba8c28a7711400083321cfb269eaeda9ae63
ref: 500123ea65d0e1eb24c7cf64ab00a16af09a1528
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: 11f6ba8c28a7711400083321cfb269eaeda9ae63
ref: 500123ea65d0e1eb24c7cf64ab00a16af09a1528
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: 11f6ba8c28a7711400083321cfb269eaeda9ae63
galoy_git_ref: 500123ea65d0e1eb24c7cf64ab00a16af09a1528

0 comments on commit f548dc8

Please sign in to comment.