Skip to content

Commit

Permalink
chore(release): [ci skip] bump quickstart image to sha256@5cf633b6fcc…
Browse files Browse the repository at this point in the history
…ae77d3024f169cc6761267e6a38d1268d3d8ed5197d277fedb5d7
  • Loading branch information
galoybot committed Oct 10, 2023
1 parent a9fff5e commit 689efef
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions quickstart/docker-compose.tmpl.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#@ load("@ytt:data", "data")

#@ galoy_image_digest = "sha256@4121e15e0f54a2c04cd4980c3aeecdb7264a962fb5110f6c621257107bab6960"
#@ mongodb_migrate_image_digest = "sha256@5216a7d3bfbbb0de5def0f3df51acad94f1485ebf54fbb4def1a085f584f10f4"
#@ galoy_image_digest = "sha256@5cf633b6fccae77d3024f169cc6761267e6a38d1268d3d8ed5197d277fedb5d7"
#@ mongodb_migrate_image_digest = "sha256@e55f38b8b5abe6306cc1b041243f679b00e6c690d166f9052351ad7d419f1ca2"

version: #@ data.values.version
services:
Expand Down
6 changes: 3 additions & 3 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=hydra
galoy:
image: us.gcr.io/galoy-org/galoy-app@sha256:4121e15e0f54a2c04cd4980c3aeecdb7264a962fb5110f6c621257107bab6960
image: us.gcr.io/galoy-org/galoy-app@sha256:5cf633b6fccae77d3024f169cc6761267e6a38d1268d3d8ed5197d277fedb5d7
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -117,7 +117,7 @@ services:
aliases:
- bats-tests
trigger:
image: us.gcr.io/galoy-org/galoy-app@sha256:4121e15e0f54a2c04cd4980c3aeecdb7264a962fb5110f6c621257107bab6960
image: us.gcr.io/galoy-org/galoy-app@sha256:5cf633b6fccae77d3024f169cc6761267e6a38d1268d3d8ed5197d277fedb5d7
command:
- -r
- /app/lib/services/tracing.js
Expand All @@ -142,7 +142,7 @@ services:
- MONGO_INITDB_DATABASE=galoy
- MONGODB_ADVERTISED_HOSTNAME=127.0.0.1
mongodb-migrate:
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:5216a7d3bfbbb0de5def0f3df51acad94f1485ebf54fbb4def1a085f584f10f4
image: us.gcr.io/galoy-org/galoy-app-migrate@sha256:e55f38b8b5abe6306cc1b041243f679b00e6c690d166f9052351ad7d419f1ca2
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,26 +2,26 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'refactor!: only exposing the account uuid (#3316)...'
sha: f1f00b28c5f06a0c468298aa1bc0b9b37cb6bb07
commitTitle: 'chore: fixing migration script (#3319)...'
sha: a9fff5e738ca406aee6ec7d11fb19044748e83d0
tags:
- 0.13.121-1-gf1f00b28c
- 0.14.0-1-ga9fff5e73
path: ./
path: dev
- contents:
- git:
commitTitle: 'refactor!: only exposing the account uuid (#3316)...'
sha: f1f00b28c5f06a0c468298aa1bc0b9b37cb6bb07
commitTitle: 'chore: fixing migration script (#3319)...'
sha: a9fff5e738ca406aee6ec7d11fb19044748e83d0
tags:
- 0.13.121-1-gf1f00b28c
- 0.14.0-1-ga9fff5e73
path: ./
path: ./galoy
- contents:
- git:
commitTitle: 'refactor!: only exposing the account uuid (#3316)...'
sha: f1f00b28c5f06a0c468298aa1bc0b9b37cb6bb07
commitTitle: 'chore: fixing migration script (#3319)...'
sha: a9fff5e738ca406aee6ec7d11fb19044748e83d0
tags:
- 0.13.121-1-gf1f00b28c
- 0.14.0-1-ga9fff5e73
path: ./
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: f1f00b28c5f06a0c468298aa1bc0b9b37cb6bb07
ref: a9fff5e738ca406aee6ec7d11fb19044748e83d0
includePaths:
- core/api/dev/**/*
excludePaths:
Expand All @@ -18,7 +18,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: f1f00b28c5f06a0c468298aa1bc0b9b37cb6bb07
ref: a9fff5e738ca406aee6ec7d11fb19044748e83d0
includePaths:
- core/api/dev/**/*
- core/api/test/bats/bitcoind_signer_descriptors.json
Expand All @@ -36,7 +36,7 @@ directories:
- path: ./
git:
url: https://github.com/GaloyMoney/galoy.git
ref: f1f00b28c5f06a0c468298aa1bc0b9b37cb6bb07
ref: a9fff5e738ca406aee6ec7d11fb19044748e83d0
includePaths:
- core/api/src/graphql/public/schema.graphql
- core/api/src/graphql/admin/schema.graphql
Expand Down
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: f1f00b28c5f06a0c468298aa1bc0b9b37cb6bb07
galoy_git_ref: a9fff5e738ca406aee6ec7d11fb19044748e83d0

0 comments on commit 689efef

Please sign in to comment.