Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@a49eeba750b…
Browse files Browse the repository at this point in the history
…46b69cdc090d2880bda1c4313c6b2b38efdc70c8efba380d7eddd
  • Loading branch information
galoybot committed Oct 5, 2024
1 parent 52e7cea commit 39ee56a
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@2d5d9179c954ba907e2b6ce4c9f8c27bd4593476bb44dc1fbff6a9a6fd3898a7"
#@ galoy_trigger_image_digest = "sha256@93fba06b979336c89b0e13ab582274be94e94da19d5e0b57c527edab44e58265"
#@ mongodb_migrate_image_digest = "sha256@f5a34849bda3de25a89f2ead78174790fbe39760c3d0b84f34ad20eb22d04657"
#@ galoy_api_image_digest = "sha256@a49eeba750b46b69cdc090d2880bda1c4313c6b2b38efdc70c8efba380d7eddd"
#@ galoy_trigger_image_digest = "sha256@02e43050e0f50806f15cc27554156a7e906449bd3cfa7b8d1a1282f19b4eeb1e"
#@ mongodb_migrate_image_digest = "sha256@307488b60abfc47822be934d427651876af1d1c1a219593a6f4aec4b45e2092b"
#@ galoy_notifications_image_digest = "sha256@85a1376e374bf1524fd44e610615fdadbb74a75d9397152859155aed24d658f1"

#@ 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:2d5d9179c954ba907e2b6ce4c9f8c27bd4593476bb44dc1fbff6a9a6fd3898a7
image: us.gcr.io/galoy-org/galoy-api@sha256:a49eeba750b46b69cdc090d2880bda1c4313c6b2b38efdc70c8efba380d7eddd
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:93fba06b979336c89b0e13ab582274be94e94da19d5e0b57c527edab44e58265
image: us.gcr.io/galoy-org/galoy-api-trigger@sha256:02e43050e0f50806f15cc27554156a7e906449bd3cfa7b8d1a1282f19b4eeb1e
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:f5a34849bda3de25a89f2ead78174790fbe39760c3d0b84f34ad20eb22d04657
image: us.gcr.io/galoy-org/galoy-api-migrate@sha256:307488b60abfc47822be934d427651876af1d1c1a219593a6f4aec4b45e2092b
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: 'fix(core): avoid logout before initiate totp (#4606)'
sha: 0c3a603d5686596f78118eccea7dbc5a9b79aef5
commitTitle: 'fix(core): totp already enabled (#4607)'
sha: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
tags:
- 0.20.224-1-g0c3a603d5
- 0.20.225-1-g52e7cea92
path: .
path: dev
- contents:
- git:
commitTitle: 'fix(core): avoid logout before initiate totp (#4606)'
sha: 0c3a603d5686596f78118eccea7dbc5a9b79aef5
commitTitle: 'fix(core): totp already enabled (#4607)'
sha: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
tags:
- 0.20.224-1-g0c3a603d5
- 0.20.225-1-g52e7cea92
path: schemas
- git:
commitTitle: 'fix(core): avoid logout before initiate totp (#4606)'
sha: 0c3a603d5686596f78118eccea7dbc5a9b79aef5
commitTitle: 'fix(core): totp already enabled (#4607)'
sha: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
tags:
- 0.20.224-1-g0c3a603d5
- 0.20.225-1-g52e7cea92
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: 0c3a603d5686596f78118eccea7dbc5a9b79aef5
ref: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
includePaths:
- dev/**/*
excludePaths:
Expand All @@ -18,15 +18,15 @@ directories:
- path: schemas/
git:
url: https://github.com/GaloyMoney/galoy.git
ref: 0c3a603d5686596f78118eccea7dbc5a9b79aef5
ref: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
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: 0c3a603d5686596f78118eccea7dbc5a9b79aef5
ref: 52e7cea92d30381655f7a7cbdb184feee1fdad2d
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: 0c3a603d5686596f78118eccea7dbc5a9b79aef5
galoy_git_ref: 52e7cea92d30381655f7a7cbdb184feee1fdad2d

0 comments on commit 39ee56a

Please sign in to comment.